Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/arm/nvidia/
Dtegra_i2c.c476 enum tegra_i2c_xfer_type xtype) in tegra_i2c_start_msg() argument
493 if (xtype == XFER_CONTINUE) in tegra_i2c_start_msg()
495 else if (xtype == XFER_REPEAT_START) in tegra_i2c_start_msg()
538 enum tegra_i2c_xfer_type xtype; in tegra_i2c_transfer() local
564 xtype = XFER_CONTINUE; in tegra_i2c_transfer()
566 xtype = XFER_STOP; in tegra_i2c_transfer()
569 xtype = XFER_CONTINUE; in tegra_i2c_transfer()
571 xtype = XFER_REPEAT_START; in tegra_i2c_transfer()
573 tegra_i2c_start_msg(sc, sc->msg, xtype); in tegra_i2c_transfer()
/freebsd-12-stable/crypto/openssh/regress/
Dkeytype.sh27 xtype=`echo ${kt} | awk -F- '{print $1}'`
30 *) type=$xtype; bits=$xbits; bits_arg="-b $bits";;
/freebsd-12-stable/sys/cddl/dev/sdt/
Dsdt.c262 if (argtype->xtype != NULL) in sdt_getargdesc()
263 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
/freebsd-12-stable/sys/sys/
Dsdt.h94 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument
176 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \ argument
178 = { { num, type, xtype, { NULL, NULL }, \
396 const char *xtype; /* Translated argument type. */ member
/freebsd-12-stable/usr.sbin/rarpd/
Drarpd.c724 int xtype, xindex; in update_arptab() local
779 xtype = ll2->sdl_type; in update_arptab()
797 ll2->sdl_type = xtype; in update_arptab()
/freebsd-12-stable/contrib/gcc/cp/
Dcvt.c1069 build_type_conversion (tree xtype, tree expr) in build_type_conversion() argument
1073 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL); in build_type_conversion()
/freebsd-12-stable/contrib/gdb/gdb/
Dstabsread.c1612 struct type *xtype = read_type (pp, objfile); in read_type() local
1613 if (type == xtype) in read_type()
1644 replace_type (type, xtype); in read_type()
1651 TYPE_TARGET_TYPE (type) = xtype; in read_type()
/freebsd-12-stable/share/examples/csh/
Ddot.cshrc42 regex used xtype fprint fprint0 fprintf print0 printf not a and o or)/' \
/freebsd-12-stable/contrib/tcsh/
Dcomplete.tcsh179 lname empty path regex used xtype fprint fprint0 fprintf print0 \
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c19130 etByte xtype = 0; /* Conversion paradigm */ in sqlite3VXPrintf() local
19221 xtype = etINVALID; in sqlite3VXPrintf()
19226 xtype = infop->type; in sqlite3VXPrintf()
19262 switch( xtype ){ in sqlite3VXPrintf()
19306 if( xtype==etORDINAL ){ in sqlite3VXPrintf()
19356 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3VXPrintf()
19364 if( xtype==etFLOAT ) realvalue += rounder; in sqlite3VXPrintf()
19395 flag_exp = xtype==etEXP; in sqlite3VXPrintf()
19396 if( xtype!=etFLOAT ){ in sqlite3VXPrintf()
19400 if( xtype==etGENERIC ){ in sqlite3VXPrintf()
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c30866 etByte xtype = etINVALID; /* Conversion paradigm */ in sqlite3_str_vappendf() local
31015 xtype = etINVALID; in sqlite3_str_vappendf()
31019 xtype = infop->type; in sqlite3_str_vappendf()
31043 switch( xtype ){ in sqlite3_str_vappendf()
31106 if( xtype==etORDINAL ){ in sqlite3_str_vappendf()
31169 if( xtype==etFLOAT ){ in sqlite3_str_vappendf()
31171 }else if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
31207 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3_str_vappendf()
31213 if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
31216 xtype = etEXP; in sqlite3_str_vappendf()
[all …]
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20043355 * scripts/create_testsuite_files: Revert xtype change, add non-GNU