Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c47 int fstLength; in OpenArc() local
75 fstLength = REV32(header.fstSize); in OpenArc()
78 if ( NULL == (handle->fst = malloc(fstLength)) ) in OpenArc()
90 if (fstLength != read(handle->fid, handle->fst, fstLength)) in OpenArc()
102 fprintf(stderr, "fst length is %d\n", fstLength); in OpenArc()
Dfst.c266 if ( NULL == (FST = calloc(map.fstLength, 1)) ) in createFST()
323 if (map.fstLength != write(fid, FST, map.fstLength)) in createFST()
428 map.fstLength = sizeof(FSTEntry) * entryNum + stringCount; in makeFST()
430 map.userFilePosition = roundUp4B(map.fstPosition + map.fstLength); in makeFST()
Dout.c53 CopyUtility(fidi, 0, fido, map.fstPosition, map.fstLength); in makeOutFile()
72 header.fstSize = REV32(map.fstLength); in makeOutFile()
Dcreate.c603 int fstLength; in ConstructFSTFromStructure() local
625 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure()
627 if ( NULL == (fst = malloc(fstLength)) ) in ConstructFSTFromStructure()
638 userPos = RoundUp32B(fstPos + fstLength); in ConstructFSTFromStructure()
644 header.fstSize = REV32(fstLength); in ConstructFSTFromStructure()
711 if (fstLength != write(fidNew, fst, fstLength)) in ConstructFSTFromStructure()
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h43 int fstLength; member