| /freebsd-12.1/contrib/libevent/test/ |
| H A D | regress.gen.c | 50 struct msg *tmp; in msg_new_with_arg() local 69 tmp->run_set = 0; in msg_new_with_arg() 71 return (tmp); in msg_new_with_arg() 294 free(tmp); in msg_free() 361 if (tmp->run_length >= tmp->run_num_allocated && in msg_unmarshal() 366 tmp->run_data[tmp->run_length] = run_new(); in msg_unmarshal() 367 if (tmp->run_data[tmp->run_length] == NULL) in msg_unmarshal() 478 return (tmp); in kill_new_with_arg() 614 free(tmp); in kill_free() 788 return (tmp); in run_new_with_arg() [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress.gen.c | 50 struct msg *tmp; in msg_new_with_arg() local 69 tmp->run_set = 0; in msg_new_with_arg() 71 return (tmp); in msg_new_with_arg() 294 free(tmp); in msg_free() 361 if (tmp->run_length >= tmp->run_num_allocated && in msg_unmarshal() 366 tmp->run_data[tmp->run_length] = run_new(); in msg_unmarshal() 367 if (tmp->run_data[tmp->run_length] == NULL) in msg_unmarshal() 478 return (tmp); in kill_new_with_arg() 614 free(tmp); in kill_free() 788 return (tmp); in run_new_with_arg() [all …]
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_clocks.c | 453 tmp |= 1; in radeon_legacy_set_engine_clock() 456 tmp |= 2; in radeon_legacy_set_engine_clock() 459 tmp |= 3; in radeon_legacy_set_engine_clock() 462 tmp |= 4; in radeon_legacy_set_engine_clock() 486 tmp &= in radeon_legacy_set_clock_gating() 490 tmp &= in radeon_legacy_set_clock_gating() 501 tmp &= in radeon_legacy_set_clock_gating() 516 tmp |= in radeon_legacy_set_clock_gating() 557 tmp &= in radeon_legacy_set_clock_gating() 624 tmp &= in radeon_legacy_set_clock_gating() [all …]
|
| H A D | rs400.c | 64 uint32_t tmp; in rs400_gart_tlb_flush() local 112 uint32_t tmp; in rs400_gart_enable() local 196 uint32_t tmp; in rs400_gart_disable() local 234 uint32_t tmp; in rs400_mc_wait_for_idle() local 297 uint32_t tmp; in rs400_debugfs_gart_info() local 332 tmp = RREG32_MC(0x5F); in rs400_debugfs_gart_info() 338 tmp = RREG32_MC(0x3B); in rs400_debugfs_gart_info() 340 tmp = RREG32_MC(0x3C); in rs400_debugfs_gart_info() 342 tmp = RREG32_MC(0x30); in rs400_debugfs_gart_info() 344 tmp = RREG32_MC(0x31); in rs400_debugfs_gart_info() [all …]
|
| /freebsd-12.1/contrib/wpa/src/common/ |
| H A D | sae.c | 36 tmp = sae->tmp = os_zalloc(sizeof(*tmp)); in sae_set_group() 46 tmp->prime_len = crypto_ec_prime_len(tmp->ec); in sae_set_group() 47 tmp->prime = crypto_ec_get_prime(tmp->ec); in sae_set_group() 49 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group() 59 tmp->prime_len = tmp->dh->prime_len; in sae_set_group() 71 tmp->prime = tmp->prime_buf; in sae_set_group() 73 tmp->order_len = tmp->dh->order_len; in sae_set_group() 80 tmp->order = tmp->order_buf; in sae_set_group() 97 tmp = sae->tmp; in sae_clear_temp_data() 111 bin_clear_free(tmp, sizeof(*tmp)); in sae_clear_temp_data() [all …]
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | fman_memac.c | 54 uint32_t tmp; in fman_memac_set_promiscuous() local 101 uint32_t tmp; in fman_memac_enable() local 116 uint32_t tmp; in fman_memac_disable() local 131 uint32_t tmp; in fman_memac_reset_stat() local 144 uint32_t tmp; in fman_memac_reset() local 165 tmp = 0; in fman_memac_init() 203 tmp = 0; in fman_memac_init() 217 tmp = 0; in fman_memac_init() 242 uint32_t tmp; in fman_memac_set_exception() local 272 uint32_t tmp; in fman_memac_get_max_frame_len() local [all …]
|
| H A D | fman_dtsec.c | 142 tmp = 0; in fman_dtsec_init() 159 tmp = 0; in fman_dtsec_init() 170 tmp = 0; in fman_dtsec_init() 184 tmp = 0; in fman_dtsec_init() 213 tmp = 0; in fman_dtsec_init() 218 tmp = 0; in fman_dtsec_init() 225 tmp = 0; in fman_dtsec_init() 237 tmp = 0; in fman_dtsec_init() 279 tmp = 0; in fman_dtsec_init() 624 tmp = (((tmp & 0x000000FF) << 24) | in fman_dtsec_add_addr_in_paddr() [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | playTests.sh | 43 rm -f tmp.zstd tmp.md5.1 tmp.md5.2 46 < tmp $MD5SUM > tmp.md5.1 48 $DIFF -q tmp.md5.1 tmp.md5.2 233 cat hello.tmp world.tmp > helloworld.tmp 272 rm -f hello.tmp world.tmp hello.tmp.zst world.tmp.zst 274 ln -s hello.tmp world.tmp 275 $ZSTD world.tmp hello.tmp 280 rm -f hello.tmp world.tmp hello.tmp.zst world.tmp.zst 515 cat tmp.gz tmp.zst tmp.gz tmp.zst | $ZSTD -d -f -o tmp 576 cat tmp.xz tmp.lzma tmp.zst tmp.lzma tmp.xz tmp.zst | $ZSTD -d -f -o tmp [all …]
|
| /freebsd-12.1/sys/crypto/armv8/ |
| H A D | armv8_crypto_wrap.c | 56 tmp = vaeseq_u8(tmp, keysched[i]); in armv8_aes_enc() 57 tmp = vaesmcq_u8(tmp); in armv8_aes_enc() 58 tmp = vaeseq_u8(tmp, keysched[i + 1]); in armv8_aes_enc() 59 tmp = vaesmcq_u8(tmp); in armv8_aes_enc() 63 tmp = vaesmcq_u8(tmp); in armv8_aes_enc() 64 tmp = vaeseq_u8(tmp, keysched[rounds]); in armv8_aes_enc() 78 tmp = vaesdq_u8(tmp, keysched[i]); in armv8_aes_dec() 79 tmp = vaesimcq_u8(tmp); in armv8_aes_dec() 80 tmp = vaesdq_u8(tmp, keysched[i+1]); in armv8_aes_dec() 81 tmp = vaesimcq_u8(tmp); in armv8_aes_dec() [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | cgen.sh | 85 rm -f tmp-desc.h tmp-desc.h1 86 rm -f tmp-desc.c tmp-desc.c1 87 rm -f tmp-opc.h tmp-opc.h1 88 rm -f tmp-opc.c tmp-opc.c1 90 rm -f tmp-ibld.h tmp-ibld.h1 91 rm -f tmp-ibld.c tmp-ibld.in1 92 rm -f tmp-asm.c tmp-asm.in1 93 rm -f tmp-dis.c tmp-dis.in1 151 rm -f tmp-desc.h1 tmp-desc.c1 152 rm -f tmp-opc.h1 tmp-opc.c1 [all …]
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fman_port.c | 60 tmp = 0; in init_bmi_rx() 158 tmp = 0; in init_bmi_rx() 165 tmp = 0; in init_bmi_rx() 181 tmp = 0; in init_bmi_tx() 262 tmp = 0; in init_bmi_tx() 269 tmp = 0; in init_bmi_tx() 285 tmp = 0; in init_bmi_oh() 355 tmp = 0; in init_bmi_oh() 362 tmp = 0; in init_bmi_oh() 377 tmp = 0; in init_qmi() [all …]
|
| /freebsd-12.1/contrib/libevent/WIN32-Code/ |
| H A D | tree.h | 399 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 407 tmp = parent; \ 409 elm = tmp; \ 415 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 425 elm = tmp; \ 589 tmp = RB_LEFT(tmp, field); \ 591 tmp = RB_RIGHT(tmp, field); \ 617 tmp = RB_LEFT(tmp, field); \ 619 tmp = RB_RIGHT(tmp, field); \ 655 tmp = RB_LEFT(tmp, field); \ [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/WIN32-Code/ |
| H A D | tree.h | 399 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 407 tmp = parent; \ 409 elm = tmp; \ 415 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 425 elm = tmp; \ 589 tmp = RB_LEFT(tmp, field); \ 591 tmp = RB_RIGHT(tmp, field); \ 617 tmp = RB_LEFT(tmp, field); \ 619 tmp = RB_RIGHT(tmp, field); \ 655 tmp = RB_LEFT(tmp, field); \ [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/ec/ |
| H A D | ecp_nistp224.c | 590 widefelem tmp; 597 widefelem tmp; 618 tmp[0] -= a; 645 tmp[2] += tmp[1] >> 56; 648 tmp[3] += tmp[2] >> 56; 700 widefelem tmp; 1148 nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]); 1163 1 /* mixed */ , tmp[0], tmp[1], tmp[2]); 1182 copy_conditional(tmp[1], tmp[3], sign); 1187 mixed, tmp[0], tmp[1], tmp[2]); [all …]
|
| H A D | ecp_nistp256.c | 399 tmp[3] = (u64)tmp[3]; 407 tmp[3] = (u64)tmp[3]; 455 tmp[1] += ((u64)(tmp[0] >> 64)); 456 tmp[0] = (u64)tmp[0]; 457 tmp[2] += ((u64)(tmp[1] >> 64)); 458 tmp[1] = (u64)tmp[1]; 459 tmp[3] += ((u64)(tmp[2] >> 64)); 460 tmp[2] = (u64)tmp[2]; 1081 felem_inv(tmp, tmp); 1710 nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]); [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/modes/ |
| H A D | cts128.c | 115 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_cts128_encrypt() 151 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_nistcts128_encrypt() 185 memcpy(tmp.c, tmp.c + 16, 16); in CRYPTO_cts128_decrypt_block() 187 (*block) (tmp.c, tmp.c, key); in CRYPTO_cts128_decrypt_block() 232 memcpy(tmp.c, tmp.c + 16, 16); in CRYPTO_nistcts128_decrypt_block() 234 (*block) (tmp.c, tmp.c, key); in CRYPTO_nistcts128_decrypt_block() 243 out[n] = tmp.c[n] ^ tmp.c[n - 16]; in CRYPTO_nistcts128_decrypt_block() 272 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_cts128_decrypt() 282 (*cbc) (tmp.c, tmp.c, 32, key, ivec, 0); in CRYPTO_cts128_decrypt() 316 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_nistcts128_decrypt() [all …]
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | sys-tree.h | 416 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 426 elm = tmp; \ 432 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 606 tmp = RB_LEFT(tmp, field); \ 608 tmp = RB_RIGHT(tmp, field); \ 634 tmp = RB_LEFT(tmp, field); \ 636 tmp = RB_RIGHT(tmp, field); \ 654 tmp = RB_LEFT(tmp, field); \ 657 tmp = RB_RIGHT(tmp, field); \ 716 tmp = RB_LEFT(tmp, field); \ [all …]
|
| /freebsd-12.1/contrib/ipfilter/sys/ |
| H A D | tree.h | 419 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 429 elm = tmp; \ 435 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 611 tmp = RB_LEFT(tmp, field); \ 613 tmp = RB_RIGHT(tmp, field); \ 639 tmp = RB_LEFT(tmp, field); \ 641 tmp = RB_RIGHT(tmp, field); \ 659 tmp = RB_LEFT(tmp, field); \ 662 tmp = RB_RIGHT(tmp, field); \ 721 tmp = RB_LEFT(tmp, field); \ [all …]
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/ |
| H A D | fman_ncsw.c | 172 uint32_t tmp; in fman_enable_time_stamp() local 318 uint32_t tmp; in fman_set_liodn_per_port() local 344 uint32_t tmp; in fman_resume_stalled_port() local 445 uint32_t tmp; in fman_set_size_of_fifo() local 459 uint32_t tmp; in fman_get_num_of_tasks() local 471 uint32_t tmp; in fman_get_num_extra_tasks() local 486 uint32_t tmp; in fman_set_num_of_tasks() local 501 uint32_t tmp; in fman_get_num_of_dmas() local 513 uint32_t tmp; in fman_get_num_extra_dmas() local 1015 tmp = 0; in fman_set_ports_bandwidth() [all …]
|
| /freebsd-12.1/usr.bin/gzip/ |
| H A D | gzexe | 39 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || { 63 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || { 69 rm -f "$tmp" 74 cp "$tmp" "$1" 75 rm -f "$tmp" 111 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || { 117 rm -f "$tmp" 122 rm -f "$1"~ "$tmp" 130 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then 133 rm -f "$tmp" [all …]
|
| /freebsd-12.1/sys/sys/ |
| H A D | tree.h | 444 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 454 elm = tmp; \ 460 if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ 639 tmp = RB_LEFT(tmp, field); \ 641 tmp = RB_RIGHT(tmp, field); \ 668 tmp = RB_LEFT(tmp, field); \ 670 tmp = RB_RIGHT(tmp, field); \ 689 tmp = RB_LEFT(tmp, field); \ 692 tmp = RB_RIGHT(tmp, field); \ 754 tmp = RB_LEFT(tmp, field); \ [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | marshall.c | 61 int32_t tmp; in kadm5_ret_key_data() local 96 int32_t tmp; in kadm5_ret_tl_data() local 188 int32_t tmp; in ret_principal_ent() local 207 princ->max_life = tmp; in ret_principal_ent() 211 if(tmp) in ret_principal_ent() 218 princ->mod_date = tmp; in ret_principal_ent() 226 princ->kvno = tmp; in ret_principal_ent() 230 princ->mkvno = tmp; in ret_principal_ent() 234 if(tmp) in ret_principal_ent() 296 int32_t tmp; in kadm5_ret_principal_ent_mask() local [all …]
|
| /freebsd-12.1/sbin/gbde/ |
| H A D | test.sh | 13 ./gbde init $D -P foo -L /tmp/_l1 14 ./gbde setkey $D -p foo -l /tmp/_l1 -P bar -L /tmp/_l1 15 ./gbde setkey $D -p bar -l /tmp/_l1 -P foo -L /tmp/_l1 17 ./gbde setkey $D -p foo -l /tmp/_l1 -n 2 -P foo2 -L /tmp/_l2 18 ./gbde setkey $D -p foo2 -l /tmp/_l2 -n 3 -P foo3 -L /tmp/_l3 19 ./gbde setkey $D -p foo3 -l /tmp/_l3 -n 4 -P foo4 -L /tmp/_l4 20 ./gbde setkey $D -p foo4 -l /tmp/_l4 -n 1 -P foo1 -L /tmp/_l1 22 ./gbde nuke $D -p foo1 -l /tmp/_l1 -n 4 24 ./gbde destroy $D -p foo2 -l /tmp/_l2 27 ./gbde nuke $D -p foo1 -l /tmp/_l1 -n -1 [all …]
|
| /freebsd-12.1/contrib/ofed/libibverbs/ |
| H A D | memory.c | 157 free(tmp); in ibv_fork_init() 225 mm_root = tmp; in __mm_rotate_right() 249 mm_root = tmp; in __mm_rotate_left() 375 tmp = tmp->right; in __mm_remove() 551 if (tmp && tmp->refcnt == node->refcnt + inc) in get_start_node() 572 if (tmp) { in undo_node() 574 node = tmp; in undo_node() 580 if (tmp && tmp->refcnt == node->refcnt) in undo_node() 584 if (tmp && tmp->refcnt == node->refcnt) in undo_node() 660 if (!tmp || start > tmp->end) in ibv_madvise_range() [all …]
|
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_screen.c | 49 WINDOW tmp, *nwin; in NCURSES_EXPORT() local 60 || tmp._maxy == 0 in NCURSES_EXPORT() 61 || tmp._maxy > MAX_SIZE in NCURSES_EXPORT() 62 || tmp._maxx == 0 in NCURSES_EXPORT() 69 tmp._maxy + 1, in NCURSES_EXPORT() 70 tmp._maxx + 1); in NCURSES_EXPORT() 73 tmp._maxy + 1, in NCURSES_EXPORT() 85 nwin->_curx = tmp._curx; in NCURSES_EXPORT() 86 nwin->_cury = tmp._cury; in NCURSES_EXPORT() 87 nwin->_maxy = tmp._maxy; in NCURSES_EXPORT() [all …]
|