Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 2843) sorted by relevance

12345678910>>...114

/freebsd/sys/powerpc/include/
H A Dpio.h51 __outb(volatile u_int8_t *a, u_int8_t v) in __outb()
58 __outw(volatile u_int16_t *a, u_int16_t v) in __outw()
65 __outl(volatile u_int32_t *a, u_int32_t v) in __outl()
72 __outll(volatile u_int64_t *a, u_int64_t v) in __outll()
79 __outwrb(volatile u_int16_t *a, u_int16_t v) in __outwrb()
86 __outlrb(volatile u_int32_t *a, u_int32_t v) in __outlrb()
93 __inb(volatile u_int8_t *a) in __inb()
103 __inw(volatile u_int16_t *a) in __inw()
113 __inl(volatile u_int32_t *a) in __inl()
123 __inll(volatile u_int64_t *a) in __inll()
[all …]
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c17 int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) in TS_RESP_set_status_info()
34 TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a) in TS_RESP_get_status_info()
40 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info()
48 PKCS7 *TS_RESP_get_token(TS_RESP *a) in TS_RESP_get_token()
53 TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a) in TS_RESP_get_tst_info()
58 int TS_TST_INFO_set_version(TS_TST_INFO *a, long version) in TS_TST_INFO_set_version()
63 long TS_TST_INFO_get_version(const TS_TST_INFO *a) in TS_TST_INFO_get_version()
68 int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy) in TS_TST_INFO_set_policy_id()
84 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id()
89 int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint) in TS_TST_INFO_set_msg_imprint()
[all …]
H A Dts_req_utils.c17 int TS_REQ_set_version(TS_REQ *a, long version) in TS_REQ_set_version()
22 long TS_REQ_get_version(const TS_REQ *a) in TS_REQ_get_version()
27 int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint) in TS_REQ_set_msg_imprint()
43 TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a) in TS_REQ_get_msg_imprint()
48 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg) in TS_MSG_IMPRINT_set_algo()
64 X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_algo()
69 int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len) in TS_MSG_IMPRINT_set_msg()
74 ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_msg()
79 int TS_REQ_set_policy_id(TS_REQ *a, const ASN1_OBJECT *policy) in TS_REQ_set_policy_id()
95 ASN1_OBJECT *TS_REQ_get_policy_id(TS_REQ *a) in TS_REQ_get_policy_id()
[all …]
H A Dts_asn1.c28 int i2d_TS_MSG_IMPRINT_bio(BIO *bp, const TS_MSG_IMPRINT *a) in i2d_TS_MSG_IMPRINT_bio()
33 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a) in d2i_TS_MSG_IMPRINT_fp()
39 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, const TS_MSG_IMPRINT *a) in i2d_TS_MSG_IMPRINT_fp()
61 int i2d_TS_REQ_bio(BIO *bp, const TS_REQ *a) in i2d_TS_REQ_bio()
66 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a) in d2i_TS_REQ_fp()
71 int i2d_TS_REQ_fp(FILE *fp, const TS_REQ *a) in i2d_TS_REQ_fp()
107 int i2d_TS_TST_INFO_bio(BIO *bp, const TS_TST_INFO *a) in i2d_TS_TST_INFO_bio()
112 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a) in d2i_TS_TST_INFO_fp()
118 int i2d_TS_TST_INFO_fp(FILE *fp, const TS_TST_INFO *a) in i2d_TS_TST_INFO_fp()
187 int i2d_TS_RESP_bio(BIO *bp, const TS_RESP *a) in i2d_TS_RESP_bio()
[all …]
/freebsd/crypto/openssl/test/
H A Dtestutil.h289 # define PRINTF_FORMAT(a, b) argument
299 # define PRINTF_FORMAT(a, b) __attribute__ ((format(printf, a, b))) argument
429 # define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b) argument
430 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b) argument
431 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b) argument
432 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b) argument
433 # define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b) argument
434 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b) argument
436 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b) argument
437 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b) argument
[all …]
H A Dconstant_time_test.c61 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), in test_binary_op()
72 static int test_binary_op_8(unsigned in test_binary_op_8()
73 char (*op) (unsigned int a, unsigned int b), in test_binary_op_8()
84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b), in test_binary_op_s()
95 static int test_binary_op_64(uint64_t (*op)(uint64_t a, uint64_t b), in test_binary_op_64()
115 unsigned int a = test_values[i]; in test_is_zero() local
126 unsigned int a = test_values_8[i]; in test_is_zero_8() local
137 uint32_t a = test_values_32[i]; in test_is_zero_32() local
148 size_t a = test_values_s[i]; in test_is_zero_s() local
157 static int test_select(unsigned int a, unsigned int b) in test_select()
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h100 constant_time_msb(unsigned int a) constant_time_msb() argument
106 constant_time_msb_32(uint32_t a) constant_time_msb_32() argument
111 constant_time_msb_64(uint64_t a) constant_time_msb_64() argument
116 constant_time_msb_s(size_t a) constant_time_msb_s() argument
121 constant_time_lt(unsigned int a,unsigned int b) constant_time_lt() argument
127 constant_time_lt_s(size_t a,size_t b) constant_time_lt_s() argument
132 constant_time_lt_8(unsigned int a,unsigned int b) constant_time_lt_8() argument
138 constant_time_lt_64(uint64_t a,uint64_t b) constant_time_lt_64() argument
143 constant_time_ge(unsigned int a,unsigned int b) constant_time_ge() argument
149 constant_time_ge_s(size_t a,size_t b) constant_time_ge_s() argument
154 constant_time_ge_8(unsigned int a,unsigned int b) constant_time_ge_8() argument
160 constant_time_ge_8_s(size_t a,size_t b) constant_time_ge_8_s() argument
165 constant_time_is_zero(unsigned int a) constant_time_is_zero() argument
170 constant_time_is_zero_s(size_t a) constant_time_is_zero_s() argument
175 constant_time_is_zero_8(unsigned int a) constant_time_is_zero_8() argument
180 constant_time_is_zero_32(uint32_t a) constant_time_is_zero_32() argument
185 constant_time_is_zero_64(uint64_t a) constant_time_is_zero_64() argument
190 constant_time_eq(unsigned int a,unsigned int b) constant_time_eq() argument
196 constant_time_eq_s(size_t a,size_t b) constant_time_eq_s() argument
201 constant_time_eq_8(unsigned int a,unsigned int b) constant_time_eq_8() argument
207 constant_time_eq_8_s(size_t a,size_t b) constant_time_eq_8_s() argument
212 constant_time_eq_int(int a,int b) constant_time_eq_int() argument
217 constant_time_eq_int_8(int a,int b) constant_time_eq_int_8() argument
229 value_barrier(unsigned int a) value_barrier() argument
241 value_barrier_32(uint32_t a) value_barrier_32() argument
253 value_barrier_64(uint64_t a) value_barrier_64() argument
265 value_barrier_s(size_t a) value_barrier_s() argument
277 constant_time_select(unsigned int mask,unsigned int a,unsigned int b) constant_time_select() argument
284 constant_time_select_s(size_t mask,size_t a,size_t b) constant_time_select_s() argument
291 constant_time_select_8(unsigned char mask,unsigned char a,unsigned char b) constant_time_select_8() argument
297 constant_time_select_int(unsigned int mask,int a,int b) constant_time_select_int() argument
303 constant_time_select_int_s(size_t mask,int a,int b) constant_time_select_int_s() argument
309 constant_time_select_32(uint32_t mask,uint32_t a,uint32_t b) constant_time_select_32() argument
315 constant_time_select_64(uint64_t mask,uint64_t a,uint64_t b) constant_time_select_64() argument
331 constant_time_cond_swap_32(uint32_t mask,uint32_t * a,uint32_t * b) constant_time_cond_swap_32() argument
351 constant_time_cond_swap_64(uint64_t mask,uint64_t * a,uint64_t * b) constant_time_cond_swap_64() argument
374 constant_time_cond_swap_buff(unsigned char mask,unsigned char * a,unsigned char * b,size_t len) constant_time_cond_swap_buff() argument
[all...]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_virtual.c34 archive_filter_code(struct archive * a,int n) archive_filter_code() argument
40 archive_filter_count(struct archive * a) archive_filter_count() argument
46 archive_filter_name(struct archive * a,int n) archive_filter_name() argument
52 archive_filter_bytes(struct archive * a,int n) archive_filter_bytes() argument
58 archive_free(struct archive * a) archive_free() argument
66 archive_write_close(struct archive * a) archive_write_close() argument
72 archive_read_close(struct archive * a) archive_read_close() argument
78 archive_write_fail(struct archive * a) archive_write_fail() argument
85 archive_write_free(struct archive * a) archive_write_free() argument
93 archive_write_finish(struct archive * a) archive_write_finish() argument
100 archive_read_free(struct archive * a) archive_read_free() argument
108 archive_read_finish(struct archive * a) archive_read_finish() argument
115 archive_write_header(struct archive * a,struct archive_entry * entry) archive_write_header() argument
122 archive_write_finish_entry(struct archive * a) archive_write_finish_entry() argument
128 archive_write_data(struct archive * a,const void * buff,size_t s) archive_write_data() argument
134 archive_write_data_block(struct archive * a,const void * buff,size_t s,la_int64_t o) archive_write_data_block() argument
147 archive_read_next_header(struct archive * a,struct archive_entry ** entry) archive_read_next_header() argument
153 archive_read_next_header2(struct archive * a,struct archive_entry * entry) archive_read_next_header2() argument
159 archive_read_data_block(struct archive * a,const void ** buff,size_t * s,la_int64_t * o) archive_read_data_block() argument
[all...]
/freebsd/sys/dev/pms/RefTisa/tisa/api/
H A Dtiglobal.h45 #define TI_DBG0(a) TIDEBUG_MSG0(a) /* always print */ argument
47 #define TI_DBG1(a) TIDEBUG_MSG(gTiDebugLevel,1, a ) argument
48 #define TI_DBG2(a) TIDEBUG_MSG(gTiDebugLevel,2, a ) argument
49 #define TI_DBG3(a) TIDEBUG_MSG(gTiDebugLevel,3, a ) argument
50 #define TI_DBG4(a) TIDEBUG_MSG(gTiDebugLevel,4, a ) argument
51 #define TI_DBG5(a) TIDEBUG_MSG(gTiDebugLevel,5, a ) /* OsDebugLevel 4 */ argument
52 #define TI_DBG6(a) TIDEBUG_MSG(gTiDebugLevel,6, a ) argument
53 #define TI_DBG7(a) argument
56 #define TI_BIT1(a) TIDEBUG_MSG(gTiDebugMask,0x00000001, a ) argument
57 #define TI_BIT2(a) TIDEBUG_MSG(gTiDebugMask,0x00000002, a ) argument
[all …]
/freebsd/bin/ls/
H A Dcmp.c45 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
52 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
59 verscmp(const FTSENT *a, const FTSENT *b) in verscmp()
66 revverscmp(const FTSENT *a, const FTSENT *b) in revverscmp()
73 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
95 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
102 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
124 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
131 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp()
153 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp()
[all …]
/freebsd/sys/netinet/
H A Dtcp_seq.h39 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) argument
40 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) argument
41 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) argument
42 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0) argument
43 #define SEQ_SUB(a,b) ((int)((a)-(b))) argument
45 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b)) argument
46 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b)) argument
48 #define WIN_LT(a,b) (ntohs(a) < ntohs(b)) argument
49 #define WIN_LEQ(a,b) (ntohs(a) <= ntohs(b)) argument
50 #define WIN_GT(a,b) (ntohs(a) > ntohs(b)) argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp181 static atomic_uint8_t *to_atomic(const volatile a8 *a) { in to_atomic() argument
185 static atomic_uint16_t *to_atomic(const volatile a16 *a) { in to_atomic() argument
190 static atomic_uint32_t *to_atomic(const volatile a32 *a) { in to_atomic() argument
194 static atomic_uint64_t *to_atomic(const volatile a64 *a) { in to_atomic() argument
212 NoTsanAtomicLoad(const volatile T * a,morder mo) NoTsanAtomicLoad() argument
217 NoTsanAtomicLoad(const volatile a128 * a,morder mo) NoTsanAtomicLoad() argument
224 AtomicLoad(ThreadState * thr,uptr pc,const volatile T * a,morder mo) AtomicLoad() argument
250 NoTsanAtomicStore(volatile T * a,T v,morder mo) NoTsanAtomicStore() argument
255 NoTsanAtomicStore(volatile a128 * a,a128 v,morder mo) NoTsanAtomicStore() argument
262 AtomicStore(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicStore() argument
285 AtomicRMW(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicRMW() argument
307 NoTsanAtomicExchange(volatile T * a,T v,morder mo) NoTsanAtomicExchange() argument
312 NoTsanAtomicFetchAdd(volatile T * a,T v,morder mo) NoTsanAtomicFetchAdd() argument
317 NoTsanAtomicFetchSub(volatile T * a,T v,morder mo) NoTsanAtomicFetchSub() argument
322 NoTsanAtomicFetchAnd(volatile T * a,T v,morder mo) NoTsanAtomicFetchAnd() argument
327 NoTsanAtomicFetchOr(volatile T * a,T v,morder mo) NoTsanAtomicFetchOr() argument
332 NoTsanAtomicFetchXor(volatile T * a,T v,morder mo) NoTsanAtomicFetchXor() argument
337 NoTsanAtomicFetchNand(volatile T * a,T v,morder mo) NoTsanAtomicFetchNand() argument
342 AtomicExchange(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicExchange() argument
348 AtomicFetchAdd(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicFetchAdd() argument
354 AtomicFetchSub(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicFetchSub() argument
360 AtomicFetchAnd(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicFetchAnd() argument
366 AtomicFetchOr(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicFetchOr() argument
372 AtomicFetchXor(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicFetchXor() argument
378 AtomicFetchNand(ThreadState * thr,uptr pc,volatile T * a,T v,morder mo) AtomicFetchNand() argument
384 NoTsanAtomicCAS(volatile T * a,T * c,T v,morder mo,morder fmo) NoTsanAtomicCAS() argument
389 NoTsanAtomicCAS(volatile a128 * a,a128 * c,a128 v,morder mo,morder fmo) NoTsanAtomicCAS() argument
401 NoTsanAtomicCAS(volatile T * a,T c,T v,morder mo,morder fmo) NoTsanAtomicCAS() argument
407 AtomicCAS(ThreadState * thr,uptr pc,volatile T * a,T * c,T v,morder mo,morder fmo) AtomicCAS() argument
450 AtomicCAS(ThreadState * thr,uptr pc,volatile T * a,T c,T v,morder mo,morder fmo) AtomicCAS() argument
498 __tsan_atomic8_load(const volatile a8 * a,morder mo) __tsan_atomic8_load() argument
503 __tsan_atomic16_load(const volatile a16 * a,morder mo) __tsan_atomic16_load() argument
508 __tsan_atomic32_load(const volatile a32 * a,morder mo) __tsan_atomic32_load() argument
513 __tsan_atomic64_load(const volatile a64 * a,morder mo) __tsan_atomic64_load() argument
519 __tsan_atomic128_load(const volatile a128 * a,morder mo) __tsan_atomic128_load() argument
525 __tsan_atomic8_store(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_store() argument
530 __tsan_atomic16_store(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_store() argument
535 __tsan_atomic32_store(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_store() argument
540 __tsan_atomic64_store(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_store() argument
546 __tsan_atomic128_store(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_store() argument
552 __tsan_atomic8_exchange(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_exchange() argument
557 __tsan_atomic16_exchange(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_exchange() argument
562 __tsan_atomic32_exchange(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_exchange() argument
567 __tsan_atomic64_exchange(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_exchange() argument
573 __tsan_atomic128_exchange(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_exchange() argument
579 __tsan_atomic8_fetch_add(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_fetch_add() argument
584 __tsan_atomic16_fetch_add(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_fetch_add() argument
589 __tsan_atomic32_fetch_add(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_fetch_add() argument
594 __tsan_atomic64_fetch_add(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_fetch_add() argument
600 __tsan_atomic128_fetch_add(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_fetch_add() argument
606 __tsan_atomic8_fetch_sub(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_fetch_sub() argument
611 __tsan_atomic16_fetch_sub(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_fetch_sub() argument
616 __tsan_atomic32_fetch_sub(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_fetch_sub() argument
621 __tsan_atomic64_fetch_sub(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_fetch_sub() argument
627 __tsan_atomic128_fetch_sub(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_fetch_sub() argument
633 __tsan_atomic8_fetch_and(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_fetch_and() argument
638 __tsan_atomic16_fetch_and(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_fetch_and() argument
643 __tsan_atomic32_fetch_and(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_fetch_and() argument
648 __tsan_atomic64_fetch_and(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_fetch_and() argument
654 __tsan_atomic128_fetch_and(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_fetch_and() argument
660 __tsan_atomic8_fetch_or(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_fetch_or() argument
665 __tsan_atomic16_fetch_or(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_fetch_or() argument
670 __tsan_atomic32_fetch_or(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_fetch_or() argument
675 __tsan_atomic64_fetch_or(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_fetch_or() argument
681 __tsan_atomic128_fetch_or(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_fetch_or() argument
687 __tsan_atomic8_fetch_xor(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_fetch_xor() argument
692 __tsan_atomic16_fetch_xor(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_fetch_xor() argument
697 __tsan_atomic32_fetch_xor(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_fetch_xor() argument
702 __tsan_atomic64_fetch_xor(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_fetch_xor() argument
708 __tsan_atomic128_fetch_xor(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_fetch_xor() argument
714 __tsan_atomic8_fetch_nand(volatile a8 * a,a8 v,morder mo) __tsan_atomic8_fetch_nand() argument
719 __tsan_atomic16_fetch_nand(volatile a16 * a,a16 v,morder mo) __tsan_atomic16_fetch_nand() argument
724 __tsan_atomic32_fetch_nand(volatile a32 * a,a32 v,morder mo) __tsan_atomic32_fetch_nand() argument
729 __tsan_atomic64_fetch_nand(volatile a64 * a,a64 v,morder mo) __tsan_atomic64_fetch_nand() argument
735 __tsan_atomic128_fetch_nand(volatile a128 * a,a128 v,morder mo) __tsan_atomic128_fetch_nand() argument
741 __tsan_atomic8_compare_exchange_strong(volatile a8 * a,a8 * c,a8 v,morder mo,morder fmo) __tsan_atomic8_compare_exchange_strong() argument
747 __tsan_atomic16_compare_exchange_strong(volatile a16 * a,a16 * c,a16 v,morder mo,morder fmo) __tsan_atomic16_compare_exchange_strong() argument
753 __tsan_atomic32_compare_exchange_strong(volatile a32 * a,a32 * c,a32 v,morder mo,morder fmo) __tsan_atomic32_compare_exchange_strong() argument
759 __tsan_atomic64_compare_exchange_strong(volatile a64 * a,a64 * c,a64 v,morder mo,morder fmo) __tsan_atomic64_compare_exchange_strong() argument
766 __tsan_atomic128_compare_exchange_strong(volatile a128 * a,a128 * c,a128 v,morder mo,morder fmo) __tsan_atomic128_compare_exchange_strong() argument
773 __tsan_atomic8_compare_exchange_weak(volatile a8 * a,a8 * c,a8 v,morder mo,morder fmo) __tsan_atomic8_compare_exchange_weak() argument
779 __tsan_atomic16_compare_exchange_weak(volatile a16 * a,a16 * c,a16 v,morder mo,morder fmo) __tsan_atomic16_compare_exchange_weak() argument
785 __tsan_atomic32_compare_exchange_weak(volatile a32 * a,a32 * c,a32 v,morder mo,morder fmo) __tsan_atomic32_compare_exchange_weak() argument
791 __tsan_atomic64_compare_exchange_weak(volatile a64 * a,a64 * c,a64 v,morder mo,morder fmo) __tsan_atomic64_compare_exchange_weak() argument
798 __tsan_atomic128_compare_exchange_weak(volatile a128 * a,a128 * c,a128 v,morder mo,morder fmo) __tsan_atomic128_compare_exchange_weak() argument
805 __tsan_atomic8_compare_exchange_val(volatile a8 * a,a8 c,a8 v,morder mo,morder fmo) __tsan_atomic8_compare_exchange_val() argument
811 __tsan_atomic16_compare_exchange_val(volatile a16 * a,a16 c,a16 v,morder mo,morder fmo) __tsan_atomic16_compare_exchange_val() argument
817 __tsan_atomic32_compare_exchange_val(volatile a32 * a,a32 c,a32 v,morder mo,morder fmo) __tsan_atomic32_compare_exchange_val() argument
823 __tsan_atomic64_compare_exchange_val(volatile a64 * a,a64 c,a64 v,morder mo,morder fmo) __tsan_atomic64_compare_exchange_val() argument
830 __tsan_atomic128_compare_exchange_val(volatile a128 * a,a128 c,a128 v,morder mo,morder fmo) __tsan_atomic128_compare_exchange_val() argument
868 __tsan_go_atomic32_load(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic32_load() argument
873 __tsan_go_atomic64_load(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_load() argument
878 __tsan_go_atomic32_store(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic32_store() argument
883 __tsan_go_atomic64_store(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_store() argument
888 __tsan_go_atomic32_fetch_add(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic32_fetch_add() argument
893 __tsan_go_atomic64_fetch_add(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_fetch_add() argument
898 __tsan_go_atomic32_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic32_exchange() argument
903 __tsan_go_atomic64_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_exchange() argument
909 __tsan_go_atomic32_compare_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic32_compare_exchange() argument
918 __tsan_go_atomic64_compare_exchange(ThreadState * thr,uptr cpc,uptr pc,u8 * a) __tsan_go_atomic64_compare_exchange() argument
[all...]
/freebsd/contrib/ntp/include/
H A Dntp_unixtime.h12 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) argument
13 # define SETTIMEOFDAY(a, b) (node_settime(&ntp_node, a)) argument
14 # define ADJTIMEOFDAY(a, b) (node_adjtime(&ntp_node, a, b)) argument
16 # define ADJTIMEOFDAY(a, b) (adjtime(a, b)) argument
21 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
22 # define SETTIMEOFDAY(a, b) (settimeofday(a, b)) argument
25 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) argument
26 # define SETTIMEOFDAY(a, b) (settimeofday(a)) argument
29 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) argument
30 # define SETTIMEOFDAY(a, b) (settimeofday_NT(a)) argument
[all …]
/freebsd/contrib/elftoolchain/common/
H A Dutarray.h64 #define utarray_init(a,_icd) do { \ argument
69 #define utarray_done(a) do { \ argument
82 #define utarray_new(a,_icd) do { \ argument
87 #define utarray_free(a) do { \ argument
92 #define utarray_reserve(a,by) do { \ argument
99 #define utarray_push_back(a,p) do { \ argument
105 #define utarray_pop_back(a) do { \ argument
110 #define utarray_extend_back(a) do { \ argument
117 #define utarray_len(a) ((a)->i) argument
119 #define utarray_eltptr(a,j) (((j) < (a)->i) ? _utarray_eltptr(a,j) : NULL) argument
[all …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h67 # define TWAIT_WAIT4TYPE(a,b,c,d) wait((b)) argument
68 # define TWAIT_GENERIC(a,b,c) wait((b)) argument
72 # define TWAIT_WAIT4TYPE(a,b,c,d) waitpid((a),(b),(c)) argument
73 # define TWAIT_GENERIC(a,b,c) waitpid((a),(b),(c)) argument
78 # define TWAIT_GENERIC(a,b,c) \ argument
80 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) waitid((a),(b),(f),(d)) argument
84 # define TWAIT_WAIT4TYPE(a,b,c,d) wait3((b),(c),(d)) argument
85 # define TWAIT_GENERIC(a,b,c) wait3((b),(c),NULL) argument
90 # define TWAIT_WAIT4TYPE(a,b,c,d) wait4((a),(b),(c),(d)) argument
91 # define TWAIT_GENERIC(a,b,c) wait4((a),(b),(c),NULL) argument
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_7zip.c44 struct archive *a; in test_copy() local
96 struct archive *a; in test_empty_archive() local
128 struct archive *a; in test_empty_file() local
168 struct archive *a; in test_plain_header() local
211 struct archive *a; in test_extract_all_files() local
296 struct archive *a; in test_extract_all_files_zstd() local
380 struct archive *a; in test_extract_file_zstd_bcj_nobjc() local
431 struct archive *a; in test_extract_last_file() local
511 struct archive *a; in test_extract_all_files2() local
640 struct archive *a; in test_delta_lzma() local
[all …]
H A Dtest_read_format_zip.c33 extract_one(struct archive * a,struct archive_entry * ae,uint32_t crc) extract_one() argument
61 extract_one_using_blocks(struct archive * a,int block_size,uint32_t crc) extract_one_using_blocks() argument
105 verify_basic(struct archive * a,int seek_checks) verify_basic() argument
183 struct archive *a; test_basic() local
211 verify_info_zip_ux(struct archive * a,int seek_checks) verify_info_zip_ux() argument
253 struct archive *a; test_info_zip_ux() local
281 verify_extract_length_at_end(struct archive * a,int seek_checks) verify_extract_length_at_end() argument
319 struct archive *a; test_extract_length_at_end() local
346 struct archive *a; test_symlink() local
389 struct archive *a; DEFINE_TEST() local
409 struct archive *a; DEFINE_TEST() local
429 struct archive *a; DEFINE_TEST() local
461 struct archive *a; DEFINE_TEST() local
493 struct archive *a; DEFINE_TEST() local
518 struct archive *a; DEFINE_TEST() local
543 struct archive *a; DEFINE_TEST() local
580 struct archive *a; DEFINE_TEST() local
618 struct archive *a; DEFINE_TEST() local
643 struct archive *a; DEFINE_TEST() local
668 struct archive *a; DEFINE_TEST() local
705 struct archive *a; DEFINE_TEST() local
742 struct archive *a; DEFINE_TEST() local
768 struct archive *a; DEFINE_TEST() local
794 struct archive *a; DEFINE_TEST() local
832 struct archive *a; DEFINE_TEST() local
870 struct archive *a; DEFINE_TEST() local
907 struct archive *a; DEFINE_TEST() local
944 struct archive *a; DEFINE_TEST() local
966 struct archive *a; DEFINE_TEST() local
992 struct archive *a; DEFINE_TEST() local
1013 struct archive *a; DEFINE_TEST() local
1052 struct archive *a; DEFINE_TEST() local
1077 struct archive *a; DEFINE_TEST() local
1103 struct archive *a; DEFINE_TEST() local
1135 struct archive *a; DEFINE_TEST() local
[all...]
H A Dtest_read_format_zip_filename.c33 struct archive *a; DEFINE_TEST() local
93 struct archive *a; DEFINE_TEST() local
171 struct archive *a; DEFINE_TEST() local
246 struct archive *a; DEFINE_TEST() local
340 struct archive *a; DEFINE_TEST() local
397 struct archive *a; DEFINE_TEST() local
453 struct archive *a; DEFINE_TEST() local
510 struct archive *a; DEFINE_TEST() local
566 struct archive *a; DEFINE_TEST() local
628 struct archive *a; DEFINE_TEST() local
693 struct archive *a; DEFINE_TEST() local
745 struct archive *a; DEFINE_TEST() local
804 struct archive *a; DEFINE_TEST() local
881 struct archive *a; DEFINE_TEST() local
944 struct archive *a; DEFINE_TEST() local
994 struct archive *a; DEFINE_TEST() local
1051 struct archive *a; DEFINE_TEST() local
1125 struct archive *a; DEFINE_TEST() local
[all...]
H A Dtest_read_format_cpio_filename.c33 struct archive *a; DEFINE_TEST() local
88 struct archive *a; DEFINE_TEST() local
141 struct archive *a; DEFINE_TEST() local
188 struct archive *a; DEFINE_TEST() local
241 struct archive *a; DEFINE_TEST() local
293 struct archive *a; DEFINE_TEST() local
346 struct archive *a; DEFINE_TEST() local
398 struct archive *a; DEFINE_TEST() local
451 struct archive *a; DEFINE_TEST() local
504 struct archive *a; DEFINE_TEST() local
550 struct archive *a; DEFINE_TEST() local
601 struct archive *a; DEFINE_TEST() local
653 struct archive *a; DEFINE_TEST() local
712 struct archive *a; DEFINE_TEST() local
758 struct archive *a; DEFINE_TEST() local
811 struct archive *a; DEFINE_TEST() local
[all...]
H A Dtest_archive_read_add_passphrase.c61 struct archive_read *ar = (struct archive_read *)a; in DEFINE_TEST() local
37 struct archive* a = archive_read_new(); test() local
75 struct archive* a = archive_read_new(); DEFINE_TEST() local
92 struct archive* a = archive_read_new(); DEFINE_TEST() local
111 callback1(struct archive * a,void * _client_data) callback1() argument
120 struct archive* a = archive_read_new(); DEFINE_TEST() local
149 callback2(struct archive * a,void * _client_data) callback2() argument
164 struct archive* a = archive_read_new(); DEFINE_TEST() local
183 struct archive* a = archive_read_new(); DEFINE_TEST() local
205 struct archive* a = archive_read_new(); DEFINE_TEST() local
230 struct archive* a = archive_read_new(); DEFINE_TEST() local
[all...]
/freebsd/sys/contrib/dev/acpica/include/
H A Dacmacros.h314 #define ACPI_DIV_2(a) _ACPI_DIV(a, 1) argument
315 #define ACPI_MUL_2(a) _ACPI_MUL(a, 1) argument
316 #define ACPI_MOD_2(a) _ACPI_MOD(a, 2) argument
318 #define ACPI_DIV_4(a) _ACPI_DIV(a, 2) argument
319 #define ACPI_MUL_4(a) _ACPI_MUL(a, 2) argument
320 #define ACPI_MOD_4(a) _ACPI_MOD(a, 4) argument
322 #define ACPI_DIV_8(a) _ACPI_DIV(a, 3) argument
323 #define ACPI_MUL_8(a) _ACPI_MUL(a, 3) argument
324 #define ACPI_MOD_8(a) _ACPI_MOD(a, 8) argument
326 #define ACPI_DIV_16(a) _ACPI_DIV(a, 4) argument
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h160 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
167 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
174 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument
183 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument
198 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument
206 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument
216 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument
236 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument
238 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument
240 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dipv6.h64 #define IN6_IS_ADDR_UNSPECIFIED(a) (\ argument
76 #define IN6_IS_ADDR_LOOPBACK(a) (\ argument
87 #define IN6_IS_ADDR_V4COMPAT(a) (\ argument
98 #define IN6_IS_ADDR_V4MAPPED(a) (\ argument
106 #define IN6_IS_ADDR_MULTICAST(a) \ argument
113 #define IN6_IS_ADDR_LINKLOCAL(a) (\ argument
119 #define IN6_IS_ADDR_SITELOCAL(a) (\ argument
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_local.h182 # define bn_pollute(a) \ argument
198 # define bn_pollute(a) argument
200 # define bn_check_top(a) \ argument
212 # define bn_fix_top(a) bn_check_top(a) argument
227 # define bn_pollute(a) argument
228 # define bn_check_top(a) argument
229 # define bn_fix_top(a) bn_correct_top(a) argument
386 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) argument
387 # define BN_UMULT_LOHI(low,high,a,b) ({ \ argument
393 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) argument
[all …]
/freebsd/sys/dev/cfe/
H A Dcfe_api.h132 # define cfe_strlen(a) __cfe_strlen(a) argument
151 #define cfe_close(a) __cfe_close(a) argument
152 #define cfe_cpu_start(a,b,c,d,e) __cfe_cpu_start(a,b,c,d,e) argument
153 #define cfe_cpu_stop(a) __cfe_cpu_stop(a) argument
154 #define cfe_enumenv(a,b,d,e,f) __cfe_enumenv(a,b,d,e,f) argument
155 #define cfe_enumdev(a,b,c) __cfe_enumdev(a,b,c) argument
156 #define cfe_enummem(a,b,c,d,e) __cfe_enummem(a,b,c,d,e) argument
157 #define cfe_exit(a,b) __cfe_exit(a,b) argument
158 #define cfe_flushcache(a) __cfe_cacheflush(a) argument
159 #define cfe_getdevinfo(a) __cfe_getdevinfo(a) argument
[all …]

12345678910>>...114