Searched refs:_t (Results 76 - 100 of 101) sorted by relevance

12345

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dfeeder_mixer.c54 intpcm##BIT##_t z; \
/freebsd-12-stable/lib/libusb/
H A Dlibusb20_desc.h128 LIBUSB20_NOT(ismeta) ( u##int##bits##_t \
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h196 typedef type (api* ITT_JOIN(ITTNOTIFY_NAME(name),_t)) args; \
197 extern ITT_JOIN(ITTNOTIFY_NAME(name),_t) ITTNOTIFY_NAME(name);
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dop-2.h182 UWtype _t = xl; \
183 xh -= yh + ((xl -= yl) > _t); \
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c682 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES)
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa.c1031 static int unpack_##name##x(char *p, uint##x##_t *val_ptr) \
1036 if (num > ~((uint##x##_t)0x0) \
1041 *val_ptr = cl_hton##x((uint##x##_t)num); \
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c794 #define DATEOUT() { time_t _t; struct tm *tm; char str[256]; \
796 _t = (time_t) EXTRACT_32BITS(bp); \
798 tm = localtime(&_t); \
H A Dconfigure1907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1908 $as_echo_n "checking for int$2_t... " >&6; }
1915 for ac_type in int$2_t 'int' 'long int' \
1953 int$2_t) :
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1984 $as_echo_n "checking for uint$2_t... " >&6; }
1991 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2009 uint$2_t) :
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp361 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t:
559 case DeclSpec::TST_##ImgType##_t: \
560 return #ImgType "_t";
H A DSemaTemplateVariadic.cpp883 #define GENERIC_IMAGE_TYPE(ImgType, Id) case TST_##ImgType##_t:
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1609 #define append_digest(_s, _r, _t) \
1610 strappend_bin(_s, _r->digest._t, sizeof(_r->digest._t))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h308 static const TST TST_##ImgType##_t = clang::TST_##ImgType##_t;
/freebsd-12-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1226 static inline uint##x##_t hv_cfg_read_##s(struct hv_pcibus *bus, \
1234 bus_size_t offset, uint##x##_t val) \
/freebsd-12-stable/sys/sys/
H A Dpmc.h1022 int (*pcd_allocate_pmc)(int _cpu, int _ri, struct pmc *_t,
/freebsd-12-stable/contrib/gcc/
H A Dtree.c5827 do { tree _t = (T); \
5828 if (_t && _t != error_mark_node && TREE_CODE (_t) != INTEGER_CST \
5829 && (!fn || walk_tree (&_t, find_var_from_fn, fn, NULL))) \
/freebsd-12-stable/contrib/file/src/
H A Dsoftmagic.c108 CAST(intmax_t, CAST(int##v##_t, p)) : \
109 CAST(intmax_t, CAST(uint##v##_t, p)))
/freebsd-12-stable/contrib/jemalloc/src/
H A Dstats.c735 &small_or_large##_##name, valtype##_t); \
/freebsd-12-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk3358 function segment_to_string(seg, _str, _t, _m, _s, _attrs, _attr_str) {
3362 if ((_t = get(seg, p_type)) != null)
3363 _str = (type_to_string(_t) " ")
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3917 case tok::kw_##ImgType##_t: \
3918 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_##ImgType##_t, Loc, PrevSpec, \
4899 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t:
4978 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t:
5241 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t:
H A DParseExprCXX.cpp2201 case tok::kw_##ImgType##_t: \
2202 DS.SetTypeSpecType(DeclSpec::TST_##ImgType##_t, Loc, PrevSpec, DiagID, \
H A DParseExpr.cpp1472 #define GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t:
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h266 typedef type (api* ITT_JOIN(ITTNOTIFY_NAME(name),_t)) args; \
267 extern ITT_JOIN(ITTNOTIFY_NAME(name),_t) ITTNOTIFY_NAME(name);
/freebsd-12-stable/contrib/file/
H A Dconfigure2057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2058 $as_echo_n "checking for uint$2_t... " >&6; }
2065 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2083 uint$2_t) :
2111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2112 $as_echo_n "checking for int$2_t... " >&6; }
2119 for ac_type in int$2_t 'int' 'long int' \
2157 int$2_t) :
/freebsd-12-stable/contrib/bmake/
H A Dconfigure1784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1785 $as_echo_n "checking for uint$2_t... " >&6; }
1792 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1810 uint$2_t) :
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c510 uint##bits##_t \
515 uint##bits##_t rval; \
539 rval = *((volatile uint##bits##_t *)addr); \

Completed in 684 milliseconds

12345