Home
last modified time | relevance | path

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

12345678910>>...121

/freebsd/sys/powerpc/include/
H A Dpio.h93 __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()
153 #define out8(a,v) outb(a,v) argument
161 #define in8(a) inb(a) argument
163 #define in16(a) inw(a) argument
165 #define in32(a) inl(a) argument
167 #define in64(a) inll(a) argument
174 #define in8rb(a) inb(a) argument
176 #define in16rb(a) inwrb(a) argument
[all …]
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c34 TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a) in TS_RESP_get_status_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()
84 ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id()
168 TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a) in TS_TST_INFO_get_accuracy()
246 int TS_TST_INFO_get_ordering(const TS_TST_INFO *a) in TS_TST_INFO_get_ordering()
288 GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a) in TS_TST_INFO_get_tsa()
298 void TS_TST_INFO_ext_free(TS_TST_INFO *a) in TS_TST_INFO_ext_free()
[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()
43 TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a) in TS_REQ_get_msg_imprint()
64 X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_algo()
95 ASN1_OBJECT *TS_REQ_get_policy_id(TS_REQ *a) in TS_REQ_get_policy_id()
116 const ASN1_INTEGER *TS_REQ_get_nonce(const TS_REQ *a) in TS_REQ_get_nonce()
121 int TS_REQ_set_cert_req(TS_REQ *a, int cert_req) in TS_REQ_set_cert_req()
127 int TS_REQ_get_cert_req(const TS_REQ *a) in TS_REQ_get_cert_req()
137 void TS_REQ_ext_free(TS_REQ *a) in TS_REQ_ext_free()
145 int TS_REQ_get_ext_count(TS_REQ *a) in TS_REQ_get_ext_count()
[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()
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()
192 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a) in d2i_TS_RESP_fp()
[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
494 # define TEST_ptr(a) test_ptr(__FILE__, __LINE__, #a, a) argument
495 # define TEST_ptr_null(a) test_ptr_null(__FILE__, __LINE__, #a, a) argument
516 # define TEST_BN_eq_zero(a) test_BN_eq_zero(__FILE__, __LINE__, #a, a) argument
517 # define TEST_BN_ne_zero(a) test_BN_ne_zero(__FILE__, __LINE__, #a, a) argument
518 # define TEST_BN_lt_zero(a) test_BN_lt_zero(__FILE__, __LINE__, #a, a) argument
519 # define TEST_BN_gt_zero(a) test_BN_gt_zero(__FILE__, __LINE__, #a, a) argument
522 # define TEST_BN_eq_one(a) test_BN_eq_one(__FILE__, __LINE__, #a, a) argument
525 # define TEST_BN_odd(a) test_BN_odd(__FILE__, __LINE__, #a, a) 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()
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
237 static int test_eq_int(int a, int b) in test_eq_int()
255 unsigned int a = test_values[i]; in test_binops() local
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h106 static ossl_inline uint32_t constant_time_msb_32(uint32_t a) in constant_time_msb_32()
111 static ossl_inline uint64_t constant_time_msb_64(uint64_t a) in constant_time_msb_64()
116 static ossl_inline size_t constant_time_msb_s(size_t a) in constant_time_msb_s()
121 static ossl_inline unsigned int constant_time_lt(unsigned int a, in constant_time_lt()
127 static ossl_inline size_t constant_time_lt_s(size_t a, size_t b) in constant_time_lt_s()
170 static ossl_inline size_t constant_time_is_zero_s(size_t a) in constant_time_is_zero_s()
229 static ossl_inline unsigned int value_barrier(unsigned int a) in value_barrier()
241 static ossl_inline uint32_t value_barrier_32(uint32_t a) in value_barrier_32()
253 static ossl_inline uint64_t value_barrier_64(uint64_t a) in value_barrier_64()
265 static ossl_inline size_t value_barrier_s(size_t a) in value_barrier_s()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_virtual.c33 archive_filter_code(struct archive *a, int n) in archive_filter_code()
39 archive_filter_count(struct archive *a) in archive_filter_count()
57 archive_free(struct archive *a) in archive_free()
65 archive_write_close(struct archive *a) in archive_write_close()
71 archive_read_close(struct archive *a) in archive_read_close()
77 archive_write_fail(struct archive *a) in archive_write_fail()
84 archive_write_free(struct archive *a) in archive_write_free()
92 archive_write_finish(struct archive *a) in archive_write_finish()
99 archive_read_free(struct archive *a) in archive_read_free()
107 archive_read_finish(struct archive *a) in archive_read_finish()
[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
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
58 #define TI_BIT3(a) TIDEBUG_MSG(gTiDebugMask,0x00000004, 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()
160 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
[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
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
51 #define WIN_GEQ(a,b) (ntohs(a) >= ntohs(b)) argument
57 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) 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
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
32 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) 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
117 #define utarray_len(a) ((a)->i) argument
119 #define utarray_eltptr(a,j) (((j) < (a)->i) ? _utarray_eltptr(a,j) : NULL) argument
120 #define _utarray_eltptr(a,j) ((char*)((a)->d + ((a)->icd.sz*(j) ))) argument
215 #define utarray_find(a,v,cmp) bsearch((v),(a)->d,(a)->i,(a)->icd.sz,cmp) argument
217 #define utarray_front(a) (((a)->i) ? (_utarray_eltptr(a,0)) : 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.c182 struct archive *a; in test_basic() local
252 struct archive *a; in test_info_zip_ux() local
318 struct archive *a; in test_extract_length_at_end() local
345 struct archive *a; in test_symlink() local
388 struct archive *a; in DEFINE_TEST() local
408 struct archive *a; in DEFINE_TEST() local
428 struct archive *a; in DEFINE_TEST() local
460 struct archive *a; in DEFINE_TEST() local
492 struct archive *a; in DEFINE_TEST() local
517 struct archive *a; in DEFINE_TEST() local
[all …]
H A Dtest_read_format_zip_filename.c32 struct archive *a; in DEFINE_TEST() local
92 struct archive *a; in DEFINE_TEST() local
170 struct archive *a; in DEFINE_TEST() local
245 struct archive *a; in DEFINE_TEST() local
339 struct archive *a; in DEFINE_TEST() local
396 struct archive *a; in DEFINE_TEST() local
452 struct archive *a; in DEFINE_TEST() local
509 struct archive *a; in DEFINE_TEST() local
565 struct archive *a; in DEFINE_TEST() local
627 struct archive *a; in DEFINE_TEST() local
[all …]
H A Dtest_archive_read_add_passphrase.c36 struct archive* a = archive_read_new(); in test() local
60 struct archive* a = archive_read_new(); in DEFINE_TEST() local
74 struct archive* a = archive_read_new(); in DEFINE_TEST() local
91 struct archive* a = archive_read_new(); in DEFINE_TEST() local
110 callback1(struct archive *a, void *_client_data) in callback1()
119 struct archive* a = archive_read_new(); in DEFINE_TEST() local
148 callback2(struct archive *a, void *_client_data) in callback2()
163 struct archive* a = archive_read_new(); in DEFINE_TEST() local
182 struct archive* a = archive_read_new(); in DEFINE_TEST() local
204 struct archive* a = archive_read_new(); in DEFINE_TEST() local
[all …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h78 # define TWAIT_GENERIC(a,b,c) \ argument
98 # define TWAIT_GENERIC(a,b,c) \ argument
209 #define FORKEE_REQUIRE_FAILURE(a,b) \ argument
215 #define FORKEE_REQUIRE_FAILURE(a,b) \ argument
319 #define validate_status_exited(a,b) argument
320 #define forkee_status_exited(a,b) argument
322 #define forkee_status_continued(a,b) argument
325 #define validate_status_stopped(a,b) argument
326 #define forkee_status_stopped(a,b) argument
406 #define ATF_TP_ADD_TC_HAVE_PID(a,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()
185 static atomic_uint16_t *to_atomic(const volatile a16 *a) { in to_atomic()
190 static atomic_uint32_t *to_atomic(const volatile a32 *a) { in to_atomic()
194 static atomic_uint64_t *to_atomic(const volatile a64 *a) { in to_atomic()
212 static T NoTsanAtomicLoad(const volatile T *a, morder mo) { in NoTsanAtomicLoad()
450 volatile T *a, T c, T v, morder mo, morder fmo) { in AtomicCAS()
498 a8 __tsan_atomic8_load(const volatile a8 *a, morder mo) { in __tsan_atomic8_load()
503 a16 __tsan_atomic16_load(const volatile a16 *a, morder mo) { in __tsan_atomic16_load()
508 a32 __tsan_atomic32_load(const volatile a32 *a, morder mo) { in __tsan_atomic32_load()
933 ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_compare_exchange()
[all …]
/freebsd/sys/contrib/dev/acpica/include/
H A Dacmacros.h544 #define ARGI_LIST1(a) (ARG_1(a)) argument
632 #define ASL_CV_LABEL_FILENODE(a) argument
633 #define ASL_CV_CAPTURE_COMMENTS_ONLY(a) argument
634 #define ASL_CV_CAPTURE_COMMENTS(a) argument
635 #define ASL_CV_TRANSFER_COMMENTS(a) argument
638 #define ASL_CV_SWITCH_FILES(a,b) argument
639 #define ASL_CV_CLEAR_OP_COMMENTS(a) argument
640 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) argument
641 #define ASL_CV_PRINT_ONE_COMMENT_LIST(a,b) argument
642 #define ASL_CV_FILE_HAS_SWITCHED(a) 0 argument
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h160 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
317 #define INT_ADD_OVERFLOW(a, b) \ argument
319 #define INT_SUBTRACT_OVERFLOW(a, b) \ argument
324 # define INT_NEGATE_OVERFLOW(a) \ argument
327 #define INT_MULTIPLY_OVERFLOW(a, b) \ argument
329 #define INT_DIVIDE_OVERFLOW(a, b) \ argument
331 #define INT_REMAINDER_OVERFLOW(a, b) \ argument
333 #define INT_LEFT_SHIFT_OVERFLOW(a, b) \ argument
348 #define INT_ADD_WRAPV(a, b, r) \ argument
350 #define INT_SUBTRACT_WRAPV(a, b, r) \ 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/contrib/tcsh/
H A Dtc.decls.h165 # define tcgetpgrp(a) xtcgetpgrp(a) argument
167 # define tcsetpgrp(a, b) xtcsetpgrp((a), (b)) argument
181 # define memmove(a, b, c) xmemmove(a, b, c) argument
186 # define memset(a, b, c) xmemset(a, b, c) argument
193 # define getcwd(a, b) xgetcwd(a, b) argument
199 # define gethostname(a, b) xgethostname(a, b) argument
205 # define nice(a) xnice(a) argument
211 # define strerror(a) xstrerror(a) argument
226 #define __attribute__(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
227 # define bn_pollute(a) argument
228 # define bn_check_top(a) argument
462 # define bn_clear_top2max(a) \ argument
470 # define bn_clear_top2max(a) argument
480 # define mul_add(r,a,w,c) { \ argument
487 # define mul(r,a,w,c) { \ argument
494 # define sqr(r0,r1,a) { \ 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
153 #define cfe_cpu_stop(a) __cfe_cpu_stop(a) argument
157 #define cfe_exit(a,b) __cfe_exit(a,b) argument
161 #define cfe_getfwinfo(a) __cfe_getfwinfo(a) argument
163 #define cfe_init(a,b) __cfe_init(a,b) argument
164 #define cfe_inpstat(a) __cfe_inpstat(a) argument
166 #define cfe_open(a) __cfe_open(a) argument
167 #define cfe_read(a,b,c) __cfe_read(a,b,c) argument
169 #define cfe_setenv(a,b) __cfe_setenv(a,b) argument
[all …]

12345678910>>...121