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

  /src/external/gpl3/binutils/dist/libiberty/
random.c 147 #define SEP_3 3
162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
197 static long int *fptr = &randtbl[SEP_3 + 1];
216 static int rand_sep = SEP_3;
293 rand_sep = SEP_3;
  /src/external/gpl3/binutils.old/dist/libiberty/
random.c 147 #define SEP_3 3
162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
197 static long int *fptr = &randtbl[SEP_3 + 1];
216 static int rand_sep = SEP_3;
293 rand_sep = SEP_3;
  /src/external/gpl3/gcc/dist/libiberty/
random.c 147 #define SEP_3 3
162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
197 static long int *fptr = &randtbl[SEP_3 + 1];
216 static int rand_sep = SEP_3;
293 rand_sep = SEP_3;
  /src/external/gpl3/gcc.old/dist/libiberty/
random.c 149 #define SEP_3 3
164 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
199 static long int *fptr = &randtbl[SEP_3 + 1];
218 static int rand_sep = SEP_3;
295 rand_sep = SEP_3;
  /src/external/gpl3/gdb/dist/libiberty/
random.c 147 #define SEP_3 3
162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
197 static long int *fptr = &randtbl[SEP_3 + 1];
216 static int rand_sep = SEP_3;
293 rand_sep = SEP_3;
  /src/external/gpl3/gdb.old/dist/libiberty/
random.c 147 #define SEP_3 3
162 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
197 static long int *fptr = &randtbl[SEP_3 + 1];
216 static int rand_sep = SEP_3;
293 rand_sep = SEP_3;
  /src/external/bsd/ntp/dist/libntp/
ntp_random.c 138 #define SEP_3 3
196 static unsigned long *fptr = &randtbl[SEP_3 + 1];
212 static long rand_sep = SEP_3;
324 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
383 rand_sep = SEP_3;
  /src/common/lib/libc/stdlib/
random.c 161 #define SEP_3 3
175 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
234 static uint32_t *fptr = &randtbl[SEP_3 + 1];
250 static int rand_sep = SEP_3;
371 rand_sep = SEP_3;

Completed in 43 milliseconds