Searched refs:tmp_val (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | tstngettext.c | 175 unsigned long tmp_val; in main() local 178 tmp_val = strtoul (count, &endp, 10); in main() 180 n = tmp_val; in main()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/src/ |
| H A D | ngettext.c | 167 unsigned long tmp_val; in main() local 170 tmp_val = strtoul (count, &endp, 10); in main() 172 n = tmp_val; in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | mkey.c | 515 Key *tmp_val; in hdb_unseal_keys_kvno() local 542 tmp_val = ent->keys.val; in hdb_unseal_keys_kvno() 617 hist_keys->val[i].keys.val = tmp_val; in hdb_unseal_keys_kvno()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-ccp.cc | 1564 widest_int tmp_val, tmp_mask; in bit_value_binop() local 1588 tmp_val = wi::rrotate (r1val, shift, width); in bit_value_binop() 1593 tmp_val = wi::lrotate (r1val, shift, width); in bit_value_binop() 1596 res_mask |= tmp_mask | (res_val ^ tmp_val); in bit_value_binop() 1639 widest_int tmp_val, tmp_mask; in bit_value_binop() local 1667 tmp_val = wi::rshift (arg_val, shift, sgn); in bit_value_binop() 1672 tmp_val = arg_val << shift; in bit_value_binop() 1675 res_mask |= tmp_mask | (res_val ^ tmp_val); in bit_value_binop()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-intrinsic.cc | 90 int tmp_val = val; in nds32_legitimize_argument() local 95 tmp_val = (val >> shift) & mask; in nds32_legitimize_argument() 96 RTVEC_ELT (v, nunits - i - 1) = gen_int_mode (tmp_val, val_mode); in nds32_legitimize_argument() 102 tmp_val = (val >> shift) & mask; in nds32_legitimize_argument() 103 RTVEC_ELT (v, i) = gen_int_mode (tmp_val, val_mode); in nds32_legitimize_argument()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-intrinsic.c | 90 int tmp_val = val; in nds32_legitimize_argument() local 95 tmp_val = (val >> shift) & mask; in nds32_legitimize_argument() 96 RTVEC_ELT (v, nunits - i - 1) = gen_int_mode (tmp_val, val_mode); in nds32_legitimize_argument() 102 tmp_val = (val >> shift) & mask; in nds32_legitimize_argument() 103 RTVEC_ELT (v, i) = gen_int_mode (tmp_val, val_mode); in nds32_legitimize_argument()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | m32c-ibld.c | 1518 SI tmp_val; in m32c_cgen_insert_operand() local 1519 tmp_val = ((((FLD (f_lab32_jmp_s)) - (pc))) - (2)); in m32c_cgen_insert_operand() 1520 FLD (f_7_1) = ((tmp_val) & (1)); in m32c_cgen_insert_operand() 1521 FLD (f_2_2) = ((USI) (tmp_val) >> (1)); in m32c_cgen_insert_operand()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | m32c-ibld.c | 1518 SI tmp_val; in m32c_cgen_insert_operand() local 1519 tmp_val = ((((FLD (f_lab32_jmp_s)) - (pc))) - (2)); in m32c_cgen_insert_operand() 1520 FLD (f_7_1) = ((tmp_val) & (1)); in m32c_cgen_insert_operand() 1521 FLD (f_2_2) = ((USI) (tmp_val) >> (1)); in m32c_cgen_insert_operand()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.cc | 7284 rtx tmp_val = gen_reg_rtx (SImode); in rs6000_expand_vector_set_var_p7() local 7287 emit_insn (gen_movsi_from_sf (tmp_val, val)); in rs6000_expand_vector_set_var_p7() 7294 emit_move_insn (tmp_val, stack2); in rs6000_expand_vector_set_var_p7() 7297 tmp_val = force_reg (SImode, val); in rs6000_expand_vector_set_var_p7() 7305 RTVEC_ELT (vec_val, 1) = tmp_val; in rs6000_expand_vector_set_var_p7() 7309 RTVEC_ELT (vec_val, 0) = tmp_val; in rs6000_expand_vector_set_var_p7()
|