Searched refs:xtype (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/arm/nvidia/
H A Dtegra_i2c.c477 enum tegra_i2c_xfer_type xtype)
494 if (xtype == XFER_CONTINUE)
496 else if (xtype == XFER_REPEAT_START)
539 enum tegra_i2c_xfer_type xtype; local
565 xtype = XFER_CONTINUE;
567 xtype = XFER_STOP;
570 xtype = XFER_CONTINUE;
572 xtype = XFER_REPEAT_START;
574 tegra_i2c_start_msg(sc, sc->msg, xtype);
476 tegra_i2c_start_msg(struct tegra_i2c_softc *sc, struct iic_msg *msg, enum tegra_i2c_xfer_type xtype) argument
/freebsd-11.0-release/sys/cddl/dev/sdt/
H A Dsdt.c247 if (argtype->xtype != NULL)
248 strlcpy(desc->dtargd_xlate, argtype->xtype,
/freebsd-11.0-release/sys/sys/
H A Dsdt.h90 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
170 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \
172 = { { num, type, xtype, { NULL, NULL }, \
390 const char *xtype; /* Translated argument type. */ member in struct:sdt_argtype
/freebsd-11.0-release/usr.sbin/rarpd/
H A Drarpd.c722 int xtype, xindex; local
776 xtype = ll2->sdl_type;
794 ll2->sdl_type = xtype;
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcvt.c1071 build_type_conversion (tree xtype, tree expr)
1075 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
1069 build_type_conversion(tree xtype, tree expr) argument
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dstabsread.c1616 struct type *xtype = read_type (pp, objfile);
1617 if (type == xtype)
1648 replace_type (type, xtype);
1655 TYPE_TARGET_TYPE (type) = xtype;
1612 struct type *xtype = read_type (pp, objfile); local
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19130 etByte xtype = 0; /* Conversion paradigm */ local
19221 xtype = etINVALID;
19226 xtype = infop->type;
19259 ** xtype The class of the conversion.
19262 switch( xtype ){
19306 if( xtype==etORDINAL ){
19356 if( xtype==etGENERIC && precision>0 ) precision--;
19364 if( xtype==etFLOAT ) realvalue += rounder;
19395 flag_exp = xtype==etEXP;
19396 if( xtype!
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c23045 etByte xtype = 0; /* Conversion paradigm */ local
23180 xtype = etINVALID;
23185 xtype = infop->type;
23211 ** xtype The class of the conversion.
23214 switch( xtype ){
23273 if( xtype==etORDINAL ){
23323 if( xtype==etGENERIC && precision>0 ) precision--;
23326 if( xtype==etFLOAT ) realvalue += rounder;
23355 if( xtype!=etFLOAT ){
23359 if( xtype
[all...]

Completed in 937 milliseconds