Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 37) sorted by relevance

12

/RvlSDK-2.1/build/tools/soundfile/src/
Dsoundfile.c36 FILE *file; in getAiffInfo() local
39 if (!(file = fopen(path, "rb"))) in getAiffInfo()
42 aiffReadHeader(&aiffinfo, file); in getAiffInfo()
69 fread(buffer, soundinfo->bufferLength, 1, file); in getAiffInfo()
75 fclose(file); in getAiffInfo()
85 FILE *file; in getWaveInfo() local
88 if (!(file = fopen(path, "rb"))) in getWaveInfo()
91 wavReadHeader(&wavechunk, file); in getWaveInfo()
119 fread(buffer, soundinfo->bufferLength, 1, file); in getWaveInfo()
136 fclose(file); in getWaveInfo()
[all …]
/RvlSDK-2.1/build/demos/carddemo/tpl/
Dicon.tcs2 file 0 = one.tga ; this is a 32x32 rgba image
3 file 1 = two.tga ; this is a 32x32 rgba image
4 file 2 = three.tga ; this is a 32x32 rgba image
5 file 3 = four.tga ; this is a 32x32 rgba image
6 file 4 = five.tga ; this is a 32x32 rgba image
7 file 5 = six.tga ; this is a 32x32 rgba image
8 file 6 = seven.tga ; this is a 32x32 rgba image
9 file 7 = eight.tga ; this is a 32x32 rgba image
11 image 0 = 0, 0, RGB5A3 ; use color from file 0, alpha from file 0
13 image 1 = 1, 1, RGB5A3 ; use color from file 0, alpha from file 0
[all …]
Dheiho.tcs2 file 0 = heiho001.tga ; this is a 32x32 rgba image
3 file 1 = heiho002.tga ; this is a 32x32 rgba image
4 file 2 = heiho003.tga ; this is a 32x32 rgba image
5 file 3 = heiho004.tga ; this is a 32x32 rgba image
6 file 4 = heiho005.tga ; this is a 32x32 rgba image
7 file 5 = heiho006.tga ; this is a 32x32 rgba image
8 file 6 = heiho007.tga ; this is a 32x32 rgba image
9 file 7 = heiho008.tga ; this is a 32x32 rgba image
DheihoC8.tcs2 file 0 = heiho001CI.tga ; this is a 32x32 CI image
3 file 1 = heiho002CI.tga ; this is a 32x32 CI image
4 file 2 = heiho003CI.tga ; this is a 32x32 CI image
5 file 3 = heiho004CI.tga ; this is a 32x32 CI image
6 file 4 = heiho005CI.tga ; this is a 32x32 CI image
7 file 5 = heiho006CI.tga ; this is a 32x32 CI image
8 file 6 = heiho007CI.tga ; this is a 32x32 CI image
9 file 7 = heiho008CI.tga ; this is a 32x32 CI image
Dyoshi.tcs2 file 0 = yoshi01.tga
3 file 1 = yoshi02.tga
4 file 2 = yoshi03.tga
5 file 3 = yoshi04.tga
Dbanner.tcs2 file 0 = banner.tga ; this is a 96x32 rgba image
4 image 0 = 0, 0, RGB5A3 ; use color from file 0, alpha from file 0
Dbannerc.tcs2 file 0 = bannerc.tga ; this is a 96x32 ci8 image
4 image 0 = 0, x, CI8 ; use color from file 0, no alpha
Diconc.tcs2 file 0 = iconc.tga ; this is a 32x32 ci8 image
4 image 0 = 0, x, CI8 ; use color from file 0, no alpha
Dluigi.tcs2 file 0 = luigi.tga
DmarioCI.tcs2 file 0 = marioCI.tga
Dgamecube.tcs2 file 0 = gamecube.tga ; this is a 96x32 rgba image
/RvlSDK-2.1/build/tools/TexConv/sample/
Dsample.tcs3 ; sample script file
5 ; this script is used by TexConv to build a sample .tpl file
14 ; view the sample.tpl file using texPrev2D.bin on your Mac.
29 ; then in file list, type full path + file name
44 … ; file types ( see tplConv.h for how to install this code in TexConv )
48 file 0 = dolphin_32.tga ; this is a 32-bit rgba image
49 file 1 = pikachu_8.tga ; this is an 8-bit color-indexed image with 256 entry 24-bit …
50 file 2 = car_24.tga ; this is a 24-bit rgb image
73 ; ( minLOD in .tpl file = minLOD + remapMinLOD )
74 ; ( maxLOD in .tpl file = maxLOD + remapMinLOD )
[all …]
/RvlSDK-2.1/build/demos/hio2demo/vc++/multi/
DReadMe.txt9 This file contains a summary of what you will find in each of the files that
13 This is the main project file for VC++ projects generated using an application wizard.
14 It contains information about the version of Visual C++ that generated the file, and
19 This is the main header file for the application. It includes other
24 This is the main application source file that contains the application
30 in the RES subdirectory. This file can be directly edited in Microsoft
34 This is an icon file, which is used as the application's icon. This
35 icon is included by the main resource file multi.rc.
38 This file contains resources that are not edited by Microsoft
40 the resource editor in this file.
[all …]
/RvlSDK-2.1/build/demos/hio2demo/vc++/dual/
DReadMe.txt9 This file contains a summary of what you will find in each of the files that
13 This is the main project file for VC++ projects generated using an application wizard.
14 It contains information about the version of Visual C++ that generated the file, and
19 This is the main header file for the application. It includes other
24 This is the main application source file that contains the application
30 in the RES subdirectory. This file can be directly edited in Microsoft
34 This is an icon file, which is used as the application's icon. This
35 icon is included by the main resource file dual.rc.
38 This file contains resources that are not edited by Microsoft
40 the resource editor in this file.
[all …]
/RvlSDK-2.1/build/tools/darch/src/
Dcreate.c53 DirStructure* file; member
145 item->file = NULL; in CreateHierarchy()
169 currDir->file = item; in CreateHierarchy()
206 DirStructure* file; in freeDir() local
216 for(file = item->file; file != NULL;) in freeDir()
218 file->prevInDisc->nextInDisc = file->nextInDisc; in freeDir()
219 if (file->nextInDisc) in freeDir()
221 file->nextInDisc->prevInDisc = file->prevInDisc; in freeDir()
224 tmp = file->next; in freeDir()
225 free(file); in freeDir()
[all …]
/RvlSDK-2.1/build/buildtools/
Deppccleandepend.sed1 # this file will clean up ONE makefile dependency rule in a file. It must
20 # latest sed keeps newline characters of input file, so just '$' doesn't work
/RvlSDK-2.1/build/tools/sndconv/src/
Dsndconv.c488 int nextLine(FILE *file) in nextLine() argument
493 if (fgets(ch, 256, file)) in nextLine()
500 if (feof(file) == 0) in nextLine()
518 FILE *file; in eatFile() local
521 if (file = fopen(s, "r")) in eatFile()
525 status = nextLine(file); in eatFile()
545 fclose(file); in eatFile()
/RvlSDK-2.1/build/demos/osdemo/src/
Dpanic.c41 void OSPanic(const char* file, int line, const char* msg, ...) in OSPanic() argument
54 len += sprintf(message + len, " in \"%s\" on line %d.\n", file, line); in OSPanic()
/RvlSDK-2.1/build/demos/dvddemo/src/
Derrorhandling.c401 char* file; in MNU_read() local
414 file = SelectFile(menu->handle); in MNU_read()
416 DVDOpen(file, &FileInfo); in MNU_read()
446 char* file; in MNU_seek() local
459 file = SelectFile(menu->handle); in MNU_seek()
461 DVDOpen(file, &FileInfo); in MNU_seek()
/RvlSDK-2.1/build/demos/gddemo/src/
Dgd-win32-ui.c119 void OSPanic(char* file, int line, char* msg, ...) in OSPanic() argument
128 sprintf(strbuffer1, " in \"%s\" on line %d.", file, line); in OSPanic()
/RvlSDK-2.1/X86/bin/
Dshowsettings.bat20 echo Long file name support:
50 echo Long file name support:
/RvlSDK-2.1/include/dolphin/
Deppc.lcf1 /* LCF file template for partial link files */
/RvlSDK-2.1/build/libraries/gd/vc++/
Dmssccprj.scc1 SCC = This is a Source Code Control file
/RvlSDK-2.1/
DRVL_NDEV.bat52 @echo ndrun (elf file)..........Load/run (elf file) on NDEV.
/RvlSDK-2.1/build/demos/hio2demo/vc++/dual/res/
Ddual.rc26 #error this file is not editable by Microsoft Visual C++

12