Lines Matching refs:U32
292 #define U32 unsigned __int32 macro
298 #define U32 uint32_t macro
311 U32 v;
366 #define HTYPE U32
370 #define UARCH U32
460 LZ4_NbCommonBytes(register U32 val) in LZ4_NbCommonBytes()
497 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >> in LZ4_NbCommonBytes()
539 U32 forwardH; in LZ4_compressCtx()
560 U32 h = forwardH; in LZ4_compressCtx()
734 U32 forwardH; in LZ4_compress64kCtx()
753 U32 h = forwardH; in LZ4_compress64kCtx()