Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/darch/src/
Dextract.c57 if( (handle->fid = open(fileName, O_BINARY | O_RDONLY)) == -1 ) in OpenArc()
63 if (sizeof(ARCHeader) != read(handle->fid, &header, sizeof(ARCHeader))) in OpenArc()
84 if ( -1 == lseek(handle->fid, REV32(header.fstStart), SEEK_SET) ) in OpenArc()
90 if (fstLength != read(handle->fid, handle->fst, fstLength)) in OpenArc()
206 if (close(handle->fid) == -1) in CloseArc()
218 void Diff(int fid, FSTEntryInfo* entryInfo) in Diff() argument
268 if (DiffUtility(fid, entryInfo->filePosition, fidB, 0, fileLength)) in Diff()
287 void Extract(int fid, FSTEntryInfo* entryInfo) in Extract() argument
308 CopyUtility(fid, filePosition, outid, 0, fileLength); in Extract()
405 Extract(handle->fid, &entryInfo); in ExtractArc()
[all …]
Dfst.c263 int fid; in createFST() local
317 if( (fid = open(fstFile, O_BINARY | O_TRUNC | O_CREAT | O_WRONLY, 0666)) == -1 ) in createFST()
323 if (map.fstLength != write(fid, FST, map.fstLength)) in createFST()
329 if (close(fid) == -1) in createFST()
/RvlSDK-3.2/include/revolution/gd/
DGDBase.h289 _FloatInt fid; in GDWrite_f32() local
291 fid.f = data; in GDWrite_f32()
293 GDWrite_u32(fid.u); in GDWrite_f32()
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h80 int fid; member