HomeSort by: relevance | last modified time | path
    Searched defs:TYPE_3 (Results 1 - 8 of 8) sorted by relevancy

  /src/common/lib/libc/stdlib/
random.c 158 #define TYPE_3 3 /* x**31 + x**3 + 1 */
188 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
193 TYPE_3,
249 static int rand_type = TYPE_3;
370 rand_type = TYPE_3;
431 case TYPE_3:
  /src/external/bsd/ntp/dist/libntp/
ntp_random.c 135 #define TYPE_3 3 /* x**31 + x**3 + 1 */
158 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
162 TYPE_3,
210 static long rand_type = TYPE_3;
381 rand_type = TYPE_3;
436 case TYPE_3:
  /src/external/gpl3/binutils/dist/libiberty/
random.c 144 #define TYPE_3 3
173 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
176 { TYPE_3,
214 static int rand_type = TYPE_3;
291 rand_type = TYPE_3;
342 case TYPE_3:
  /src/external/gpl3/binutils.old/dist/libiberty/
random.c 144 #define TYPE_3 3
173 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
176 { TYPE_3,
214 static int rand_type = TYPE_3;
291 rand_type = TYPE_3;
342 case TYPE_3:
  /src/external/gpl3/gcc/dist/libiberty/
random.c 144 #define TYPE_3 3
173 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
176 { TYPE_3,
214 static int rand_type = TYPE_3;
291 rand_type = TYPE_3;
342 case TYPE_3:
  /src/external/gpl3/gcc.old/dist/libiberty/
random.c 146 #define TYPE_3 3
175 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
178 { TYPE_3,
216 static int rand_type = TYPE_3;
293 rand_type = TYPE_3;
344 case TYPE_3:
  /src/external/gpl3/gdb/dist/libiberty/
random.c 144 #define TYPE_3 3
173 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
176 { TYPE_3,
214 static int rand_type = TYPE_3;
291 rand_type = TYPE_3;
342 case TYPE_3:
  /src/external/gpl3/gdb.old/dist/libiberty/
random.c 144 #define TYPE_3 3
173 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
176 { TYPE_3,
214 static int rand_type = TYPE_3;
291 rand_type = TYPE_3;
342 case TYPE_3:

Completed in 34 milliseconds