Lines Matching refs:s32

31     s32 destCount;                     //!< 残り書き込みサイズ          4B
32 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B
46 s32 destCount; //!< 残り書き込みサイズ 4B
47 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B
48 s32 length; //!< 連続書き込み残り長 4B
65 s32 destCount; //!< 残り書き込みサイズ 4B
66 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B
87 s32 destCount; //!< 残り書き込みサイズ 4B
88 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B
92 s32 tableSize9; //!< 読み込み途中のテーブルサイズ 4B
93 s32 tableSize12; //!< 読み込み途中のテーブルサイズ 4B
109 s32 destCount; //!< 残り書き込みサイズ 4B
110 s32 forceDestCount; //!< 強制的に展開先サイズを設定 4B
177 s32 ReadUncompRL( UncompContextRL *context, const void *data, u32 len );
187 s32 ReadUncompLZ( UncompContextLZ *context, const void *data, u32 len );
197 s32 ReadUncompHuffman( UncompContextHuffman *context, const void *data, u32 len );
207 s32 ReadUncompLH( UncompContextLH *context, const void* data, u32 len );
217 s32 ReadUncompLRC( UncompContextLRC *context, const void* data, u32 len );
240 inline void InitUncompContextRLFront( UncompContextRL *context, void *dest, s32 destSize ) in InitUncompContextRLFront()
255 inline void InitUncompContextLZFront( UncompContextLZ *context, void *dest, s32 destSize ) in InitUncompContextLZFront()
270 inline void InitUncompContextHuffmanFront( UncompContextHuffman *context, void *dest, s32 destSize ) in InitUncompContextHuffmanFront()
285 inline void InitUncompContextLHFront( UncompContextLH *context, void *dest, s32 destSize ) in InitUncompContextLHFront()
300 inline void InitUncompContextLRCFront( UncompContextLRC *context, void *dest, s32 destSize ) in InitUncompContextLRCFront()