| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_range.cpp | 42 sptr state1 = 0; local 46 DCHECK_GE(state1, 0); 48 if (state1 && state2) { 57 state1 += e.diff1;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| lfsr.c | 141 uint32_t state1, state2; local 151 state1 = lfsr_skipgenerate(lfsr1, skip2); 154 return (state1 ^ state2);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| prng.h | 68 uint32_t ret, state0, state1; local 77 state1 = prng_state_next_u32(state0); 79 state1, ATOMIC_RELAXED, ATOMIC_RELAXED)); 81 state1 = prng_state_next_u32(state0); 82 atomic_store_u32(state, state1, ATOMIC_RELAXED); 84 ret = state1 >> (32 - lg_range); 91 uint64_t ret, state1; local 96 state1 = prng_state_next_u64(*state); 97 *state = state1; 98 ret = state1 >> (64 - lg_range) 105 size_t ret, state0, state1; local [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| prng.h | 68 uint32_t ret, state0, state1; local 77 state1 = prng_state_next_u32(state0); 79 state1, ATOMIC_RELAXED, ATOMIC_RELAXED)); 81 state1 = prng_state_next_u32(state0); 82 atomic_store_u32(state, state1, ATOMIC_RELAXED); 84 ret = state1 >> (32 - lg_range); 91 uint64_t ret, state1; local 96 state1 = prng_state_next_u64(*state); 97 *state = state1; 98 ret = state1 >> (64 - lg_range) 105 size_t ret, state0, state1; local [all...] |
| /src/sys/dev/pci/qat/ |
| qat_hw17.c | 369 uint8_t *state1, *state2; local 390 state1 = auth->max.state1; 391 state2 = auth->max.state1 + auth_cd_ctrl->inner_state1_sz; 392 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2);
|
| qat_hw15.c | 575 uint8_t *state1, *state2; local 617 state1 = (uint8_t *)(auth_setup + 1); 618 state2 = state1 + auth_hdr->inner_state1_sz; 627 memset(state1 + state_size, 0, state1_pad_len); 635 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2);
|
| /src/external/bsd/zstd/dist/lib/common/ |
| fse_decompress.c | 184 FSE_DState_t state1; local 190 FSE_initDState(&state1, &bitD, dt); 197 op[0] = FSE_GETSYMBOL(&state1); 207 op[2] = FSE_GETSYMBOL(&state1); 219 *op++ = FSE_GETSYMBOL(&state1); 228 *op++ = FSE_GETSYMBOL(&state1);
|
| /src/external/bsd/byacc/dist/ |
| lalr.c | 233 Value_t state1 = sp->number; local 244 from_state[k] = state1; 379 Value_t state1 = from_state[i]; local 384 states[0] = state1; 385 stateno = state1;
|
| /src/games/atc/ |
| input.c | 141 state1[] = { { 't', 2, " turn", turn }, variable 205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),
|
| /src/external/mit/lua/dist/src/ |
| lmathlib.c | 312 Rand64 state1 = state[1]; local 314 Rand64 state3 = state[3] ^ state1; 315 Rand64 res = rotl(state1 * 5, 7) * 9; 317 state[1] = state1 ^ state2; 318 state[2] = state2 ^ (state1 << 17);
|
| /src/external/bsd/libevent/dist/test/ |
| regress_ssl.c | 435 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; local 440 base, fd_pair[0], ssl1, state1, flags); 445 base, underlying_pair[0], ssl1, state1, flags);
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_ssl.c | 435 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; local 440 base, fd_pair[0], ssl1, state1, flags); 445 base, underlying_pair[0], ssl1, state1, flags);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_rps.c | 1149 unsigned long t, corr, state1, corr2, state2; local 1158 state1 = ext_v; 1171 corr = corr * 150142 * state1 / 10000 - 78642; 1175 state2 = corr2 * state1 / 10000;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp.c | 1595 const struct dhcp_state *state1; local 1613 if ((state1 = D_CSTATE(ifp1)) == NULL) 1615 if (state1->xid == state->xid)
|
| dhcp6.c | 554 const struct dhcp6_state *state1; local 575 if ((state1 = D6_CSTATE(ifp1)) == NULL) 577 if (state1->send != NULL && 578 state1->send->xid[0] == m->xid[0] && 579 state1->send->xid[1] == m->xid[1] && 580 state1->send->xid[2] == m->xid[2]) 3818 const struct dhcp6_state *state1; local 3822 state1 = D6_CSTATE(ifp1); 3823 if (state1 == NULL || state1->send == NULL [all...] |
| /src/external/bsd/zstd/dist/doc/educational_decoder/ |
| zstd_decompress.c | 2069 u16 state1, state2; local 2070 // "The first state (State1) encodes the even indexed symbols, and the 2071 // second (State2) encodes the odd indexes. State1 is initialized first, and 2074 FSE_init_state(dtable, &state1, src, &offset); 2087 IO_write_byte(out, FSE_decode_symbol(dtable, &state1, src, &offset)); 2099 // There's still a symbol to decode in state1 2100 IO_write_byte(out, FSE_peek_symbol(dtable, state1));
|
| /src/external/bsd/zstd/dist/lib/legacy/ |
| zstd_v01.c | 787 FSE_DState_t state1; local 795 FSE_initDState(&state1, &bitD, dt); 803 op[0] = FSE_GETSYMBOL(&state1); 813 op[2] = FSE_GETSYMBOL(&state1); 825 if ( (FSE_reloadDStream(&bitD)>FSE_DStream_completed) || (op==omax) || (FSE_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state1))) ) 828 *op++ = FSE_GETSYMBOL(&state1); 837 if (FSE_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2))
|
| zstd_v03.c | 1287 FSE_DState_t state1; local 1295 FSE_initDState(&state1, &bitD, dt); 1303 op[0] = FSE_GETSYMBOL(&state1); 1313 op[2] = FSE_GETSYMBOL(&state1); 1325 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state1))) ) 1328 *op++ = FSE_GETSYMBOL(&state1); 1337 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2))
|
| zstd_v02.c | 1287 FSE_DState_t state1; local 1295 FSE_initDState(&state1, &bitD, dt); 1303 op[0] = FSE_GETSYMBOL(&state1); 1313 op[2] = FSE_GETSYMBOL(&state1); 1325 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state1))) ) 1328 *op++ = FSE_GETSYMBOL(&state1); 1337 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2))
|
| zstd_v04.c | 1272 FSE_DState_t state1; local 1280 FSE_initDState(&state1, &bitD, dt); 1288 op[0] = FSE_GETSYMBOL(&state1); 1298 op[2] = FSE_GETSYMBOL(&state1); 1310 if ( (BIT_reloadDStream(&bitD)>BIT_DStream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state1))) ) 1313 *op++ = FSE_GETSYMBOL(&state1); 1322 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2))
|
| zstd_v05.c | 1383 FSEv05_DState_t state1; local 1391 FSEv05_initDState(&state1, &bitD, dt); 1398 op[0] = FSEv05_GETSYMBOL(&state1); 1408 op[2] = FSEv05_GETSYMBOL(&state1); 1419 if ( (BITv05_reloadDStream(&bitD)>BITv05_DStream_completed) || (op==omax) || (BITv05_endOfDStream(&bitD) && (fast || FSEv05_endOfDState(&state1))) ) 1422 *op++ = FSEv05_GETSYMBOL(&state1); 1431 if (BITv05_endOfDStream(&bitD) && FSEv05_endOfDState(&state1) && FSEv05_endOfDState(&state2))
|
| zstd_v06.c | 1522 FSEv06_DState_t state1; local 1529 FSEv06_initDState(&state1, &bitD, dt); 1536 op[0] = FSEv06_GETSYMBOL(&state1); 1546 op[2] = FSEv06_GETSYMBOL(&state1); 1559 *op++ = FSEv06_GETSYMBOL(&state1); 1571 *op++ = FSEv06_GETSYMBOL(&state1);
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 3480 unsigned int state1, state2; local 3509 state1 = (val >> bits) & ((1U << fse_table_bits) - 1); 3513 /* There are two independent FSE streams, tracked by STATE1 and STATE2. 3522 pt = &fse_table[state1]; 3548 state1 = pt->base + v; 3569 weights[count + 1] = (unsigned char) fse_table[state1].symbol;
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| elf.c | 3480 unsigned int state1, state2; local 3509 state1 = (val >> bits) & ((1U << fse_table_bits) - 1); 3513 /* There are two independent FSE streams, tracked by STATE1 and STATE2. 3522 pt = &fse_table[state1]; 3548 state1 = pt->base + v; 3569 weights[count + 1] = (unsigned char) fse_table[state1].symbol;
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| elf.c | 3480 unsigned int state1, state2; local 3509 state1 = (val >> bits) & ((1U << fse_table_bits) - 1); 3513 /* There are two independent FSE streams, tracked by STATE1 and STATE2. 3522 pt = &fse_table[state1]; 3548 state1 = pt->base + v; 3569 weights[count + 1] = (unsigned char) fse_table[state1].symbol;
|