Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dcreate.c57 DirStructure* file; member
149 item->file = NULL; in CreateHierarchy()
173 currDir->file = item; in CreateHierarchy()
210 DirStructure* file; in freeDir() local
220 for(file = item->file; file != NULL;) in freeDir()
222 file->prevInDisc->nextInDisc = file->nextInDisc; in freeDir()
223 if (file->nextInDisc) in freeDir()
225 file->nextInDisc->prevInDisc = file->prevInDisc; in freeDir()
228 tmp = file->next; in freeDir()
229 free(file); in freeDir()
[all …]
/RvlSDK-3.2.3/build/tools/sndconv/src/
Dsndconv.c494 int nextLine(FILE *file) in nextLine() argument
499 if (fgets(ch, 256, file)) in nextLine()
506 if (feof(file) == 0) in nextLine()
524 FILE *file; in eatFile() local
527 if (file = fopen(s, "r")) in eatFile()
531 status = nextLine(file); in eatFile()
551 fclose(file); in eatFile()
/RvlSDK-3.2.3/include/revolution/
Deppc.RVL.lcf14 // - Define sections in the linker�fs output file.
16 // in the output file should be loaded at runtime.
Ddvd.h355 FILE * file; member
/RvlSDK-3.2.3/
Dreadme-RVL_SDK-3_2-patch3.txt47 …le to check that appropriate firmware is used at startup time by the .elf file passed as an argume…
75 /dvddata/axdemo/synth/GM16.DLS : Roland DLS file
77 (audio source file, ADPCM version)
79 (table file, ADPCM version)
81 (audio source file, PCM version)
83 (table file, PCM version)
92 Contact information may be found in the following file.
98 …, you must have a license agreement with Dolby. Please read the following file before using these …
142 - The header file is placed in the following directory.
217 # linker command file 'b.o' is missing from project.
[all …]
/RvlSDK-3.2.3/build/buildtools/
Dmodulerules30 # If a linker command file is required, define the variable:
259 # linker command file is used whenever LCF_FILE is defined.
398 # Generate .plf (partial link file)
419 # Generate .preplf (partial link file)