/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.exp | 1 Parse_PushInput: variable-ifndef.tmp:1 2 Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined 3 Parse_PushInput: variable-ifndef-reuse.tmp:1 4 Skipping 'variable-ifndef-reuse.tmp' because 'VARIABLE_IFNDEF' is defined 5 Parse_PushInput: variable-ifndef-zero.tmp:1 6 Parse_PushInput: variable-ifndef-zero.tmp:1 7 Parse_PushInput: variable-ifndef-one.tmp:1 8 Parse_PushInput: variable-ifndef-one.tmp:1 9 Parse_PushInput: comments.tmp:1 10 Skipping 'comments.tmp' because 'COMMENTS' is defined [all …]
|
H A D | directive-include-guard.mk | 36 # expect: Parse_PushInput: variable-ifndef.tmp:1 37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined 47 # expect: Parse_PushInput: variable-ifndef-reuse.tmp:1 48 # expect: Skipping 'variable-ifndef-reuse.tmp' because 'VARIABLE_IFNDEF' is defined 57 # expect: Parse_PushInput: variable-ifndef-zero.tmp:1 58 # expect: Parse_PushInput: variable-ifndef-zero.tmp:1 66 # expect: Parse_PushInput: variable-ifndef-one.tmp:1 67 # expect: Parse_PushInput: variable-ifndef-one.tmp:1 79 # expect: Parse_PushInput: comments.tmp:1 80 # expect: Skipping 'comments.tmp' because 'COMMENTS' is defined [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.gen.c | 56 struct msg *tmp; in msg_new_with_arg() local 57 if ((tmp = malloc(sizeof(struct msg))) == NULL) { in msg_new_with_arg() 61 tmp->base = &msg_base__; in msg_new_with_arg() 63 tmp->from_name_data = NULL; in msg_new_with_arg() 64 tmp->from_name_set = 0; in msg_new_with_arg() 66 tmp->to_name_data = NULL; in msg_new_with_arg() 67 tmp->to_name_set = 0; in msg_new_with_arg() 69 tmp->attack_data = NULL; in msg_new_with_arg() 70 tmp->attack_set = 0; in msg_new_with_arg() 72 tmp->run_data = NULL; in msg_new_with_arg() [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | regress.gen.c | 56 struct msg *tmp; in msg_new_with_arg() local 57 if ((tmp = malloc(sizeof(struct msg))) == NULL) { in msg_new_with_arg() 61 tmp->base = &msg_base__; in msg_new_with_arg() 63 tmp->from_name_data = NULL; in msg_new_with_arg() 64 tmp->from_name_set = 0; in msg_new_with_arg() 66 tmp->to_name_data = NULL; in msg_new_with_arg() 67 tmp->to_name_set = 0; in msg_new_with_arg() 69 tmp->attack_data = NULL; in msg_new_with_arg() 70 tmp->attack_set = 0; in msg_new_with_arg() 72 tmp->run_data = NULL; in msg_new_with_arg() [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | fman_memac.c | 54 uint32_t tmp; in fman_memac_set_promiscuous() local 56 tmp = ioread32be(®s->command_config); in fman_memac_set_promiscuous() 59 tmp |= CMD_CFG_PROMIS_EN; in fman_memac_set_promiscuous() 61 tmp &= ~CMD_CFG_PROMIS_EN; in fman_memac_set_promiscuous() 63 iowrite32be(tmp, ®s->command_config); in fman_memac_set_promiscuous() 101 uint32_t tmp; in fman_memac_enable() local 103 tmp = ioread32be(®s->command_config); in fman_memac_enable() 106 tmp |= CMD_CFG_RX_EN; in fman_memac_enable() 109 tmp |= CMD_CFG_TX_EN; in fman_memac_enable() 111 iowrite32be(tmp, ®s->command_config); in fman_memac_enable() [all …]
|
H A D | fman_dtsec.c | 114 uint32_t tmp; in fman_dtsec_init() local 123 tmp = ioread32be(®s->tsec_id2); in fman_dtsec_init() 128 if (tmp & DTSEC_ID2_INT_REDUCED_OFF) in fman_dtsec_init() 133 if (tmp & DTSEC_ID2_INT_REDUCED_OFF) in fman_dtsec_init() 142 tmp = 0; in fman_dtsec_init() 144 tmp |= DTSEC_ECNTRL_GMIIM; in fman_dtsec_init() 146 tmp |= (DTSEC_ECNTRL_SGMIIM | DTSEC_ECNTRL_TBIM); in fman_dtsec_init() 148 tmp |= (DTSEC_ECNTRL_SGMIIM | DTSEC_ECNTRL_TBIM | in fman_dtsec_init() 151 tmp |= DTSEC_ECNTRL_RPM; in fman_dtsec_init() 153 tmp |= DTSEC_ECNTRL_R100M; in fman_dtsec_init() [all …]
|
H A D | fman_tgec.c | 52 uint32_t tmp; in fman_tgec_reset_stat() local 54 tmp = ioread32be(®s->command_config); in fman_tgec_reset_stat() 56 tmp |= CMD_CFG_STAT_CLR; in fman_tgec_reset_stat() 58 iowrite32be(tmp, ®s->command_config); in fman_tgec_reset_stat() 159 uint32_t tmp; in fman_tgec_enable() local 161 tmp = ioread32be(®s->command_config); in fman_tgec_enable() 163 tmp |= CMD_CFG_RX_EN; in fman_tgec_enable() 165 tmp |= CMD_CFG_TX_EN; in fman_tgec_enable() 166 iowrite32be(tmp, ®s->command_config); in fman_tgec_enable() 183 uint32_t tmp; in fman_tgec_set_promiscuous() local [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fman_port.c | 57 uint32_t tmp; in init_bmi_rx() local 60 tmp = 0; in init_bmi_rx() 62 tmp |= BMI_PORT_CFG_IM; in init_bmi_rx() 64 tmp |= BMI_PORT_CFG_FDOVR; in init_bmi_rx() 65 iowrite32be(tmp, ®s->fmbm_rcfg); in init_bmi_rx() 68 tmp = (uint32_t)cfg->dma_swap_data << BMI_DMA_ATTR_SWP_SHIFT; in init_bmi_rx() 70 tmp |= BMI_DMA_ATTR_IC_STASH_ON; in init_bmi_rx() 72 tmp |= BMI_DMA_ATTR_HDR_STASH_ON; in init_bmi_rx() 74 tmp |= BMI_DMA_ATTR_SG_STASH_ON; in init_bmi_rx() 76 tmp |= BMI_DMA_ATTR_WRITE_OPTIMIZE; in init_bmi_rx() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 28 struct sae_temporary_data *tmp; in sae_set_group() local 40 tmp = sae->tmp = os_zalloc(sizeof(*tmp)); in sae_set_group() 41 if (tmp == NULL) in sae_set_group() 45 tmp->ec = crypto_ec_init(group); in sae_set_group() 46 if (tmp->ec) { in sae_set_group() 50 tmp->prime_len = crypto_ec_prime_len(tmp->ec); in sae_set_group() 51 tmp->prime = crypto_ec_get_prime(tmp->ec); in sae_set_group() 52 tmp->order_len = crypto_ec_order_len(tmp->ec); in sae_set_group() 53 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group() 58 tmp->dh = dh_groups_get(group); in sae_set_group() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/ |
H A D | tree.h | 80 /* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */ 81 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 82 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 83 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 84 (head)->sph_root = tmp; \ 87 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 88 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 89 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 90 (head)->sph_root = tmp; \ 93 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument [all …]
|
/freebsd/contrib/libevent/WIN32-Code/ |
H A D | tree.h | 80 /* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */ 81 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 82 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 83 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 84 (head)->sph_root = tmp; \ 87 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 88 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 89 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 90 (head)->sph_root = tmp; \ 93 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 87 /* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */ 88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 91 (head)->sph_root = tmp; \ 94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 95 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ 96 SPLAY_LEFT(tmp, field) = (head)->sph_root; \ 97 (head)->sph_root = tmp; \ 100 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument [all …]
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | cts128.c | 95 } tmp; in CRYPTO_cts128_encrypt() local 111 memcpy(tmp.c, out - 16, 16); in CRYPTO_cts128_encrypt() 113 memcpy(out, tmp.c, residue); in CRYPTO_cts128_encrypt() 115 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_cts128_encrypt() 116 memcpy(tmp.c, in, residue); in CRYPTO_cts128_encrypt() 118 (*cbc) (tmp.c, out - 16, 16, key, ivec, 1); in CRYPTO_cts128_encrypt() 131 } tmp; in CRYPTO_nistcts128_encrypt() local 151 memset(tmp.c, 0, sizeof(tmp)); in CRYPTO_nistcts128_encrypt() 152 memcpy(tmp.c, in, residue); in CRYPTO_nistcts128_encrypt() 153 (*cbc) (tmp.c, out - 16 + residue, 16, key, ivec, 1); in CRYPTO_nistcts128_encrypt() [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fman_ncsw.c | 172 uint32_t tmp; in fman_enable_time_stamp() local 194 tmp = (intgr << FPM_TS_INT_SHIFT) | (uint16_t)frac; in fman_enable_time_stamp() 195 iowrite32be(tmp, &fpm_rg->fmfp_tsc2); in fman_enable_time_stamp() 238 uint32_t tmp = 0; in fman_set_num_of_riscs_per_port() local 240 tmp = (uint32_t)(port_id << FPM_PORT_FM_CTL_PORTID_SHIFT); in fman_set_num_of_riscs_per_port() 243 tmp = FPM_PRT_FM_CTL2 | FPM_PRT_FM_CTL1; in fman_set_num_of_riscs_per_port() 245 tmp |= (or_fman_ctrl << FPM_PRC_ORA_FM_CTL_SEL_SHIFT) | or_fman_ctrl; in fman_set_num_of_riscs_per_port() 247 iowrite32be(tmp, &fpm_rg->fmfp_prc); in fman_set_num_of_riscs_per_port() 255 uint32_t tmp = 0; in fman_set_order_restoration_per_port() local 257 tmp = (uint32_t)(port_id << FPM_PORT_FM_CTL_PORTID_SHIFT); in fman_set_order_restoration_per_port() [all …]
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | memory.c | 126 void *tmp, *tmp_aligned; in ibv_fork_init() local 143 if (posix_memalign(&tmp, page_size, page_size)) in ibv_fork_init() 147 size = get_page_size(tmp); in ibv_fork_init() 148 tmp_aligned = (void *) ((uintptr_t) tmp & ~(size - 1)); in ibv_fork_init() 151 tmp_aligned = tmp; in ibv_fork_init() 157 free(tmp); in ibv_fork_init() 211 struct ibv_mem_node *tmp; in __mm_rotate_right() local 213 tmp = node->left; in __mm_rotate_right() 215 node->left = tmp->right; in __mm_rotate_right() 221 node->parent->right = tmp; in __mm_rotate_right() [all …]
|
/freebsd/sbin/gbde/ |
H A D | test.sh |
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | marshall.c | 63 int32_t tmp; in kadm5_ret_key_data() local 64 ret = krb5_ret_int32(sp, &tmp); in kadm5_ret_key_data() 66 key->key_data_ver = tmp; in kadm5_ret_key_data() 67 ret = krb5_ret_int32(sp, &tmp); in kadm5_ret_key_data() 70 key->key_data_kvno = tmp; in kadm5_ret_key_data() 71 ret = krb5_ret_int32(sp, &tmp); in kadm5_ret_key_data() 74 key->key_data_type[0] = tmp; in kadm5_ret_key_data() 80 ret = krb5_ret_int32(sp, &tmp); in kadm5_ret_key_data() 83 key->key_data_type[1] = tmp; in kadm5_ret_key_data() 111 int32_t tmp; in kadm5_ret_tl_data() local [all …]
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 326 struct tmpfs_mount *tmp; in tmpfs_mount() local 348 tmp = VFS_TO_TMPFS(mp); in tmpfs_mount() 357 if (size_max != tmp->tm_size_max) in tmpfs_mount() 361 tmp->tm_ea_memory_max = ea_max_size; in tmpfs_mount() 364 !tmp->tm_ronly) { in tmpfs_mount() 368 tmp->tm_ronly) { in tmpfs_mount() 370 tmp->tm_ronly = 0; in tmpfs_mount() 375 tmp->tm_nomtime = vfs_getopt(mp->mnt_optnew, "nomtime", NULL, in tmpfs_mount() 443 tmp = (struct tmpfs_mount *)malloc(sizeof(struct tmpfs_mount), in tmpfs_mount() 446 mtx_init(&tmp->tm_allnode_lock, "tmpfs allnode lock", NULL, MTX_DEF); in tmpfs_mount() [all …]
|
/freebsd/sys/sys/ |
H A D | arb.h | 144 #define ARB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument 146 (tmp) = ARB_RIGHT(head, elm, field); \ 148 ARB_RIGHTIDX(elm, field) = ARB_LEFTIDX(tmp, field); \ 150 ARB_PARENTIDX(ARB_LEFT(head, tmp, field), field) = \ 154 ARB_PARENTIDX(tmp, field) = ARB_PARENTIDX(elm, field); \ 155 if (ARB_PARENTIDX(tmp, field) != ARB_NULLIDX) { \ 165 ARB_LEFTIDX(tmp, field) = ARB_SELFIDX(head, elm); \ 167 ARB_AUGMENT(tmp); \ 168 if (ARB_PARENTIDX(tmp, field) != ARB_NULLIDX) \ 169 ARB_AUGMENT(ARB_PARENT(head, tmp, field)); \ [all …]
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | random.c | 87 uint32 tmp; in random_upto_biased() local 88 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 89 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 90 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 91 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 92 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 93 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 94 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased() 95 tmp = random_upto_internal(limit, mask); if (tmp < ret) ret = tmp; in random_upto_biased()
|
/freebsd/crypto/krb5/src/util/verto/ |
H A D | verto.c | 200 char *bn = NULL, *tmp = NULL; in int_get_table_name_from_filename() local 205 tmp = strdup(filename); in int_get_table_name_from_filename() 206 if (!tmp) in int_get_table_name_from_filename() 209 bn = basename(tmp); in int_get_table_name_from_filename() 212 free(tmp); in int_get_table_name_from_filename() 216 tmp = strchr(bn, '-'); in int_get_table_name_from_filename() 217 if (tmp) { in int_get_table_name_from_filename() 218 if (strchr(tmp+1, '.')) { in int_get_table_name_from_filename() 219 *strchr(tmp+1, '.') = '\0'; in int_get_table_name_from_filename() 220 tmp = string_aconcat(__str(VERTO_MODULE_TABLE()), tmp + 1, NULL); in int_get_table_name_from_filename() [all …]
|
/freebsd/usr.bin/gzip/ |
H A D | gzexe | 38 tmp=`/usr/bin/mktemp -d /tmp/gzexeXXXXXXXXXX` || { 39 /bin/echo "$prog: cannot create tmp dir"; exit 1 41 trap '/bin/rm -rf "$tmp"' 0 43 /usr/bin/gzip -dc > "$tmp/$prog" 2> /dev/null; then 44 /bin/chmod u+x "$tmp/$prog" 45 "$tmp/$prog" ${1+"$@"} 62 tmp=`mktemp /tmp/gzexeXXXXXXXXXX` || { 63 echo "$prog: cannot create tmp file" 66 if ! cp "$1" "$tmp"; then 67 echo "$prog: cannot copy $1 to $tmp" [all …]
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 87 uint32_t tmp = 0, tmp2 = 0; in atomic_add_32() local 96 : "=&r" (tmp), "+r" (tmp2) in atomic_add_32() 103 uint64_t tmp; in atomic_add_64() local 108 " ldrexd %Q[tmp], %R[tmp], [%[ptr]] \n" in atomic_add_64() 109 " adds %Q[tmp], %Q[val] \n" in atomic_add_64() 110 " adc %R[tmp], %R[tmp], %R[val] \n" in atomic_add_64() 111 " strexd %[exf], %Q[tmp], %R[tmp], [%[ptr]] \n" in atomic_add_64() 116 [tmp] "=&r" (tmp) in atomic_add_64() 136 uint32_t tmp = 0, tmp2 = 0; in ATOMIC_ACQ_REL_LONG() local 145 : "=&r" (tmp), "+r" (tmp2), "+r" (address), "+r" (setmask) in ATOMIC_ACQ_REL_LONG() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonDepDecoders.inc | 17 static DecodeStatus s6_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 19 signedDecoder<6>(MI, tmp, Decoder); 22 static DecodeStatus s31_1ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 24 signedDecoder<12>(MI, tmp, Decoder); 27 static DecodeStatus s30_2ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 29 signedDecoder<13>(MI, tmp, Decoder); 32 static DecodeStatus s29_3ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 34 signedDecoder<14>(MI, tmp, Decoder); 37 static DecodeStatus s3_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t, 39 signedDecoder<3>(MI, tmp, Decoder); [all …]
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strcmp.S | 32 #define tmp x6 macro 56 and tmp, src1, 7 59 cbnz tmp, L(mutual_align) 68 rev tmp, data1 69 sub has_nul, tmp, zeroones 70 orr tmp, tmp, REP8_7f 73 orr tmp, data1, REP8_7f 75 bics has_nul, has_nul, tmp /* Non-zero if NUL terminator. */ 112 mov tmp, -1 113 LS_FW tmp, tmp, shift [all …]
|