Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/arc/src/
Darc.c52 #define entryIsDir(fstStart, i) \ argument
53 ( ( ( fstStart[i].isDirAndStringOff & 0xff000000 ) == 0 )? FALSE:TRUE )
54 #define stringOff(fstStart, i) \ argument
55 ( fstStart[i].isDirAndStringOff & 0x00ffffff )
56 #define parentDir(fstStart, i) \ argument
57 ( fstStart[i].parentOrPosition )
58 #define nextDir(fstStart, i) \ argument
59 ( fstStart[i].nextEntryOrLength )
60 #define filePosition(fstStart, i) \ argument
61 ( fstStart[i].parentOrPosition )
[all …]
/RvlSDK-3.3/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.c643 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()
/RvlSDK-3.3/include/revolution/
Darc.h51 int fstStart; member