Home
last modified time | relevance | path

Searched refs:dirtype (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/sys/
H A Ddirent.h127 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/netbsd-src/sys/ufs/ufs/
H A Ddir.h106 #define DTTOIF(dirtype) ((dirtype) << 12) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc1158 adjust_range_for_overflow (tree dirtype, tree *argmin, tree *argmax) in adjust_range_for_overflow() argument
1162 unsigned dirprec = TYPE_PRECISION (dirtype); in adjust_range_for_overflow()
1167 if (argprec == dirprec && TYPE_SIGN (argtype) == TYPE_SIGN (dirtype)) in adjust_range_for_overflow()
1182 *argmin = force_fit_type (dirtype, wi::to_widest (*argmin), 0, false); in adjust_range_for_overflow()
1183 *argmax = force_fit_type (dirtype, wi::to_widest (*argmax), 0, false); in adjust_range_for_overflow()
1191 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1192 *argmax = TYPE_MAX_VALUE (dirtype); in adjust_range_for_overflow()
1244 tree dirtype = NULL_TREE; in format_integer() local
1252 dirtype = ptr_type_node; in format_integer()
1254 dirtype = sign ? integer_type_node : unsigned_type_node; in format_integer()
[all …]
H A DChangeLog-201738416 dirtype.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c1145 adjust_range_for_overflow (tree dirtype, tree *argmin, tree *argmax) in adjust_range_for_overflow() argument
1149 unsigned dirprec = TYPE_PRECISION (dirtype); in adjust_range_for_overflow()
1154 if (argprec == dirprec && TYPE_SIGN (argtype) == TYPE_SIGN (dirtype)) in adjust_range_for_overflow()
1169 *argmin = force_fit_type (dirtype, wi::to_widest (*argmin), 0, false); in adjust_range_for_overflow()
1170 *argmax = force_fit_type (dirtype, wi::to_widest (*argmax), 0, false); in adjust_range_for_overflow()
1178 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1179 *argmax = TYPE_MAX_VALUE (dirtype); in adjust_range_for_overflow()
1231 tree dirtype = NULL_TREE; in format_integer() local
1239 dirtype = ptr_type_node; in format_integer()
1241 dirtype = sign ? integer_type_node : unsigned_type_node; in format_integer()
[all …]
/netbsd-src/sys/coda/
H A Dcoda.h203 #define CDTTOIF(dirtype) ((dirtype) << 12) argument
/netbsd-src/sys/ufs/lfs/
H A Dlfs.h324 #define LFS_DTTOIF(dirtype) ((dirtype) << 12) argument