Lines Matching refs:U32
15 static U32 const HLOG = 10;
16 static U32 const MLS = 4;
17 static U32 const BADIDX = 0xffffffff;
32 U32 hashTable[HSIZE];
47 U32 const matchIndex = hashTable[hash];
48 hashTable[hash] = (U32)(ip - istart);
52 U32 const matchLen = (U32)ZSTD_count(ip, match, iend);
54 U32 const litLen = (U32)(ip - anchor);
55 U32 const offset = (U32)(ip - match);
74 0, (U32)(iend - anchor), 0, 0