| /src/external/gpl3/binutils/dist/libiberty/ |
| random.c | 169 advances the front and rear pointers 10*rand_deg times, and hence the 170 rear pointer which starts at 0 will also end up at zero; thus the zeroeth 172 position of the rear pointer is just 187 /* FPTR and RPTR are two pointers into the state info, a front and a rear 193 (The position of the rear pointer, rptr, is really 0 (as explained above 210 the front and rear pointers have wrapped. */ 252 value of the rear pointer; this is so successive calls to initstate won't 329 register int rear = new_state[0] / MAX_TYPES; 357 rptr = &state[rear]; 358 fptr = &state[(rear + rand_sep) % rand_deg] 326 register int rear = new_state[0] \/ MAX_TYPES; local [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| random.c | 169 advances the front and rear pointers 10*rand_deg times, and hence the 170 rear pointer which starts at 0 will also end up at zero; thus the zeroeth 172 position of the rear pointer is just 187 /* FPTR and RPTR are two pointers into the state info, a front and a rear 193 (The position of the rear pointer, rptr, is really 0 (as explained above 210 the front and rear pointers have wrapped. */ 252 value of the rear pointer; this is so successive calls to initstate won't 329 register int rear = new_state[0] / MAX_TYPES; 357 rptr = &state[rear]; 358 fptr = &state[(rear + rand_sep) % rand_deg] 326 register int rear = new_state[0] \/ MAX_TYPES; local [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| random.c | 169 advances the front and rear pointers 10*rand_deg times, and hence the 170 rear pointer which starts at 0 will also end up at zero; thus the zeroeth 172 position of the rear pointer is just 187 /* FPTR and RPTR are two pointers into the state info, a front and a rear 193 (The position of the rear pointer, rptr, is really 0 (as explained above 210 the front and rear pointers have wrapped. */ 252 value of the rear pointer; this is so successive calls to initstate won't 329 register int rear = new_state[0] / MAX_TYPES; 357 rptr = &state[rear]; 358 fptr = &state[(rear + rand_sep) % rand_deg] 326 register int rear = new_state[0] \/ MAX_TYPES; local [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| random.c | 171 advances the front and rear pointers 10*rand_deg times, and hence the 172 rear pointer which starts at 0 will also end up at zero; thus the zeroeth 174 position of the rear pointer is just 189 /* FPTR and RPTR are two pointers into the state info, a front and a rear 195 (The position of the rear pointer, rptr, is really 0 (as explained above 212 the front and rear pointers have wrapped. */ 254 value of the rear pointer; this is so successive calls to initstate won't 331 register int rear = new_state[0] / MAX_TYPES; 359 rptr = &state[rear]; 360 fptr = &state[(rear + rand_sep) % rand_deg] 328 register int rear = new_state[0] \/ MAX_TYPES; local [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| random.c | 169 advances the front and rear pointers 10*rand_deg times, and hence the 170 rear pointer which starts at 0 will also end up at zero; thus the zeroeth 172 position of the rear pointer is just 187 /* FPTR and RPTR are two pointers into the state info, a front and a rear 193 (The position of the rear pointer, rptr, is really 0 (as explained above 210 the front and rear pointers have wrapped. */ 252 value of the rear pointer; this is so successive calls to initstate won't 329 register int rear = new_state[0] / MAX_TYPES; 357 rptr = &state[rear]; 358 fptr = &state[(rear + rand_sep) % rand_deg] 326 register int rear = new_state[0] \/ MAX_TYPES; local [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| random.c | 169 advances the front and rear pointers 10*rand_deg times, and hence the 170 rear pointer which starts at 0 will also end up at zero; thus the zeroeth 172 position of the rear pointer is just 187 /* FPTR and RPTR are two pointers into the state info, a front and a rear 193 (The position of the rear pointer, rptr, is really 0 (as explained above 210 the front and rear pointers have wrapped. */ 252 value of the rear pointer; this is so successive calls to initstate won't 329 register int rear = new_state[0] / MAX_TYPES; 357 rptr = &state[rear]; 358 fptr = &state[(rear + rand_sep) % rand_deg] 326 register int rear = new_state[0] \/ MAX_TYPES; local [all...] |
| /src/common/lib/libc/stdlib/ |
| random.c | 183 * advances the front and rear pointers 10*rand_deg times, and hence the 184 * rear pointer which starts at 0 will also end up at zero; thus the zeroeth 186 * position of the rear pointer is just 221 * fptr and rptr are two pointers into the state info, a front and a rear 230 * (The position of the rear pointer, rptr, is really 0 (as explained above 245 * the last element to see if the front and rear pointers have wrapped. 322 * multiplexed with the current value of the rear pointer; this is so 412 uint32_t rear; local 419 rear = (uint32_t)(new_state[0] / MAX_TYPES); 442 rptr = &state[rear]; [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_rlock.c | 227 rl_t *front, *rear; local 235 /* create the rear proxy range lock */ 236 rear = kmem_alloc(sizeof (rl_t), KM_SLEEP); 237 rear->r_off = off; 238 rear->r_len = rl->r_off + rl->r_len - off; 239 rear->r_cnt = rl->r_cnt; 240 rear->r_type = RL_READER; 241 rear->r_proxy = B_TRUE; 242 rear->r_write_wanted = B_FALSE; 243 rear->r_read_wanted = B_FALSE [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| ntp_random.c | 153 * advances the front and rear pointers 10*rand_deg times, and hence the 154 * rear pointer which starts at 0 will also end up at zero; thus the zeroeth 156 * position of the rear pointer is just 183 * fptr and rptr are two pointers into the state info, a front and a rear 192 * (The position of the rear pointer, rptr, is really 0 (as explained above 207 * the last element to see if the front and rear pointers have wrapped. 336 * multiplexed with the current value of the rear pointer; this is so 425 register long rear = new_state[0] / MAX_TYPES; local 448 rptr = &state[rear]; 449 fptr = &state[(rear + rand_sep) % rand_deg] [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ph.h | 81 uint16_t rear; member in struct:ph_enumerate_vars_s 430 vars->rear = 0; 445 bfs_queue[vars->rear] = phn; 446 vars->rear = (vars->rear + 1) % vars->max_queue_size;
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| ph.h | 81 uint16_t rear; member in struct:ph_enumerate_vars_s 430 vars->rear = 0; 445 bfs_queue[vars->rear] = phn; 446 vars->rear = (vars->rear + 1) % vars->max_queue_size;
|