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

1234

/freebsd-11-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 missmatch"
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-11-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-11-stable/lib/libbsdstat/
H A Dbsdstat.h91 #define BSDSTAT_DEFINE_BOUNCE(_t) \
92 static void _t##_setfmt(struct _t *wf, const char *fmt0) \
94 static void _t##_collect_cur(struct _t *wf) \
96 static void _t##_collect_tot(struct _t *wf) \
98 static void _t##_update_tot(struct _t *wf) \
100 static int _t##_get_cursta
[all...]
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuzip.h29 #define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args)
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.h35 #define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args)
/freebsd-11-stable/contrib/apr/include/
H A Dapr_inherit.h37 apr_##type##_t *the##type)
49 apr_##type##_t *the##type)
/freebsd-11-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-11-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; \
H A Dapr_optional.h42 #define APR_OPTIONAL_FN_TYPE(name) apr_OFN_##name##_t
/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h46 #define USB_BUS_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_mtx, _t)
49 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_spin_lock, _t)
52 #define USB_XFER_LOCK_ASSERT(_x, _t) mtx_assert((_x)->xroot->xfer_mtx, _t)
/freebsd-11-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
H A Dtest03.sh39 mtree -c -K $K -p .. > ${TMP}/_t
50 if mtree -f ${TMP}/_r -f ${TMP}/_t > ${TMP}/_ ; then
/freebsd-11-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-11-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-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h64 #define lockdep_is_held_type(_m, _t) lockdep_is_held(_m)
72 #define lockdep_is_held_type(_m, _t) 1
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.h127 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \
129 (bus_space_handle_t)(_ah)->ah_sh, (_start), (_len), (_t))
130 #define OS_BUS_BARRIER_REG(_ah, _reg, _t) \
131 OS_BUS_BARRIER((_ah), (_reg), 4, (_t))
/freebsd-11-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-11-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...]
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_inherit.h25 apr_status_t apr_##name##_inherit_set(apr_##name##_t *the##name) \
45 apr_status_t apr_##name##_inherit_unset(apr_##name##_t *the##name) \
/freebsd-11-stable/contrib/libucl/klib/
H A Dkhash.h200 } kh_##name##_t;
203 extern kh_##name##_t * kh_init_##name(void); \
204 extern void kh_destroy_##name(kh_##name##_t *h); \
205 extern void kh_clear_##name(kh_##name##_t *h); \
206 extern khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key); \
207 extern int kh_resize_##name(kh_##name##_t *h, khint_t new_n_buckets); \
208 extern khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret); \
209 extern void kh_del_##name(kh_##name##_t *h, khint_t x);
212 SCOPE kh_##name##_t *kh_init_##name(void) { \
213 return (kh_##name##_t*)kcallo
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h20 typedef struct name##_s : public dispatch_object_s {} *name##_t

Completed in 330 milliseconds

1234