| /freebsd-10-stable/contrib/ncurses/ncurses/widechar/ |
| D | lib_ins_wch.c | 60 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); in _nc_insert_wch() local 61 NCURSES_CH_T *temp2 = temp1 - cells; in _nc_insert_wch() 64 while (temp1 > end) in _nc_insert_wch() 65 *temp1-- = *temp2--; in _nc_insert_wch() 67 *temp1 = _nc_render(win, *wch); in _nc_insert_wch() 69 SetWidecExt(temp1[cell], cell); in _nc_insert_wch()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_delch.c | 57 NCURSES_CH_T *temp1 = temp2 - 1; in NCURSES_EXPORT() local 60 while (temp1 < end) in NCURSES_EXPORT() 61 *temp1++ = *temp2++; in NCURSES_EXPORT() 63 *temp1 = blank; in NCURSES_EXPORT()
|
| D | lib_insch.c | 83 NCURSES_CH_T *temp1 = &(line->text[win->_maxx]); in NCURSES_EXPORT() local 84 NCURSES_CH_T *temp2 = temp1 - 1; in NCURSES_EXPORT() 89 while (temp1 > end) in NCURSES_EXPORT() 90 *temp1-- = *temp2--; in NCURSES_EXPORT() 92 *temp1 = _nc_render(win, wch); in NCURSES_EXPORT()
|
| /freebsd-10-stable/crypto/openssl/crypto/des/asm/ |
| D | des_enc.m4 | 652 define({temp1},{out4}) 663 sll out5, 29, temp1 671 or $2, temp1, $2 673 srl $2, 1, temp1 674 xor temp1, $1, temp1 676 and temp1, ip5, temp1 679 sll temp1, 1, temp2 680 xor $1, temp1, $1 689 srl $1, 8, temp1 694 xor temp1, $2, temp1 [all …]
|
| /freebsd-10-stable/sys/arm/arm/ |
| D | stdatomic.c | 463 uint32_t temp1, temp2; \ 480 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \ 496 uint32_t negmask, temp1, temp2; \ 520 : "=&r" (old), "=m" (*mem32), "=&r" (temp1), \ 536 uint32_t negmask, temp1, temp2; \ 556 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \ 574 uint32_t temp1, temp2; \ 588 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \ 647 uint32_t old, temp1, temp2; \ 657 : "=&r" (old), "=m" (*mem), "=&r" (temp1), \
|
| /freebsd-10-stable/contrib/texinfo/makeinfo/ |
| D | sectioning.c | 481 char *temp1 = xmalloc (2 + strlen (temp)); in insert_and_underscore() local 482 sprintf (temp1, "%s\n", temp); in insert_and_underscore() 484 me_execute_string (temp1); in insert_and_underscore() 485 free (temp1); in insert_and_underscore()
|
| /freebsd-10-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 1107 rtx temp1, temp2, temp3, temp4, temp5; in sparc_emit_set_symbolic_const64() local 1131 temp1 = temp; /* op0 is allowed. */ in sparc_emit_set_symbolic_const64() 1133 temp1 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64() 1135 emit_insn (gen_rtx_SET (VOIDmode, temp1, gen_rtx_HIGH (DImode, op1))); in sparc_emit_set_symbolic_const64() 1136 emit_insn (gen_rtx_SET (VOIDmode, op0, gen_rtx_LO_SUM (DImode, temp1, op1))); in sparc_emit_set_symbolic_const64() 1154 temp1 = op0; in sparc_emit_set_symbolic_const64() 1160 temp1 = gen_reg_rtx (DImode); in sparc_emit_set_symbolic_const64() 1165 emit_insn (gen_seth44 (temp1, op1)); in sparc_emit_set_symbolic_const64() 1166 emit_insn (gen_setm44 (temp2, temp1, op1)); in sparc_emit_set_symbolic_const64() 1197 temp1 = op0; in sparc_emit_set_symbolic_const64() [all …]
|
| /freebsd-10-stable/contrib/ee/ |
| D | ee.c | 3913 unsigned char *temp1, *temp2; in Format() local 3958 line = temp1 = point; in Format() 3959 …while ((*temp1 != '\0') && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_lengt… in Format() 3961 *temp2 = *temp1; in Format() 3963 temp1++; in Format() 4510 unsigned char *temp1, *temp2; in Auto_Format() local 4552 line = temp1 = point; in Auto_Format() 4553 …while ((*temp1 != '\0') && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_lengt… in Auto_Format() 4555 *temp2 = *temp1; in Auto_Format() 4557 temp1++; in Auto_Format() [all …]
|
| /freebsd-10-stable/sys/mips/mips/ |
| D | stdatomic.c | 228 uint32_t negmask, temp1, temp2; \ 247 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp1), \
|
| /freebsd-10-stable/contrib/ofed/management/opensm/opensm/ |
| D | osm_trap_rcv.c | 161 uint32_t temp1, temp2; in __osm_trap_calc_crc32() local 187 temp1 = (crc >> 8) & 0x00FFFFFFL; in __osm_trap_calc_crc32() 189 crc = temp1 ^ temp2; in __osm_trap_calc_crc32()
|
| /freebsd-10-stable/sys/dev/bktr/ |
| D | bktr_core.c | 1942 int temp, temp1; local 2069 temp1 = INB(bktr, BKTR_O_CONTROL); 2073 temp1 |= (BT848_O_CONTROL_SAT_U_MSB | 2079 temp1 &= ~(BT848_O_CONTROL_SAT_U_MSB | 2086 OUTB(bktr, BKTR_O_CONTROL, temp1); 2101 temp1 = INB(bktr, BKTR_O_CONTROL); 2104 temp1 |= BT848_O_CONTROL_SAT_V_MSB; 2108 temp1 &= ~BT848_O_CONTROL_SAT_V_MSB; 2113 OUTB(bktr, BKTR_O_CONTROL, temp1); 2128 temp1 = INB(bktr, BKTR_O_CONTROL); [all …]
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | domain.c | 409 register char *temp1; local 414 temp1 = mxhosts[i]; 416 mxhosts[j] = temp1;
|
| D | deliver.c | 6076 register char *temp1; local 6081 temp1 = mxhosts[i]; 6083 mxhosts[j] = temp1;
|
| /freebsd-10-stable/contrib/dialog/ |
| D | textbox.c | 578 bool temp, temp1; in perform_search() local 609 temp1 = obj->end_reached; in perform_search() 637 obj->end_reached = temp1; in perform_search()
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | arm.c | 1732 HOST_WIDE_INT temp1; in count_insns_for_constant() local 1745 temp1 = remainder & ((0x0ff << end) in count_insns_for_constant() 1747 remainder &= ~temp1; in count_insns_for_constant() 1787 unsigned HOST_WIDE_INT temp1, temp2; in arm_gen_constant() local 1952 (temp1 = ARM_SIGN_EXTEND (remainder in arm_gen_constant() 1960 GEN_INT (temp1))); in arm_gen_constant() 1969 temp1 |= (1 << (set_sign_bit_copies - 1)) - 1; in arm_gen_constant() 1970 if (const_ok_for_arm (~temp1)) in arm_gen_constant() 1977 GEN_INT (temp1))); in arm_gen_constant() 1992 temp1 = ARM_SIGN_EXTEND ((remainder + (0x00800000 >> topshift)) in arm_gen_constant() [all …]
|
| /freebsd-10-stable/contrib/libstdc++/include/ext/ |
| D | functional | 116 * int temp1 = g1(x); 118 * int answer = f(temp1,temp2);
|
| /freebsd-10-stable/sys/mips/nlm/dev/net/ |
| D | xlpge.c | 1094 vm_paddr_t temp1, temp2; in get_buf() local 1108 temp1 = vtophys((vm_offset_t) m_new->m_data); in get_buf() 1110 KASSERT((temp1 + 1536) == temp2, in get_buf()
|
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | mips.c | 7158 rtx this, temp1, temp2, insn, fnaddr; in mips_output_mi_thunk() local 7176 temp1 = gen_rtx_REG (Pmode, 2); in mips_output_mi_thunk() 7191 emit_move_insn (temp1, offset); in mips_output_mi_thunk() 7192 offset = temp1; in mips_output_mi_thunk() 7203 emit_move_insn (temp1, gen_rtx_MEM (Pmode, this)); in mips_output_mi_thunk() 7206 addr = mips_add_offset (temp2, temp1, vcall_offset); in mips_output_mi_thunk() 7209 emit_move_insn (temp1, gen_rtx_MEM (Pmode, addr)); in mips_output_mi_thunk() 7210 emit_insn (gen_add3_insn (this, this, temp1)); in mips_output_mi_thunk() 7230 temp1 = gen_rtx_REG (Pmode, PIC_FUNCTION_ADDR_REGNUM); in mips_output_mi_thunk() 7231 mips_load_call_address (temp1, fnaddr, true); in mips_output_mi_thunk() [all …]
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | imx6q-dmo-edmqmx6.dts | 274 temp1: ad7414@4c { label
|
| D | stih416.dtsi | 250 temp1@fdfe8000 {
|
| /freebsd-10-stable/contrib/gcc/ |
| D | gcc.c | 3306 char *temp1; in process_command() local 3323 compiler_version = temp1 = xstrdup (version_string); in process_command() 3325 for (; *temp1; ++temp1) in process_command() 3327 if (*temp1 == ' ') in process_command() 3329 *temp1 = '\0'; in process_command()
|
| D | combine.c | 4445 rtx temp1 = simplify_shift_const in combine_simplify_rtx() local 4454 if (GET_CODE (temp1) != ASHIFTRT in combine_simplify_rtx() 4455 || GET_CODE (XEXP (temp1, 0)) != ASHIFT in combine_simplify_rtx() 4456 || XEXP (XEXP (temp1, 0), 0) != temp) in combine_simplify_rtx() 4457 return temp1; in combine_simplify_rtx() 6127 rtx temp1 = gen_rtx_SIGN_EXTEND (mode, new); in make_extraction() local 6131 if (rtx_cost (temp, SET) <= rtx_cost (temp1, SET)) in make_extraction() 6133 return temp1; in make_extraction() 6321 rtx temp1 = gen_rtx_SIGN_EXTEND (pos_mode, pos_rtx); in make_extraction() local 6325 if (rtx_cost (temp1, SET) < rtx_cost (temp, SET)) in make_extraction() [all …]
|
| D | expmed.c | 2266 rtx temp1; in expand_shift() local 2281 temp1 = expand_shift (left ? RSHIFT_EXPR : LSHIFT_EXPR, in expand_shift() 2283 return expand_binop (mode, ior_optab, temp, temp1, target, in expand_shift()
|
| /freebsd-10-stable/sys/mips/rmi/dev/nlge/ |
| D | if_nlge.c | 2158 vm_paddr_t temp1, temp2; in get_buf() local 2171 temp1 = vtophys((vm_offset_t) m_new->m_data); in get_buf() 2173 if ((temp1 + 1536) != temp2) in get_buf()
|
| /freebsd-10-stable/sys/mips/rmi/dev/xlr/ |
| D | rge.c | 605 vm_paddr_t temp1, temp2; in get_buf() local 619 temp1 = vtophys((vm_offset_t)m_new->m_data); in get_buf() 621 if ((temp1 + 1536) != temp2) in get_buf()
|