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

  /external/chromium_org/third_party/smhasher/src/
Random.h 55 uint32_t rand_u32 ( void ) function in struct:Rand
78 blocks[0] = rand_u32();
87 tail[i] = (uint8_t)rand_u32();
96 inline uint32_t rand_u32 ( void ) { return g_rand1.rand_u32(); } function
105 *blocks++ = rand_u32();
113 tail[i] = (uint8_t)rand_u32();
Types.cpp 83 uint32_t b = r.rand_u32();

Completed in 154 milliseconds