Searched refs:val0 (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/bitset/cons/
H A D38244.cc41 C0 val0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/io/
H A Dxml.hpp87 const Val0 val0,
93 sstrm << detail::make_xml_attrib_val(attrib0, val0);
104 const Val0 val0,
111 sstrm << detail::make_xml_attrib_val(attrib0, val0);
85 make_xml_tag(const std::string name, const std::string attrib0, const Val0 val0, const std::string data = std::string(�)) argument
102 make_xml_tag(const std::string name, const std::string attrib0, const Val0 val0, const std::string attrib1, const Val1 val1, const std::string data = std::string(�)) argument
/netbsd-6-1-5-RELEASE/tests/lib/libc/string/
H A Dt_strcmp.c31 const char* val0; member in struct:tab
79 memcpy(&buf0[a0], tab[t].val0,
80 strlen(tab[t].val0) + 1);
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dparms.c438 char *val0,
452 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
460 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
469 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
478 snprintf(buf, bufsize, "bad timestamp %.25s", val0);
497 char *val0, *p, delim; local
516 val0 = val;
525 val0 = ++val;
531 snprintf(buf, sizeof(buf), "bad KeyID \"%.20s\"", val0);
537 "duplicate KeyID \"%.20s\"", val0);
436 parse_ts(time_t *tp, char **valp, char *val0, char *delimp, char *buf, u_int bufsize) argument
594 char delim, *val0 = 0, *tgt, *val, *p; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dplural_parser.c792 unsigned long val0, val1; local
799 val0 = calculate_plural(pe->u.parser_op.operands[0], n);
800 if (val0)
813 val0 = calculate_plural(pe->u.parser_op.operands[0], n);
817 return val0*val1;
819 return val0/val1;
821 return val0%val1;
823 return val0+val1;
825 return val0-val1;
827 return val0<val
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.c4001 bs32 val0 = DREG (src0); local
4020 sBit1 = !!(val0 & 0x80000000);
4023 res = val0 + val1;
4078 bs32 val0 = DREG (src0); local
4089 res = (val0 >> 4) + (val1 >> 4) + (((val0 & 0xf) + (val1 & 0xf)) >> 4);
4526 bs32 val0 = (bs16)(AWREG (0) >> 16) + (bs16)AWREG (0); local
4534 SET_DREG (dst0, val0);
4684 bs40 val0, val1, sval0, sval1; local
4700 val0
4714 STORE (DREG (dst0), val0); local
5186 bu16 val0, val1; local
5250 bu16 val0, val1; local
5734 bu16 val0 = DREG (src1) >> 16; local
5749 bu16 val0 = DREG (src1) & 0xFFFF; local
5764 bu16 val0 = DREG (src1) & 0xFFFF; local
5779 bu16 val0 = DREG (src1) & 0xFFFF; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse.y257 #define ABORT_AND_VFREE(val0) {\
258 vfree(val0); val0 = NULL;\
261 #define ABORT_AND_RACOON_FREE(val0) {\
262 racoon_free(val0); val0 = NULL;\
265 #define ABORT_AND_VFREE2(val0, val1) {\
266 vfree(val0); val0 = NULL;\
270 #define ABORT_AND_RACOON_FREE2(val0, val
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Disp_pci.c822 uint16_t val0, val1; local
826 val0 = BXR2(pcs, IspVirt2Off(isp, off));
828 } while (val0 != val1 && ++i < 1000);
829 if (val0 != val1) {
832 *rp = val0;
H A Dif_et.c415 et_miibus_writereg(device_t dev, int phy, int reg, int val0) argument
429 CSR_WRITE_4(sc, ET_MII_CTRL, __SHIFTIN(val0, ET_MII_CTRL_VALUE));
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dmga_drv.h344 #define DMA_BLOCK( reg0, val0, reg1, val1, reg2, val2, reg3, val3 ) \
350 DMA_WRITE( 1, val0 ); \
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dwi.c2691 wi_cmd_start(struct wi_softc *sc, int cmd, int val0, int val1, int val2) argument
2725 CSR_WRITE_2(sc, WI_PARAM0, val0);
2734 wi_cmd(struct wi_softc *sc, int cmd, int val0, int val1, int val2) argument
2747 if ((rc = wi_cmd_start(sc, cmd, val0, val1, val2)) != 0)
2756 rc = wi_cmd_wait(sc, cmd, val0);
2777 wi_cmd_wait(struct wi_softc *sc, int cmd, int val0) argument
2786 printf("%s: cmd=%#x, arg=%#x\n", __func__, cmd, val0);
2818 cmd, val0);
2827 cmd, val0);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dada-lang.c6716 ada_value_ind (struct value *val0) argument
6718 struct value *val = unwrap_value (value_ind (val0));
6727 ada_coerce_ref (struct value *val0)
6729 if (TYPE_CODE (value_type (val0)) == TYPE_CODE_REF)
6731 struct value *val = val0;
6738 return val0;
7931 struct value *val0)
7935 if (type == type0 && val0 != NULL)
7936 return val0;
6705 ada_value_ind(struct value *val0) argument
7919 ada_to_fixed_value_create(struct type *type0, CORE_ADDR address, struct value *val0) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c5730 HOST_WIDE_INT val0 = 0, val1 = 0;
5737 val0 = INTVAL (XEXP (XEXP (a, 0), 1));
5753 if (!const_ok_for_op (PLUS, val0) || !const_ok_for_op (PLUS, val1))
5761 val_diff = val1 - val0;
5769 && (val0 == 0 || val1 == 0 || val0 == 4 || val1 == 4)
5719 HOST_WIDE_INT val0 = 0, val1 = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c8870 HOST_WIDE_INT val0 = 0, val1 = 0;
8877 val0 = INTVAL (XEXP (XEXP (a, 0), 1));
8893 if (!const_ok_for_op (val0, PLUS) || !const_ok_for_op (val1, PLUS))
8901 val_diff = val1 - val0;
8909 && (val0 == 0 || val1 == 0 || val0 == 4 || val1 == 4)
8857 HOST_WIDE_INT val0 = 0, val1 = 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c22044 HOST_WIDE_INT val0 = 0, val1 = 0, val_diff;
22050 val0 = INTVAL (XEXP (XEXP (a, 0), 1));
22063 val_diff = val1 - val0;
22003 HOST_WIDE_INT val0 = 0, val1 = 0, val_diff; local

Completed in 403 milliseconds