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

  /external/valgrind/memcheck/tests/
pdb-realloc2.c 18 static inline UInt myrand ( UInt size ) function
41 j = myrand( 256 * 25 );
76 j = myrand( 256 * 25 );
  /external/netperf/src/
net_uuid.c 118 uint16_t myrand; local
123 myrand = true_random();
124 seed[i++] = myrand & 0xff;
125 seed[i++] = myrand >> 8;
150 uint16_t myrand; local
167 myrand = true_random();
168 seed[i++] = myrand & 0xff;
169 seed[i++] = myrand >> 8;

Completed in 68 milliseconds