Searched refs:UInt32 (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libbz/
H A Dbzhdr.h90 typedef unsigned int UInt32; typedef
187 extern UInt32 crc32Table[256];
235 UInt32 avail_in_expect;
240 UInt32* zptr;
251 UInt32 state_in_ch;
267 UInt32 bsBuff;
271 UInt32 blockCRC;
272 UInt32 combinedCRC;
387 UInt32 bsBuff;
398 UInt32 tPo
[all...]
H A Ddecompress.c88 UInt32 v; \
98 ((UInt32) \
274 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
276 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
278 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
280 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc);
427 s->tt[nblock] = (UInt32)uc;
442 UInt32 nn;
443 nn = (UInt32)(nextSym - 1);
496 s->tt[nblock] = (UInt32)(
[all...]
H A Dblocksort.c77 UInt32 nblock,
183 UInt32* zptr = s->zptr;
259 static void vswap ( UInt32* zptr, Int32 p1, Int32 p2, Int32 n )
314 UInt32* zptr = s->zptr;
397 UInt32* zptr = s->zptr;
H A Dcrctable.c72 UInt32 crc32Table[256] = {
H A Dbzlib.c264 UInt32 zchh = (UInt32)(zchh0); \
304 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
321 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
580 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC;
585 UInt32* c_tt = s->tt;
586 UInt32 c_tPos = s->tPos;
591 UInt32 avail_out_INIT = cs_avail_out;
H A Dcompress.c117 void bsW ( EState* s, Int32 n, UInt32 v )
127 void bsPutUInt32 ( EState* s, UInt32 u )
140 bsW( s, 8, (UInt32)c );
/ast/src/cmd/bzip/
H A Dbzip2recover.c61 typedef unsigned int UInt32; typedef
74 UInt32 bytesOut = 0;
75 UInt32 bytesIn = 0;
227 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 );
232 void bsPutUInt32 ( BitStream* bs, UInt32 c )
270 UInt32 bitsRead;
271 UInt32 bStart[20000];
272 UInt32 bEnd[20000];
274 UInt32 rbStart[20000];
275 UInt32 rbEn
[all...]
H A Dbzip2.c213 typedef unsigned int UInt32; typedef
296 UInt32 nbytes_in, nbytes_out;
1306 if (sizeof(Int32) != 4 || sizeof(UInt32) != 4 ||

Completed in 36 milliseconds