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

  /toolchain/binutils/binutils-2.27/libiberty/
random.c 216 static int rand_type = TYPE_3; variable
235 if (rand_type != TYPE_0)
264 if (rand_type == TYPE_0)
265 state[-1] = rand_type;
267 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
275 rand_type = TYPE_0;
281 rand_type = TYPE_1;
287 rand_type = TYPE_2;
293 rand_type = TYPE_3;
299 rand_type = TYPE_4
    [all...]
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 249 static int rand_type = TYPE_3; variable
271 if (rand_type == TYPE_0)
350 if (rand_type == TYPE_0)
351 state[-1] = rand_type;
353 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
358 rand_type = TYPE_0;
362 rand_type = TYPE_1;
366 rand_type = TYPE_2;
370 rand_type = TYPE_3;
374 rand_type = TYPE_4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 354 int rand_type; /* Type of random number generator. */ member in struct:random_data
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 570 int rand_type; member in struct:random_data
    [all...]

Completed in 302 milliseconds