| /freebsd/crypto/openssl/crypto/sm3/asm/ |
| H A D | sm3-armv8.pl | 118 my ($state1,$state2)=("v5","v6"); 134 ld1 {$state1.4s-$state2.4s}, [$pstate] 136 rev64 $state2.4s, $state2.4s 138 ext $state2.16b, $state2.16b, $state2.16b, #8 160 mov $bkstate2.16b, $state2.16b 171 &qround("a",$state1,$state2,$vconst_tmp1,$vconst_tmp2,$vtmp1,$vtmp2, 173 &qround("a",$state1,$state2,$vconst_tmp1,$vconst_tmp2,$vtmp1,$vtmp2, 175 &qround("a",$state1,$state2,$vconst_tmp1,$vconst_tmp2,$vtmp1,$vtmp2, 177 &qround("a",$state1,$state2,$vconst_tmp1,$vconst_tmp2,$vtmp1,$vtmp2, 184 &qround("b",$state1,$state2,$vconst_tmp1,$vconst_tmp2,$vtmp1,$vtmp2, [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_range.cpp | 43 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 D | rand.c | 338 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/tests/zfs-tests/tests/functional/procfs/ |
| H A D | pool_state.ksh | 91 state2=$(zpool list -H -o health $pool) 93 log_note "Checking $expected = $state1 = $state2 = $state3" 94 if [[ "$expected" == "$state1" && "$expected" == "$state2" && \
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | fse_decompress.c | 185 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 191 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 204 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 214 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 223 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 228 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | fse_decompress.c | 186 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 192 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 205 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 215 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 224 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 229 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
|
| /freebsd/bin/sh/ |
| H A D | main.c | 118 goto state2; in main() 167 state2: in main()
|
| /freebsd/contrib/byacc/ |
| H A D | lalr.c | 185 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 D | qat_hw15.c | 617 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/lua/src/ |
| H A D | lmathlib.c | 323 Rand64 state2 = state[2] ^ state0; in nextrand() local 327 state[1] = state1 ^ state2; in nextrand() 328 state[2] = state2 ^ (state1 << 17); in nextrand()
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | iblinkinfo.c | 364 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/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 788 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 796 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 808 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 818 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 830 …tream_completed) || (op==omax) || (FSE_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic() 833 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 837 if (FSE_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
|
| H A D | zstd_v03.c | 1288 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 1296 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 1308 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1318 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1330 …tream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic() 1333 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1337 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
|
| H A D | zstd_v02.c | 1288 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 1296 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 1308 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1318 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1330 …tream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic() 1333 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1337 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
|
| H A D | zstd_v04.c | 1273 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 1281 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 1293 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1303 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1315 …tream_completed) || (op==omax) || (BIT_endOfDStream(&bitD) && (fast || FSE_endOfDState(&state2))) ) in FSE_decompress_usingDTable_generic() 1318 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 1322 if (BIT_endOfDStream(&bitD) && FSE_endOfDState(&state1) && FSE_endOfDState(&state2)) in FSE_decompress_usingDTable_generic()
|
| H A D | zstd_v05.c | 1384 FSEv05_DState_t state2; in FSEv05_decompress_usingDTable_generic() local 1392 FSEv05_initDState(&state2, &bitD, dt); in FSEv05_decompress_usingDTable_generic() 1403 op[1] = FSEv05_GETSYMBOL(&state2); in FSEv05_decompress_usingDTable_generic() 1413 op[3] = FSEv05_GETSYMBOL(&state2); in FSEv05_decompress_usingDTable_generic() 1424 …completed) || (op==omax) || (BITv05_endOfDStream(&bitD) && (fast || FSEv05_endOfDState(&state2))) ) in FSEv05_decompress_usingDTable_generic() 1427 *op++ = FSEv05_GETSYMBOL(&state2); in FSEv05_decompress_usingDTable_generic() 1431 if (BITv05_endOfDStream(&bitD) && FSEv05_endOfDState(&state1) && FSEv05_endOfDState(&state2)) in FSEv05_decompress_usingDTable_generic()
|
| H A D | zstd_v06.c | 1523 FSEv06_DState_t state2; in FSEv06_decompress_usingDTable_generic() local 1530 FSEv06_initDState(&state2, &bitD, dt); in FSEv06_decompress_usingDTable_generic() 1541 op[1] = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic() 1551 op[3] = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic() 1562 *op++ = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic() 1568 *op++ = FSEv06_GETSYMBOL(&state2); in FSEv06_decompress_usingDTable_generic()
|
| H A D | zstd_v07.c | 1544 FSEv07_DState_t state2; in FSEv07_decompress_usingDTable_generic() local 1551 FSEv07_initDState(&state2, &bitD, dt); in FSEv07_decompress_usingDTable_generic() 1562 op[1] = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic() 1572 op[3] = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic() 1583 *op++ = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic() 1589 *op++ = FSEv07_GETSYMBOL(&state2); in FSEv07_decompress_usingDTable_generic()
|
| /freebsd/contrib/bc/include/ |
| H A D | rand.h | 487 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2);
|
| /freebsd/sys/dev/qat/include/ |
| H A D | icp_qat_hw.h | 205 uint8_t state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_ssl.c | 434 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 D | regress_ssl.c | 434 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/dev/qat/qat_api/firmware/include/ |
| H A D | icp_qat_hw.h | 627 uint8_t state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rk3288-rock2-square.dts | 52 label = "rock2:blue:state2";
|
| /freebsd/sys/cam/scsi/ |
| H A D | scsi_cd.h | 131 uint8_t state2; member
|