Home
last modified time | relevance | path

Searched defs:a (Results 26 – 50 of 3266) sorted by relevance

12345678910>>...131

/freebsd/tools/tools/ath/athalq/
H A Dar5416_ds_tdma.c39 ar5416_decode_txstatus(struct if_ath_alq_payload *a) in ar5416_decode_txstatus()
124 ar5416_decode_txdesc(struct if_ath_alq_payload *a) in ar5416_decode_txdesc()
257 ar5416_decode_rxstatus(struct if_ath_alq_payload *a) in ar5416_decode_rxstatus()
359 ath_tdma_beacon_state(struct if_ath_alq_payload *a) in ath_tdma_beacon_state()
377 ath_tdma_timer_config(struct if_ath_alq_payload *a) in ath_tdma_timer_config()
385 ath_tdma_slot_calc(struct if_ath_alq_payload *a) in ath_tdma_slot_calc()
401 ath_tdma_tsf_adjust(struct if_ath_alq_payload *a) in ath_tdma_tsf_adjust()
415 ath_tdma_timer_set(struct if_ath_alq_payload *a) in ath_tdma_timer_set()
434 ar5416_alq_payload(struct if_ath_alq_payload *a) in ar5416_alq_payload()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cpio_filename.c32 struct archive *a; in DEFINE_TEST() local
87 struct archive *a; in DEFINE_TEST() local
193 struct archive *a; in DEFINE_TEST() local
246 struct archive *a; in DEFINE_TEST() local
298 struct archive *a; in DEFINE_TEST() local
351 struct archive *a; in DEFINE_TEST() local
403 struct archive *a; in DEFINE_TEST() local
456 struct archive *a; in DEFINE_TEST() local
561 struct archive *a; in DEFINE_TEST() local
612 struct archive *a; in DEFINE_TEST() local
[all …]
H A Dtest_read_format_ustar_filename.c32 struct archive *a; in test_read_format_ustar_filename_eucJP_UTF8() local
86 struct archive *a; in test_read_format_ustar_filename_CP866_KOI8R() local
141 struct archive *a; in test_read_format_ustar_filename_CP866_UTF8() local
196 struct archive *a; in test_read_format_ustar_filename_KOI8R_CP866() local
252 struct archive *a; in test_read_format_ustar_filename_KOI8R_UTF8() local
307 struct archive *a; in test_read_format_ustar_filename_eucJP_CP932() local
361 struct archive *a; in test_read_format_ustar_filename_CP866_CP1251() local
423 struct archive *a; in test_read_format_ustar_filename_CP866_CP1251_win() local
472 struct archive *a; in test_read_format_ustar_filename_KOI8R_CP1251() local
H A Dtest_read_format_gtar_filename.c32 struct archive *a; in DEFINE_TEST() local
85 struct archive *a; in DEFINE_TEST() local
138 struct archive *a; in DEFINE_TEST() local
190 struct archive *a; in DEFINE_TEST() local
243 struct archive *a; in DEFINE_TEST() local
295 struct archive *a; in DEFINE_TEST() local
346 struct archive *a; in DEFINE_TEST() local
405 struct archive *a; in DEFINE_TEST() local
451 struct archive *a; in DEFINE_TEST() local
H A Dtest_read_format_xar.c81 static void verify0(struct archive *a, struct archive_entry *ae) in verify0()
104 static void verify1(struct archive *a, struct archive_entry *ae) in verify1()
173 static void verify2(struct archive *a, struct archive_entry *ae) in verify2()
222 static void verify3(struct archive *a, struct archive_entry *ae) in verify3()
272 static void verify4(struct archive *a, struct archive_entry *ae) in verify4()
320 static void verify5(struct archive *a, struct archive_entry *ae) in verify5()
363 static void verify6(struct archive *a, struct archive_entry *ae) in verify6()
425 static void verify7(struct archive *a, struct archive_entry *ae) in verify7()
665 static void verify12(struct archive *a, struct archive_entry *ae) in verify12()
738 struct archive *a; in verify() local
[all …]
H A Dtest_read_format_mtree.c34 struct archive *a; in test_read_format_mtree1() local
283 struct archive *a; in test_read_format_mtree2() local
318 struct archive *a; in test_read_format_mtree3() local
375 struct archive *a; in DEFINE_TEST() local
438 struct archive *a; in DEFINE_TEST() local
530 struct archive *a; in DEFINE_TEST() local
635 struct archive *a; in DEFINE_TEST() local
702 struct archive *a; in DEFINE_TEST() local
770 struct archive *a; in DEFINE_TEST() local
799 struct archive *a; in DEFINE_TEST() local
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c178 int BN_num_bits(const BIGNUM *a) in BN_num_bits()
213 void BN_clear_free(BIGNUM *a) in BN_clear_free()
225 void BN_free(BIGNUM *a) in BN_free()
235 void bn_init(BIGNUM *a) in bn_init()
268 BN_ULONG *a = NULL; in bn_expand_internal() local
317 BIGNUM *BN_dup(const BIGNUM *a) in BN_dup()
398 void BN_clear(BIGNUM *a) in BN_clear()
911 void BN_zero_ex(BIGNUM *a) in BN_zero_ex()
928 int BN_is_one(const BIGNUM *a) in BN_is_one()
938 int BN_is_odd(const BIGNUM *a) in BN_is_odd()
[all …]
/freebsd/lib/libc/iconv/
H A Diconv_compat.c40 __iconv_compat(iconv_t a, char ** b, size_t * c, char ** d, in __iconv_compat()
47 __iconv_free_list_compat(char ** a, size_t b) in __iconv_free_list_compat()
53 __iconv_get_list_compat(char ***a, size_t *b, __iconv_bool c) in __iconv_get_list_compat()
59 iconv_compat(iconv_t a, char ** __restrict b, in iconv_compat()
67 iconv_canonicalize_compat(const char *a) in iconv_canonicalize_compat()
73 iconv_close_compat(iconv_t a) in iconv_close_compat()
79 iconv_open_compat(const char *a, const char *b) in iconv_open_compat()
85 iconv_open_into_compat(const char *a, const char *b, iconv_allocation_t *c) in iconv_open_into_compat()
91 iconv_set_relocation_prefix_compat(const char *a, const char *b) in iconv_set_relocation_prefix_compat()
97 iconvctl_compat(iconv_t a, int b, void *c) in iconvctl_compat()
/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.h51 #define ZSTD_pthread_mutex_init(a, b) ((void)(b), InitializeCriticalSection((a)), 0) argument
52 #define ZSTD_pthread_mutex_destroy(a) DeleteCriticalSection((a)) argument
53 #define ZSTD_pthread_mutex_lock(a) EnterCriticalSection((a)) argument
54 #define ZSTD_pthread_mutex_unlock(a) LeaveCriticalSection((a)) argument
58 #define ZSTD_pthread_cond_init(a, b) ((void)(b), InitializeConditionVariable((a)), 0) argument
59 #define ZSTD_pthread_cond_destroy(a) ((void)(a)) argument
60 #define ZSTD_pthread_cond_wait(a, b) SleepConditionVariableCS((a), (b), INFINITE) argument
61 #define ZSTD_pthread_cond_signal(a) WakeConditionVariable((a)) argument
62 #define ZSTD_pthread_cond_broadcast(a) WakeAllConditionVariable((a)) argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_add_passphrase.c34 add_passphrase_to_tail(struct archive_read *a, in add_passphrase_to_tail()
43 remove_passphrases_from_head(struct archive_read *a) in remove_passphrases_from_head()
54 insert_passphrase_to_head(struct archive_read *a, in insert_passphrase_to_head()
66 new_read_passphrase(struct archive_read *a, const char *passphrase) in new_read_passphrase()
89 struct archive_read *a = (struct archive_read *)_a; in archive_read_add_passphrase() local
113 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_passphrase_callback() local
128 __archive_read_reset_passphrase(struct archive_read *a) in __archive_read_reset_passphrase()
138 __archive_read_next_passphrase(struct archive_read *a) in __archive_read_next_passphrase()
H A Darchive_read.c55 #define minimum(a, b) (a < b ? a : b) argument
93 struct archive_read *a; in archive_read_new() local
116 struct archive_read *a = (struct archive_read *)_a; in archive_read_extract_set_skip_file() local
238 read_client_close_proxy(struct archive_read *a) in read_client_close_proxy()
305 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_open_callback() local
316 struct archive_read *a = (struct archive_read *)_a; in archive_read_set_read_callback() local
548 choose_filters(struct archive_read *a) in choose_filters()
694 choose_format(struct archive_read *a) in choose_format()
824 struct archive *a = (struct archive *)_a; in archive_read_data() local
903 void __archive_reset_read_data(struct archive * a) in __archive_reset_read_data()
[all …]
H A Darchive_write.c98 struct archive_write *a; in archive_write_new() local
132 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_bytes_per_block() local
145 struct archive_write *a = (struct archive_write *)_a; in archive_write_get_bytes_per_block() local
158 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_bytes_in_last_block() local
171 struct archive_write *a = (struct archive_write *)_a; in archive_write_get_bytes_in_last_block() local
184 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_skip_file() local
199 struct archive_write *a = (struct archive_write *)_a; in __archive_write_allocate_filter() local
271 __archive_write_filters_open(struct archive_write *a) in __archive_write_filters_open()
280 __archive_write_filters_close(struct archive_write *a) in __archive_write_filters_close()
313 __archive_write_filters_flush(struct archive_write *a) in __archive_write_filters_flush()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h72 const volatile T *a, memory_order mo) { in atomic_load()
105 inline u32 atomic_fetch_add(volatile atomic_uint32_t *a, in atomic_fetch_add()
113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add()
126 inline u32 atomic_fetch_sub(volatile atomic_uint32_t *a, in atomic_fetch_sub()
134 inline uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub()
147 inline u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange()
154 inline u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange()
161 inline u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange()
168 inline bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, in atomic_compare_exchange_strong()
207 inline bool atomic_compare_exchange_strong(volatile atomic_uint16_t *a, in atomic_compare_exchange_strong()
[all …]
/freebsd/contrib/ncurses/include/
H A Dnc_tparm.h66 #define TPARM_1(a,b) tparm(a,TPARM_N(b)) argument
67 #define TPARM_0(a) tparm(a) argument
72 #define TPARM_5(a,b,c,d,e,f) TPARM_6(a,b,c,d,e,f,0) argument
73 #define TPARM_4(a,b,c,d,e) TPARM_5(a,b,c,d,e,0) argument
74 #define TPARM_3(a,b,c,d) TPARM_4(a,b,c,d,0) argument
75 #define TPARM_2(a,b,c) TPARM_3(a,b,c,0) argument
76 #define TPARM_1(a,b) TPARM_2(a,b,0) argument
77 #define TPARM_0(a) TPARM_1(a,0) argument
81 #define TIPARM_1(s,a) _nc_tiparm(1,s,a) argument
82 #define TIPARM_2(s,a,b) _nc_tiparm(2,s,a,b) argument
[all …]
/freebsd/sys/arm64/include/
H A Diodev.h32 #define iodev_read_1(a) \ argument
39 #define iodev_read_2(a) \ argument
46 #define iodev_read_4(a) \ argument
53 #define iodev_write_1(a, v) \ argument
56 #define iodev_write_2(a, v) \ argument
59 #define iodev_write_4(a, v) \ argument
/freebsd/bin/expr/
H A Dexpr.y306 op_or(struct val *a, struct val *b) in op_or()
320 op_and(struct val *a, struct val *b) in op_and()
358 op_eq(struct val *a, struct val *b) in op_eq()
364 op_gt(struct val *a, struct val *b) in op_gt()
370 op_lt(struct val *a, struct val *b) in op_lt()
376 op_ge(struct val *a, struct val *b) in op_ge()
382 op_le(struct val *a, struct val *b) in op_le()
388 op_ne(struct val *a, struct val *b) in op_ne()
482 assert_div(intmax_t a, intmax_t b) in assert_div()
492 op_div(struct val *a, struct val *b) in op_div()
[all …]
/freebsd/usr.sbin/makefs/ffs/
H A Dufs_bswap.h54 ufs_rw16(u_int16_t a, int ns) in ufs_rw16()
59 ufs_rw32(u_int32_t a, int ns) in ufs_rw32()
64 ufs_rw64(u_int64_t a, int ns) in ufs_rw64()
69 #define ufs_rw16(a, ns) ((uint16_t)(a)) argument
70 #define ufs_rw32(a, ns) ((uint32_t)(a)) argument
71 #define ufs_rw64(a, ns) ((uint64_t)(a)) argument
74 #define ufs_add16(a, b, ns) \ argument
76 #define ufs_add32(a, b, ns) \ argument
78 #define ufs_add64(a, b, ns) \ argument
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c59 #define FLOAT64_DEMANGLE(a) (a) argument
62 #define FLOAT64_MANGLE(a) (a) argument
1115 float32 int32_to_float32( int32 a ) in int32_to_float32()
1144 float64 int32_to_float64( int32 a ) in int32_to_float64()
1258 float32 int64_to_float32( int64 a ) in int64_to_float32()
1291 float64 int64_to_float64( int64 a ) in int64_to_float64()
1382 int32 float32_to_int32( float32 a ) in float32_to_int32()
1458 int64 float32_to_int64( float32 a ) in float32_to_int64()
2121 float32 float32_sqrt( float32 a ) in float32_sqrt()
2330 int32 float64_to_int32( float64 a ) in float64_to_int32()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dnet.h144 #define IN6_IS_ADDR_MULTICAST(a) ((a)->s6_addr[0] == 0xff) argument
149 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument
155 #define IN6_IS_ADDR_SITELOCAL(a) \ argument
209 #define IN6_IS_ADDR_GEOGRAPHIC(a) (((a)->S6_un.S6_l[0] & 0xE0) == 0x80) argument
211 #define IN6_IS_ADDR_IPX(a) (((a)->S6_un.S6_l[0] & 0xFE) == 0x04) argument
213 #define IN6_IS_ADDR_LINKLOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0x80FE) argument
215 #define IN6_IS_ADDR_MULTICAST(a) (((a)->S6_un.S6_l[0] & 0xFF) == 0xFF) argument
217 #define IN6_IS_ADDR_NSAP(a) (((a)->S6_un.S6_l[0] & 0xFE) == 0x02) argument
219 #define IN6_IS_ADDR_PROVIDER(a) (((a)->S6_un.S6_l[0] & 0xE0) == 0x40) argument
221 #define IN6_IS_ADDR_SITELOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0xC0FE) argument
/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Dmathbench_funcs.h9 #define _ZSF1(fun, a, b) F(fun##f, a, b) argument
10 #define _ZSD1(f, a, b) D(f, a, b) argument
14 #define _ZVF1(fun, a, b) VNF(_ZGVnN4v_##fun##f, a, b) argument
15 #define _ZVD1(f, a, b) VND(_ZGVnN2v_##f, a, b) argument
19 #define _ZVF1(f, a, b) argument
20 #define _ZVD1(f, a, b) argument
26 #define _ZSVF1(fun, a, b) SVF(_ZGVsMxv_##fun##f, a, b) argument
27 #define _ZSVD1(f, a, b) SVD(_ZGVsMxv_##f, a, b) argument
31 #define _ZSVF1(f, a, b) argument
32 #define _ZSVD1(f, a, b) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h64 inline bool AddrIsInLowMem(uptr a) { return a <= kLowMemEnd; } in AddrIsInLowMem()
66 inline bool AddrIsInLowShadow(uptr a) { in AddrIsInLowShadow()
70 inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem()
74 inline bool AddrIsInHighShadow(uptr a) { in AddrIsInHighShadow()
78 inline bool AddrIsInShadowGap(uptr a) { in AddrIsInShadowGap()
86 inline bool AddrIsInMem(uptr a) { in AddrIsInMem()
96 inline bool AddrIsInShadow(uptr a) { in AddrIsInShadow()
100 inline bool AddrIsAlignedByGranularity(uptr a) { in AddrIsAlignedByGranularity()
104 inline void RecordAccess(uptr a) { in RecordAccess()
/freebsd/sys/compat/linux/
H A Dlinux_dtrace.h46 #define _LIN_SDT_PROBE_DECLARE(a, b, c, d) SDT_PROBE_DECLARE(a, b, c, d) argument
47 #define LIN_SDT_PROBE_DECLARE(a, b, c) _LIN_SDT_PROBE_DECLARE( \ argument
50 #define _LIN_SDT_PROBE_DEFINE0(a, b, c, d) SDT_PROBE_DEFINE(a, \ argument
52 #define LIN_SDT_PROBE_DEFINE0(a, b, c) _LIN_SDT_PROBE_DEFINE0(\ argument
54 #define _LIN_SDT_PROBE_DEFINE1(a, b, c, d, e) SDT_PROBE_DEFINE1(a, \ argument
56 #define LIN_SDT_PROBE_DEFINE1(a, b, c, d) _LIN_SDT_PROBE_DEFINE1(\ argument
58 #define _LIN_SDT_PROBE_DEFINE2(a, b, c, d, e, f) SDT_PROBE_DEFINE2(a, \ argument
60 #define LIN_SDT_PROBE_DEFINE2(a, b, c, d, e) _LIN_SDT_PROBE_DEFINE2(\ argument
70 #define _LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h, i) \ argument
75 #define LIN_SDT_PROBE0(a, b, c) SDT_PROBE0(LINUX_DTRACE, a, b, \ argument
[all …]
/freebsd/sys/sys/
H A Dlibkern.h87 static __inline int imax(int a, int b) { return (a > b ? a : b); } in imax()
88 static __inline int imin(int a, int b) { return (a < b ? a : b); } in imin()
89 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax()
90 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin()
91 static __inline u_int max(u_int a, u_int b) { return (a > b ? a : b); } in max()
99 static __inline __uintmax_t ummax(__uintmax_t a, __uintmax_t b) in ummax()
104 static __inline __uintmax_t ummin(__uintmax_t a, __uintmax_t b) in ummin()
111 static __inline int abs(int a) { return (a < 0 ? -a : a); } in abs()
112 static __inline long labs(long a) { return (a < 0 ? -a : a); } in labs()
113 static __inline int64_t abs64(int64_t a) { return (a < 0 ? -a : a); } in abs64()
[all …]
/freebsd/contrib/one-true-awk/
H A Dparse.c44 Node *exptostat(Node *a) in exptostat() argument
50 Node *node1(int a, Node *b) in node1() argument
60 Node *node2(int a, Node *b, Node *c) in node2() argument
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3() argument
83 Node *node4(int a, Nod argument
96 node5(int a,Node * b,Node * c,Node * d,Node * e,Node * f) node5() argument
110 stat1(int a,Node * b) stat1() argument
119 stat2(int a,Node * b,Node * c) stat2() argument
128 stat3(int a,Node * b,Node * c,Node * d) stat3() argument
137 stat4(int a,Node * b,Node * c,Node * d,Node * e) stat4() argument
146 op1(int a,Node * b) op1() argument
155 op2(int a,Node * b,Node * c) op2() argument
164 op3(int a,Node * b,Node * c,Node * d) op3() argument
173 op4(int a,Node * b,Node * c,Node * d,Node * e) op4() argument
182 op5(int a,Node * b,Node * c,Node * d,Node * e,Node * f) op5() argument
191 celltonode(Cell * a,int b) celltonode() argument
229 pa2stat(Node * a,Node * b,Node * c) pa2stat() argument
240 linkum(Node * a,Node * b) linkum() argument
[all...]
/freebsd/stand/common/
H A Dmodinfo.c65 #define COPY32(v, a, c) { \ argument
72 #define MOD_STR(t, a, s, c) { \ argument
80 #define MOD_NAME(a, s, c) MOD_STR(MODINFO_NAME, a, s, c) argument
81 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) argument
82 #define MOD_ARGS(a, s, c) MOD_STR(MODINFO_ARGS, a, s, c) argument
84 #define MOD_VAR(t, a, s, c) { \ argument
92 #define MOD_ADDR(a, s, c) MOD_VAR(MODINFO_ADDR, a, s, c) argument
93 #define MOD_SIZE(a, s, c) MOD_VAR(MODINFO_SIZE, a, s, c) argument
95 #define MOD_METADATA(a, mm, c) { \ argument
105 #define MOD_END(a, c) { \ argument

12345678910>>...131