Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/arc/src/
Darc.c40 typedef struct FSTEntry FSTEntry; typedef
42 struct FSTEntry struct
67 FSTEntry* FSTEntries; in ARCInitHandle() argument
95 FSTEntry* FSTEntries; in ARCOpen()
101 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCOpen()
131 FSTEntry* FSTEntries; in ARCFastOpen()
140 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCFastOpen()
199 FSTEntry* FSTEntries; in ARCConvertPathToEntrynum()
207 FSTEntries = (FSTEntry*)handle->FSTStart; in ARCConvertPathToEntrynum()
305 FSTEntry* FSTEntries; in ARCEntrynumIsDir()
[all …]
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h65 typedef struct FSTEntry FSTEntry; typedef
67 struct FSTEntry struct
85 FSTEntry* fst; argument
/RvlSDK-3.2/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()