Searched refs:_t (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-10.2-release/sys/dev/bxe/
H A Decore_sp.h150 #define ECORE_WAIT(_s, _t) DELAY(1000)
151 #define ECORE_MSLEEP(_t) DELAY((_t) * 1000)
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa.c855 static int unpack_##name##x(char *p, uint##x##_t *val_ptr) \
860 if (num > ~((uint##x##_t)0x0) \
865 *val_ptr = cl_hton##x((uint##x##_t)num); \
/freebsd-10.2-release/lib/libusb/
H A Dlibusb20_desc.h126 LIBUSB20_NOT(ismeta) ( u##int##bits##_t \
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dfeeder_mixer.c52 intpcm##BIT##_t z; \
/freebsd-10.2-release/contrib/gcc/config/soft-fp/
H A Dop-2.h182 UWtype _t = xl; \
183 xh -= yh + ((xl -= yl) > _t); \
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c681 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES)
/freebsd-10.2-release/sys/sys/
H A Dpmc.h931 int (*pcd_allocate_pmc)(int _cpu, int _ri, struct pmc *_t,
/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c372 getcc##sz(uint##sz##_t x, uint##sz##_t y) \
/freebsd-10.2-release/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-10.2-release/sys/dev/bwn/
H A Dif_bwn.c12810 int _t; \
12811 _t = _x - 20; \
12812 if (_t >= 0) { \
12813 _v = ((_y << (30 - _x)) + (_z >> (1 + _t))) / (_z >> _t); \
12815 _v = ((_y << (30 - _x)) + (_z << (-1 - _t))) / (_z << -_t); \
12819 int _t; \
12820 _t = _x - 11; \
12821 if (_t >
[all...]
/freebsd-10.2-release/contrib/file/
H A Dconfigure2040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
2041 $as_echo_n "checking for uint$2_t... " >&6; }
2048 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
2066 uint$2_t) :
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
2095 $as_echo_n "checking for int$2_t... " >&6; }
2102 for ac_type in int$2_t 'int' 'long int' \
2140 int$2_t) :
/freebsd-10.2-release/contrib/tcsh/
H A Dconfigure1934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1935 $as_echo_n "checking for uint$2_t... " >&6; }
1942 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1959 uint$2_t) :
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c495 uint##bits##_t \
500 uint##bits##_t rval; \
524 rval = *((volatile uint##bits##_t *)addr); \

Completed in 253 milliseconds

123