Searched refs:_t (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-13-stable/contrib/libucl/tests/
H A Dbasic.test6 _t=`echo $_tin | sed -e 's/.in$//'`
8 $PROG $_t.in $_out
10 echo "Test: $_t failed, output:"
15 if [ -f $_t.res ] ; then
16 diff -s $_out $_t.res -u 2>/dev/null
19 echo "Test: $_t output mismatch"
25 $PROG -f $_t.in > /dev/null
27 $PROG -j $_t.in > /dev/null
28 $PROG -c -j $_t.in > /dev/null
30 $PROG -y $_t
[all...]
H A Drun_tests.sh10 _t=`echo $_tin | sed -e 's/.in$//'`
11 $1 $_t.in $_t.out
13 echo "Test: $_t failed, output:"
14 cat $_t.out
15 rm $_t.out
18 if [ -f $_t.res ] ; then
19 diff -s $_t.out $_t.res -u 2>/dev/null
21 rm $_t
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dfips_prf_internal.c20 u32 t[5], _t[5]; local
46 os_memcpy(_t, t, 20);
47 SHA1Transform(_t, xkey);
48 _t[0] = host_to_be32(_t[0]);
49 _t[1] = host_to_be32(_t[1]);
50 _t[2] = host_to_be32(_t[2]);
51 _t[
[all...]
H A Dfips_prf_wolfssl.c39 u32 t[5], _t[5]; local
65 os_memcpy(_t, t, 20);
66 sha1_transform(_t, xkey);
67 WPA_PUT_BE32(xpos, _t[0]);
68 WPA_PUT_BE32(xpos + 4, _t[1]);
69 WPA_PUT_BE32(xpos + 8, _t[2]);
70 WPA_PUT_BE32(xpos + 12, _t[3]);
71 WPA_PUT_BE32(xpos + 16, _t[4]);
H A Dfips_prf_openssl.c51 u32 t[5], _t[5]; local
77 os_memcpy(_t, t, 20);
78 sha1_transform(_t, xkey);
79 WPA_PUT_BE32(xpos, _t[0]);
80 WPA_PUT_BE32(xpos + 4, _t[1]);
81 WPA_PUT_BE32(xpos + 8, _t[2]);
82 WPA_PUT_BE32(xpos + 12, _t[3]);
83 WPA_PUT_BE32(xpos + 16, _t[4]);
/freebsd-13-stable/lib/libbsdstat/
H A Dbsdstat.h93 #define BSDSTAT_DEFINE_BOUNCE(_t) \
94 static void _t##_setfmt(struct _t *wf, const char *fmt0) \
96 static void _t##_collect_cur(struct _t *wf) \
98 static void _t##_collect_tot(struct _t *wf) \
100 static void _t##_update_tot(struct _t *wf) \
102 static int _t##_get_cursta
[all...]
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip.h35 #define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args)
/freebsd-13-stable/contrib/apr/include/
H A Dapr_inherit.h37 apr_##type##_t *the##type)
49 apr_##type##_t *the##type)
/freebsd-13-stable/usr.bin/bmake/tests/execution/joberr/
H A DMakefile.test4 .for _t in 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitfield.h44 static __inline uint ## _n ## _t \
45 u ## _n ## _get_bits(uint ## _n ## _t v, uint ## _n ## _t f) \
56 static __inline uint ## _n ## _t \
57 le ## _n ## _get_bits(__le ## _n v, uint ## _n ## _t f) \
67 static __inline uint ## _n ## _t \
68 u ## _n ## _encode_bits(uint ## _n ## _t v, uint ## _n ## _t f) \
79 static __inline uint ## _n ## _t \
80 le ## _n ## _encode_bits(__le ## _n v, uint ## _n ## _t
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_c11.h19 typedef _Atomic(type) atomic_##short_type##_t; \
22 atomic_load_##short_type(const atomic_##short_type##_t *a, \
29 atomic_##short_type##_t* a_nonconst = \
30 (atomic_##short_type##_t*)a; \
35 atomic_store_##short_type(atomic_##short_type##_t *a, \
41 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \
47 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \
55 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \
71 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, \
77 atomic_fetch_sub_##short_type(atomic_##short_type##_t *
[all...]
H A Datomic_gcc_atomic.h43 } atomic_##short_type##_t; \
46 atomic_load_##short_type(const atomic_##short_type##_t *a, \
54 atomic_store_##short_type(atomic_##short_type##_t *a, type val, \
60 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \
69 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \
79 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \
95 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, type val, \
102 atomic_fetch_sub_##short_type(atomic_##short_type##_t *a, type val, \
109 atomic_fetch_and_##short_type(atomic_##short_type##_t *a, type val, \
116 atomic_fetch_or_##short_type(atomic_##short_type##_t *
[all...]
H A Datomic_gcc_sync.h90 } atomic_##short_type##_t; \
93 atomic_load_##short_type(const atomic_##short_type##_t *a, \
106 atomic_store_##short_type(atomic_##short_type##_t *a, \
118 atomic_exchange_##short_type(atomic_##short_type##_t *a, type val, \
133 atomic_compare_exchange_weak_##short_type(atomic_##short_type##_t *a, \
147 atomic_compare_exchange_strong_##short_type(atomic_##short_type##_t *a, \
166 atomic_fetch_add_##short_type(atomic_##short_type##_t *a, type val, \
172 atomic_fetch_sub_##short_type(atomic_##short_type##_t *a, type val, \
178 atomic_fetch_and_##short_type(atomic_##short_type##_t *a, type val, \
184 atomic_fetch_or_##short_type(atomic_##short_type##_t *
[all...]
H A Dseq.h15 } seq_##short_type##_t; \
22 seq_store_##short_type(seq_##short_type##_t *dst, type *src) { \
37 seq_try_load_##short_type(type *dst, seq_##short_type##_t *src) { \
/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuzip.h29 #define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args)
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h76 atomic_##op##_##bar##t##flav(volatile uint##t##_t *p, uint##t##_t val)
81 uint##t##_t tmp; \
98 uint##t##_t tmp; \
141 atomic_cmpset_##bar##t##flav(volatile uint##t##_t *p, \
142 uint##t##_t cmpval, uint##t##_t newval)
146 atomic_fcmpset_##bar##t##flav(volatile uint##t##_t *p, \
147 uint##t##_t *cmpval, uint##t##_t newva
[all...]
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_hooks.h119 typedef ret ns##_HOOK_##name##_t args; \
120 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf, \
125 typedef struct ns##_LINK_##name##_t \
127 ns##_HOOK_##name##_t *pFunc; \
132 } ns##_LINK_##name##_t;
144 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf,const char * const *aszPre, \
147 ns##_LINK_##name##_t *pHook; \
150 _hooks.link_##name=apr_array_make(apr_hook_global_pool,1,sizeof(ns##_LINK_##name##_t)); \
183 ns##_LINK_##name##_t *pHook; \
191 pHook=(ns##_LINK_##name##_t *)_hook
[all...]
H A Dapr_optional_hooks.h65 ns##_HOOK_##name##_t *apu__hook = pfn; \
93 ns##_LINK_##name##_t *pHook; \
101 pHook=(ns##_LINK_##name##_t *)pHookArray->elts; \
/freebsd-13-stable/sys/dev/usb/
H A Dusb_core.h47 #define USB_BUS_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_mtx, _t)
52 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_spin_lock, _t)
57 #define USB_XFER_LOCK_ASSERT(_x, _t) USB_MTX_ASSERT((_x)->xroot->xfer_mtx, _t)
/freebsd-13-stable/usr.sbin/fmtree/test/
H A Dtest04.sh25 mtree -c -p ${TMP}/mt > ${TMP}/_t
27 if mtree -f ${TMP}/_r -f ${TMP}/_t > ${TMP}/_ ; then
38 if mtree -f ${TMP}/_t -f ${TMP}/_r > ${TMP}/_ ; then
/freebsd-13-stable/contrib/ipfilter/
H A Dipf_rb.h12 #define RBI_LINK(_n, _t) \
14 struct _t *left; \
15 struct _t *right; \
16 struct _t *parent; \
20 #define RBI_HEAD(_n, _t) \
22 struct _t top; \
24 int (* compare)(struct _t *, struct _t *); \
27 #define RBI_CODE(_n, _t, _f, _cmp) \
29 typedef void (*_n##_rb_walker_t)(_t *, voi
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h12 #define RBI_LINK(_n, _t) \
14 struct _t *left; \
15 struct _t *right; \
16 struct _t *parent; \
20 #define RBI_HEAD(_n, _t) \
22 struct _t top; \
24 int (* compare)(struct _t *, struct _t *); \
27 #define RBI_CODE(_n, _t, _f, _cmp) \
29 typedef void (*_n##_rb_walker_t)(_t *, voi
[all...]
/freebsd-13-stable/sys/dev/ath/
H A Dah_osdep.h129 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \
131 (bus_space_handle_t)(_ah)->ah_sh, (_start), (_len), (_t))
132 #define OS_BUS_BARRIER_REG(_ah, _reg, _t) \
133 OS_BUS_BARRIER((_ah), (_reg), 4, (_t))
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_sa.h76 if ((int##size##_t) val != (int##size##_t) comp_with) { \
77 target = cl_hton##size((uint##size##_t) val); \
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h293 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
295 *CASTPTR(volatile TYPE##_t, addr) = val; \
304 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
312 #define CVMX_BUILD_WRITE64(TYPE, LT) extern void cvmx_write64_##TYPE(uint64_t csr_addr, TYPE##_t val);
320 static inline void cvmx_write64_##TYPE(uint64_t csr_addr, TYPE##_t val) \
322 if (sizeof(TYPE##_t) == 8) \
391 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
393 return *CASTPTR(volatile TYPE##_t, addr); \
402 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
404 TYPE##_t va
[all...]

Completed in 282 milliseconds

12345