Home
last modified time | relevance | path

Searched refs:state2 (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp43 sptr state2 = 0; in Intersect() local
47 DCHECK_GE(state2, 0); in Intersect()
48 if (state1 && state2) { in Intersect()
58 state2 += e.diff2; in Intersect()
/freebsd/contrib/bc/src/
H A Drand.c338 bc_rand_seedRNG(BcRNGData* r, ulong state1, ulong state2, ulong inc1, in bc_rand_seedRNG() argument
341 bc_rand_seedState(&r->state, state1, state2); in bc_rand_seedRNG()
355 ulong state1, state2, inc1, inc2; in bc_rand_fill() local
358 state2 = fulong(ptr); in bc_rand_fill()
363 bc_rand_seedRNG(r, state1, state2, inc1, inc2); in bc_rand_fill()
536 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2) in bc_rand_seed() argument
548 if (!state1 && !state2) in bc_rand_seed()
554 else bc_rand_seedState(&rng->state, state1, state2); in bc_rand_seed()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c178 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
184 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
195 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
205 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
214 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
219 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/
H A Dpool_state.ksh90 state2=$(zpool list -H -o health $pool)
92 log_note "Checking $expected = $state1 = $state2 = $state3"
93 if [[ "$expected" == "$state1" && "$expected" == "$state2" && \
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c243 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
249 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
260 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
270 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
279 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
284 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
/freebsd/bin/sh/
H A Dmain.c114 goto state2; in main()
147 state2: in main()
/freebsd/contrib/byacc/
H A Dlalr.c185 Value_t state2; in set_goto_map() local
233 state2 = sp->shift[i]; in set_goto_map()
234 symbol = accessing_symbol[state2]; in set_goto_map()
241 to_state[k] = state2; in set_goto_map()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15.c617 uint8_t *state1, *state2; in qat_hw15_crypto_setup_auth_setup() local
629 state2 = state1 + roundup(hash_def->qshd_qat->qshqi_state1_len, 8); in qat_hw15_crypto_setup_auth_setup()
633 qs->qs_cipher_klen, hash_def, state2); in qat_hw15_crypto_setup_auth_setup()
645 memset(state2 + state_sz, 0, state2_pad_len); in qat_hw15_crypto_setup_auth_setup()
665 qs->qs_auth_klen, hash_def, state1, state2); in qat_hw15_crypto_setup_auth_setup()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c364 int state1, state2; in diff_node_ports() local
368 state2 = mad_get_field(fabric2_port->info, 0, in diff_node_ports()
371 if (state1 != state2) in diff_node_ports()
/freebsd/contrib/lua/src/
H A Dlmathlib.c311 Rand64 state2 = state[2] ^ state0; in nextrand() local
315 state[1] = state1 ^ state2; in nextrand()
316 state[2] = state2 ^ (state1 << 17); in nextrand()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c826 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
834 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
846 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
856 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
868 …tream_completed) || (op==omax) || (FSE_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic()
871 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
875 if (FSE_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
H A Dzstd_v03.c1350 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
1358 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
1370 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1380 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1392 …tream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic()
1395 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1399 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
H A Dzstd_v02.c1349 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
1357 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
1369 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1379 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1391 …tream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic()
1394 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1398 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
H A Dzstd_v04.c1329 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
1337 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
1349 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1359 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1371 …tream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic()
1374 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
1378 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
H A Dzstd_v05.c1436 FSEv05_DState_t state2; in FSEv05_decompress_usingDTable_generic() local
1444 FSEv05_initDState(&state2, &bitD, dt); in FSEv05_decompress_usingDTable_generic()
1455 op[1] = FSEv05_GETSYMBOL(&state2); in FSEv05_decompress_usingDTable_generic()
1465 op[3] = FSEv05_GETSYMBOL(&state2); in FSEv05_decompress_usingDTable_generic()
1476 …completed) || (op==omax) || (BITv05_endOfDStream(&bitD) && (fast || FSEv05_endOfDState(&state2))) ) in FSEv05_decompress_usingDTable_generic()
1479 *op++ = FSEv05_GETSYMBOL(&state2); in FSEv05_decompress_usingDTable_generic()
1483 if (BITv05_endOfDStream(&bitD) && FSEv05_endOfDState(&state1) && FSEv05_endOfDState(&state2)) in FSEv05_decompress_usingDTable_generic()
H A Dzstd_v06.c1579 FSEv06_DState_t state2; in FSEv06_decompress_usingDTable_generic() local
1586 FSEv06_initDState(&state2, &bitD, dt); in FSEv06_decompress_usingDTable_generic()
1597 op[1] = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic()
1607 op[3] = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic()
1618 *op++ = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic()
1624 *op++ = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic()
H A Dzstd_v07.c1599 FSEv07_DState_t state2; in FSEv07_decompress_usingDTable_generic() local
1606 FSEv07_initDState(&state2, &bitD, dt); in FSEv07_decompress_usingDTable_generic()
1617 op[1] = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic()
1627 op[3] = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic()
1638 *op++ = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic()
1644 *op++ = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic()
/freebsd/contrib/bc/include/
H A Drand.h490 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
/freebsd/sys/dev/qat/include/
H A Dicp_qat_hw.h205 uint8_t state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c434 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; in open_ssl_bufevs() local
440 base, fd_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
445 base, underlying_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c434 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; in open_ssl_bufevs() local
440 base, fd_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
445 base, underlying_pair[1], ssl2, state2, flags); in open_ssl_bufevs()
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c2066 u16 state1, state2; in FSE_decompress_interleaved2() local
2072 FSE_init_state(dtable, &state2, src, &offset); in FSE_decompress_interleaved2()
2088 IO_write_byte(out, FSE_peek_symbol(dtable, state2)); in FSE_decompress_interleaved2()
2093 IO_write_byte(out, FSE_decode_symbol(dtable, &state2, src, &offset)); in FSE_decompress_interleaved2()
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_hw.h627 uint8_t state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-rock2-square.dts52 label = "rock2:blue:state2";
/freebsd/sys/cam/scsi/
H A Dscsi_cd.h131 uint8_t state2; member

12