Home
last modified time | relevance | path

Searched refs:FSTEntry (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.3/build/tools/darch/include/
Ddarch.h65 typedef struct FSTEntry FSTEntry; typedef
67 struct FSTEntry struct
85 FSTEntry* fst; argument
/RvlSDK-3.2.3/build/tools/darch/src/
Dfst.c259 FSTEntry* currFSTEntry; in createFST()
271 currFSTEntry = (FSTEntry*)FST; in createFST()
425 fprintf(stderr, "size of fstentry is %d\n", sizeof(FSTEntry)); in makeFST()
428 map.fstLength = sizeof(FSTEntry) * entryNum + stringCount; in makeFST()
Dextract.c97 handle->stringStartOffset = handle->entryNum * sizeof(FSTEntry); in OpenArc()
115 static char* GetName(DarchHandle* handle, FSTEntry* entry) in GetName()
127 FSTEntry* fstEntry; in GetNextEntry()
Dcreate.c596 FSTEntry* currFSTEntry; in ConstructFSTFromStructure()
625 fstLength = total * sizeof(FSTEntry) + charLength; in ConstructFSTFromStructure()
633 currFSTEntry = (FSTEntry*)fst; in ConstructFSTFromStructure()