HomeSort by: relevance | last modified time | path
    Searched defs:tmp_val (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
tstngettext.c 175 unsigned long tmp_val; local
178 tmp_val = strtoul (count, &endp, 10);
180 n = tmp_val;
  /src/external/gpl2/gettext/dist/gettext-runtime/src/
ngettext.c 167 unsigned long tmp_val; local
170 tmp_val = strtoul (count, &endp, 10);
172 n = tmp_val;
  /src/external/gpl3/binutils/dist/opcodes/
m32c-ibld.c 1521 SI tmp_val;
1522 tmp_val = ((((FLD (f_lab32_jmp_s)) - (pc))) - (2));
1523 FLD (f_7_1) = ((tmp_val) & (1));
1524 FLD (f_2_2) = ((USI) (tmp_val) >> (1));
1518 SI tmp_val; local
  /src/external/gpl3/binutils.old/dist/opcodes/
m32c-ibld.c 1521 SI tmp_val;
1522 tmp_val = ((((FLD (f_lab32_jmp_s)) - (pc))) - (2));
1523 FLD (f_7_1) = ((tmp_val) & (1));
1524 FLD (f_2_2) = ((USI) (tmp_val) >> (1));
1518 SI tmp_val; local
  /src/external/gpl3/gdb/dist/opcodes/
m32c-ibld.c 1521 SI tmp_val;
1522 tmp_val = ((((FLD (f_lab32_jmp_s)) - (pc))) - (2));
1523 FLD (f_7_1) = ((tmp_val) & (1));
1524 FLD (f_2_2) = ((USI) (tmp_val) >> (1));
1518 SI tmp_val; local
  /src/external/gpl3/gdb.old/dist/opcodes/
m32c-ibld.c 1521 SI tmp_val;
1522 tmp_val = ((((FLD (f_lab32_jmp_s)) - (pc))) - (2));
1523 FLD (f_7_1) = ((tmp_val) & (1));
1524 FLD (f_2_2) = ((USI) (tmp_val) >> (1));
1518 SI tmp_val; local
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
mkey.c 515 Key *tmp_val; local
542 tmp_val = ent->keys.val;
617 hist_keys->val[i].keys.val = tmp_val;
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-intrinsic.cc 90 int tmp_val = val; local
95 tmp_val = (val >> shift) & mask;
96 RTVEC_ELT (v, nunits - i - 1) = gen_int_mode (tmp_val, val_mode);
102 tmp_val = (val >> shift) & mask;
103 RTVEC_ELT (v, i) = gen_int_mode (tmp_val, val_mode);
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-intrinsic.cc 90 int tmp_val = val; local
95 tmp_val = (val >> shift) & mask;
96 RTVEC_ELT (v, nunits - i - 1) = gen_int_mode (tmp_val, val_mode);
102 tmp_val = (val >> shift) & mask;
103 RTVEC_ELT (v, i) = gen_int_mode (tmp_val, val_mode);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 1580 widest_int tmp_val, tmp_mask; local
1604 tmp_val = wi::rrotate (r1val, shift, width);
1609 tmp_val = wi::lrotate (r1val, shift, width);
1612 res_mask |= tmp_mask | (res_val ^ tmp_val);
1655 widest_int tmp_val, tmp_mask; local
1683 tmp_val = wi::rshift (arg_val, shift, sgn);
1688 tmp_val = arg_val << shift;
1691 res_mask |= tmp_mask | (res_val ^ tmp_val);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 1575 widest_int tmp_val, tmp_mask; local
1599 tmp_val = wi::rrotate (r1val, shift, width);
1604 tmp_val = wi::lrotate (r1val, shift, width);
1607 res_mask |= tmp_mask | (res_val ^ tmp_val);
1650 widest_int tmp_val, tmp_mask; local
1678 tmp_val = wi::rshift (arg_val, shift, sgn);
1683 tmp_val = arg_val << shift;
1686 res_mask |= tmp_mask | (res_val ^ tmp_val);
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 4528 uint16_t tmp_val; local
4560 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */
4561 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val);
4563 if (tmp_val == 0x3F) /* satellite is unusable or doesn't even exist */
4568 p = ap(buffer, sizeof(buffer), p, "DATA %s, ", (tmp_val & 0x20) ? "BAD" : "OK" );
4571 switch (tmp_val & 0x1F)
4584 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */
4585 p = ap(buffer, sizeof(buffer), p, "; cfg=0x%02x (", tmp_val);
4586 switch (tmp_val & 0x7)
4596 if (tmp_val & 0x08) /* A-S is on, P-code is encrypted *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 7386 /* mtvsrd[wz] f0,tmp_val. */
7387 rtx tmp_val = gen_reg_rtx (SImode);
7390 emit_insn (gen_movsi_from_sf (tmp_val, val));
7397 emit_move_insn (tmp_val, stack2);
7400 tmp_val = force_reg (SImode, val);
7408 RTVEC_ELT (vec_val, 1) = tmp_val;
7412 RTVEC_ELT (vec_val, 0) = tmp_val;
7375 rtx tmp_val = gen_reg_rtx (SImode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 7310 /* mtvsrd[wz] f0,tmp_val. */
7311 rtx tmp_val = gen_reg_rtx (SImode);
7314 emit_insn (gen_movsi_from_sf (tmp_val, val));
7321 emit_move_insn (tmp_val, stack2);
7324 tmp_val = force_reg (SImode, val);
7332 RTVEC_ELT (vec_val, 1) = tmp_val;
7336 RTVEC_ELT (vec_val, 0) = tmp_val;
7299 rtx tmp_val = gen_reg_rtx (SImode); local

Completed in 93 milliseconds