Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/darch/src/
Dout.c72 header.fstSize = REV32(map.fstLength); in makeOutFile()
Dextract.c75 fstLength = REV32(header.fstSize); in OpenArc()
Dcreate.c644 header.fstSize = REV32(fstLength); in ConstructFSTFromStructure()
/RvlSDK-3.2.2/include/revolution/
Darc.h52 int fstSize; member
/RvlSDK-3.2.2/build/libraries/arc/src/
Darc.c85 handle->FSTLength = (u32)arcHeader->fstSize; in ARCInitHandle()