HomeSort by relevance Sort by last modified time
    Searched refs:FUZ_rotl32 (Results 1 - 2 of 2) sorted by null

  /external/lz4/tests/
frametest.c 110 #define FUZ_rotl32(x,r) ((x << r) | (x >> (32 - r)))
116 rand32 = FUZ_rotl32(rand32, 13);
    [all...]
fuzzer.c 104 static U32 FUZ_rotl32(U32 u32, U32 nbBits)
114 rand32 = FUZ_rotl32(rand32, 13);
    [all...]

Completed in 83 milliseconds