Home
last modified time | relevance | path

Searched refs:v32 (Results 1 – 2 of 2) sorted by relevance

/lz4-3.4.0-2.7.6/tests/
Dframetest.c157 static unsigned FUZ_highbit(U32 v32) in FUZ_highbit() argument
160 if (v32==0) return 0; in FUZ_highbit()
161 while (v32) {v32 >>= 1; nbBits ++;} in FUZ_highbit()
Dfuzzer.c125 static U32 FUZ_highbit32(U32 v32) in FUZ_highbit32() argument
128 if (v32==0) return 0; in FUZ_highbit32()
129 while (v32) { v32 >>= 1; nbBits++; } in FUZ_highbit32()