Lines Matching refs:U32
326 #define U32 unsigned __int32 macro
332 #define U32 uint32_t macro
345 U32 v;
400 #define HTYPE U32
404 #define UARCH U32
494 LZ4_NbCommonBytes(register U32 val) in LZ4_NbCommonBytes()
531 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >> in LZ4_NbCommonBytes()
565 U32 forwardH; in LZ4_compressCtx()
586 U32 h = forwardH; in LZ4_compressCtx()
760 U32 forwardH; in LZ4_compress64kCtx()
779 U32 h = forwardH; in LZ4_compress64kCtx()