Home
last modified time | relevance | path

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

/external/lz4/programs/
Ddatagen.c100 #define RDG_RAND15BITS ((RDG_rand(seed) >> 3) & 32767) macro
132 if (RDG_RAND15BITS < matchProba32) { in RDG_genBlock()
137 U32 offset = RDG_RAND15BITS + 1; in RDG_genBlock()