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

123

/freebsd-10.2-release/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_openssl.c29 u32 t[5], _t[5]; local
55 os_memcpy(_t, t, 20);
56 sha1_transform((u8 *) _t, xkey);
57 _t[0] = host_to_be32(_t[0]);
58 _t[1] = host_to_be32(_t[1]);
59 _t[2] = host_to_be32(_t[2]);
60 _t[
[all...]
/freebsd-10.2-release/tools/tools/ath/athstats/
H A Dstatfoo.h91 #define STATFOO_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-10.2-release/tools/tools/mwl/mwlstats/
H A Dstatfoo.h90 #define STATFOO_DEFINE_BOUNCE(_t) \
91 static void _t##_setfmt(struct _t *wf, const char *fmt0) \
93 static void _t##_collect_cur(struct _t *wf) \
95 static void _t##_collect_tot(struct _t *wf) \
97 static void _t##_update_tot(struct _t *wf) \
99 static int _t##_get_cursta
[all...]
/freebsd-10.2-release/tools/tools/net80211/wlanstats/
H A Dstatfoo.h91 #define STATFOO_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-10.2-release/tools/tools/npe/npestats/
H A Dstatfoo.h90 #define STATFOO_DEFINE_BOUNCE(_t) \
91 static void _t##_setfmt(struct _t *wf, const char *fmt0) \
93 static void _t##_collect_cur(struct _t *wf) \
95 static void _t##_collect_tot(struct _t *wf) \
97 static void _t##_update_tot(struct _t *wf) \
99 static int _t##_get_cursta
[all...]
/freebsd-10.2-release/tools/tools/ath/athaggrstats/
H A Dstatfoo.h91 #define STATFOO_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-10.2-release/contrib/libucl/tests/
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...]
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"
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_inherit.h37 apr_##type##_t *the##type)
49 apr_##type##_t *the##type)
/freebsd-10.2-release/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-10.2-release/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-10.2-release/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-10.2-release/usr.sbin/mtree/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-10.2-release/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-10.2-release/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-10.2-release/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-10.2-release/sys/ia64/include/
H A Datomic.h88 static __inline uint##width##_t \
89 ia64_ld_acq_##width(volatile uint##width##_t* p) \
91 uint##width##_t v; \
97 static __inline uint##width##_t \
98 atomic_load_acq_##width(volatile uint##width##_t* p) \
100 uint##width##_t v; \
106 static __inline uint##width##_t \
107 atomic_load_acq_##type(volatile uint##width##_t* p) \
109 uint##width##_t v; \
116 ia64_st_rel_##width(volatile uint##width##_t*
[all...]
/freebsd-10.2-release/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-10.2-release/sys/netinet/
H A Dtcp_seq.h69 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000)
/freebsd-10.2-release/lib/libelf/
H A D_libelf.h175 int _libelf_falign(Elf_Type _t, int _elfclass);
176 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
178 int (*_libelf_get_translator(Elf_Type _t, int _direction, int _elfclass))
184 int _libelf_malign(Elf_Type _t, int _elfclass);
185 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
/freebsd-10.2-release/contrib/bmake/mk/
H A Dinstall-new.mk37 _t=-e; _bak=; \
40 -?) _t=$$1; shift;; \
46 if test $$_t $$new; then \

Completed in 220 milliseconds

123