Home
last modified time | relevance | path

Searched refs:fstStart (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-2.1/build/libraries/arc/src/
Darc.c49 #define entryIsDir(fstStart, i) \ argument
50 ( ( ( fstStart[i].isDirAndStringOff & 0xff000000 ) == 0 )? FALSE:TRUE )
51 #define stringOff(fstStart, i) \ argument
52 ( fstStart[i].isDirAndStringOff & 0x00ffffff )
53 #define parentDir(fstStart, i) \ argument
54 ( fstStart[i].parentOrPosition )
55 #define nextDir(fstStart, i) \ argument
56 ( fstStart[i].nextEntryOrLength )
57 #define filePosition(fstStart, i) \ argument
58 ( fstStart[i].parentOrPosition )
[all …]
/RvlSDK-2.1/build/tools/darch/src/
Dout.c71 header.fstStart = REV32(map.fstPosition); in makeOutFile()
Dextract.c84 if ( -1 == lseek(handle->fid, REV32(header.fstStart), SEEK_SET) ) in OpenArc()
Dcreate.c639 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()
/RvlSDK-2.1/include/revolution/
Darc.h48 int fstStart; member