Home
last modified time | relevance | path

Searched defs:nbBits (Results 1 - 2 of 2) sorted by relevance

/third_party/lz4/tests/
H A Dframetest.c207 unsigned nbBits = 0; in FUZ_highbit() local
449 unsigned const nbBits = FUZ_rand(&randState) % maxBits; in basicTests() local
782 unsigned nbBits = FUZ_rand(&randState) % maxBits; in basicTests() local
801 unsigned const nbBits = FUZ_rand(&randState) % maxBits; in basicTests() local
1162 { U32 const nbBits in fuzzerTests() local
1170 U32 const nbBits = nbBitsCodes ? nbBitsCodes-1 : 0; fuzzerTests() local
[all...]
H A Dfuzzer.c121 static U32 FUZ_rotl32(U32 u32, U32 nbBits) in FUZ_rotl32() argument
128 unsigned nbBits = 0; in FUZ_highbit32() local
581 { U32 const nbBits = FUZ_rand(&randState) % maxNbBits; in FUZ_test() local
589 U32 const nbBits = nbBitsCodes ? nbBitsCodes-1 : 0; in FUZ_test() local
[all...]

Completed in 5 milliseconds