Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dfst.c258 void* FST; in createFST() local
266 if ( NULL == (FST = calloc(map.fstLength, 1)) ) in createFST()
271 currFSTEntry = (FSTEntry*)FST; in createFST()
323 if (map.fstLength != write(fid, FST, map.fstLength)) in createFST()
336 free(FST); in createFST()