Home
last modified time | relevance | path

Searched defs:a (Results 151 – 175 of 3394) sorted by relevance

12345678910>>...136

/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Duu_string.c37 uu_streq(const char *a, const char *b) in uu_streq()
44 uu_strcaseeq(const char *a, const char *b) in uu_strcaseeq()
51 uu_strbw(const char *a, const char *b) in uu_strbw()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c84 struct archive *a; in test_basic() local
577 struct archive *a; in test_symlink_hybrid() local
734 struct archive *a; in test_symlink_logical() local
964 struct archive *a; in test_symlink_logical_loop() local
1043 struct archive *a; in test_restore_atime() local
1308 metadata_filter(struct archive *a, void *data, struct archive_entry *ae) in metadata_filter()
1334 struct archive *a; in test_callbacks() local
1466 struct archive *a; in test_nodump() local
1602 struct archive *a; in test_parent() local
H A Dtest_archive_read_support.c38 static int format_code_enabler(struct archive *a) in format_code_enabler()
43 static int format_code_setter(struct archive *a) in format_code_setter()
51 struct archive *a = new_(); in test_success() local
67 struct archive *a = new_(); in test_failure() local
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h18 # define FIELD_LITERAL(a, b, c, d, e, f, g, h) \ argument
23 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW()
31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW()
39 void gf_bias(gf a, int amt) in gf_bias()
48 void gf_weak_reduce(gf a) in gf_weak_reduce()
/freebsd/lib/libc/stdlib/
H A Dqsort.c49 #define MIN(a, b) ((a) < (b) ? a : b) argument
56 swapfunc(char *a, char *b, size_t es) in swapfunc()
67 #define vecswap(a, b, n) \ argument
81 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
104 local_qsort(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk) in local_qsort()
221 __qsort_r_compat(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in __qsort_r_compat()
227 qsort_s(void *a, rsize_t n, rsize_t es, cmp_t *cmp, void *thunk) in qsort_s()
257 qsort(void *a, size_t n, size_t es, cmp_t *cmp) in qsort()
/freebsd/crypto/openssl/crypto/des/
H A Dqud_cksm.c25 #define Q_B0(a) (((DES_LONG)(a))) argument
26 #define Q_B1(a) (((DES_LONG)(a))<<8) argument
27 #define Q_B2(a) (((DES_LONG)(a))<<16) argument
28 #define Q_B3(a) (((DES_LONG)(a))<<24) argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_open_fd.c61 archive_write_open_fd(struct archive *a, int fd) in archive_write_open_fd()
79 file_open(struct archive *a, void *client_data) in file_open()
117 file_write(struct archive *a, void *client_data, const void *buff, size_t length) in file_write()
136 file_free(struct archive *a, void *client_data) in file_free()
H A Darchive_write_set_format_ar.c88 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_format_ar_bsd() local
104 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_format_ar_svr4() local
121 archive_write_set_format_ar(struct archive_write *a) in archive_write_set_format_ar()
146 archive_write_ar_header(struct archive_write *a, struct archive_entry *entry) in archive_write_ar_header()
366 archive_write_ar_data(struct archive_write *a, const void *buff, size_t s) in archive_write_ar_data()
402 archive_write_ar_free(struct archive_write *a) in archive_write_ar_free()
422 archive_write_ar_close(struct archive_write *a) in archive_write_ar_close()
442 archive_write_ar_finish_entry(struct archive_write *a) in archive_write_ar_finish_entry()
H A Darchive_write_set_format_cpio_newc.c109 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_format_cpio_newc() local
138 archive_write_newc_options(struct archive_write *a, const char *key, in archive_write_newc_options()
167 get_sconv(struct archive_write *a) in get_sconv()
187 archive_write_newc_header(struct archive_write *a, struct archive_entry *entry) in archive_write_newc_header()
217 write_header(struct archive_write *a, struct archive_entry *entry) in write_header()
374 archive_write_newc_data(struct archive_write *a, const void *buff, size_t s) in archive_write_newc_data()
422 archive_write_newc_close(struct archive_write *a) in archive_write_newc_close()
438 archive_write_newc_free(struct archive_write *a) in archive_write_newc_free()
449 archive_write_newc_finish_entry(struct archive_write *a) in archive_write_newc_finish_entry()
H A Darchive_write_set_format_shar.c106 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_format_shar() local
144 struct archive_write *a = (struct archive_write *)_a; in archive_write_set_format_shar_dump() local
157 archive_write_shar_header(struct archive_write *a, struct archive_entry *entry) in archive_write_shar_header()
328 archive_write_shar_data_sed(struct archive_write *a, const void *buff, size_t n) in archive_write_shar_data_sed()
410 _uuencode_line(struct archive_write *a, struct shar *shar, const char *inbuf, size_t len) in _uuencode_line()
459 archive_write_shar_data_uuencode(struct archive_write *a, const void *buff, in archive_write_shar_data_uuencode()
509 archive_write_shar_finish_entry(struct archive_write *a) in archive_write_shar_finish_entry()
587 archive_write_shar_close(struct archive_write *a) in archive_write_shar_close()
625 archive_write_shar_free(struct archive_write *a) in archive_write_shar_free()
/freebsd/crypto/heimdal/lib/krb5/
H A Daddr_families.c116 krb5_address *a) in ipv4_h_addr2addr()
178 struct in_addr a; in ipv4_parse_addr() local
309 krb5_address *a) in ipv6_h_addr2addr()
470 struct arange *a; in arange_parse_addr() local
563 struct arange *a; in arange_free() local
602 struct arange *a; in arange_print_addr() local
644 struct arange *a; in arange_order_addr() local
817 struct addr_operations *a; in find_af() local
828 struct addr_operations *a; in find_atype() local
952 struct addr_operations *a; in krb5_max_sockaddr_size() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixunsdfdi.c16 COMPILER_RT_ABI du_int __fixunsdfdi(double a) { in __fixunsdfdi()
32 COMPILER_RT_ABI du_int __fixunsdfdi(fp_t a) { return __fixuint(a); } in __fixunsdfdi()
38 AEABI_RTABI du_int __aeabi_d2ulz(fp_t a) { return __fixunsdfdi(a); } in __aeabi_d2ulz()
H A Dfixunssfdi.c16 COMPILER_RT_ABI du_int __fixunssfdi(float a) { in __fixunssfdi()
33 COMPILER_RT_ABI du_int __fixunssfdi(fp_t a) { return __fixuint(a); } in __fixunssfdi()
39 AEABI_RTABI du_int __aeabi_f2ulz(fp_t a) { return __fixunssfdi(a); } in __aeabi_f2ulz()
/freebsd/sys/compat/linuxkpi/common/include/asm-generic/
H A Dio.h34 #define outb(a,b) outb(b,a) argument
35 #define outw(a,b) outw(b,a) argument
36 #define outl(a,b) outl(b,a) argument
/freebsd/sys/dev/syscons/plasma/
H A Dfp16.h41 fp16_add(fp16_t a, fp16_t b) in fp16_add()
49 fp16_sub(fp16_t a, fp16_t b) in fp16_sub()
57 fp16_mul(fp16_t a, fp16_t b) in fp16_mul()
65 fp16_div(fp16_t a, fp16_t b) in fp16_div()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_shift.c14 int BN_lshift1(BIGNUM *r, const BIGNUM *a) in BN_lshift1()
45 int BN_rshift1(BIGNUM *r, const BIGNUM *a) in BN_rshift1()
81 int BN_lshift(BIGNUM *r, const BIGNUM *a, int n) in BN_lshift()
104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top()
150 int BN_rshift(BIGNUM *r, const BIGNUM *a, int n) in BN_rshift()
173 int bn_rshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_rshift_fixed_top()
H A Dbn_gf2m.c252 int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_GF2m_add()
292 int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]) in BN_GF2m_mod_arr()
390 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p) in BN_GF2m_mod()
410 int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul_arr()
465 int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_mul()
494 int BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[], in BN_GF2m_mod_sqr_arr()
561 static int BN_GF2m_mod_inv_vartime(BIGNUM *r, const BIGNUM *a, in BN_GF2m_mod_inv_vartime()
912 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp()
1012 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
1147 int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max) in BN_GF2m_poly2arr()
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_union_cast.c4 int a; member
9 struct bar *a; member
15 struct bar *a; in foo() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c38 baz(int a) in baz()
50 bar(int a) in bar()
56 foo(int a, int b) in foo()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h43 #define is_non_negative(a) ((a) > 0 || (a) == 0) argument
44 #define is_negative(a) (!(is_non_negative(a))) argument
68 #define check_add_overflow(a, b, d) \ argument
83 #define check_sub_overflow(a, b, d) \ argument
98 #define check_mul_overflow(a, b, d) \ argument
121 #define check_shl_overflow(a, s, d) __must_check_overflow(({ \ argument
250 #define array_size(a, b) size_mul(a, b) argument
263 #define array3_size(a, b, c) size_mul(size_mul(a, b), c) argument
/freebsd/lib/libmd/
H A Dsha_locl.h168 #define ROTATE(a,n) _lrotl(a,n) argument
176 #define Endian_Reverse32(a) \ argument
183 #define Endian_Reverse32(a) \ argument
205 #define Xupdate(a,i,ia,ib,ic,id) X[(i)&0x0f]=(a)=\ argument
210 #define Xupdate(a,i,ia,ib,ic,id) (a)=\ argument
215 #define BODY_00_15(i,a,b,c,d,e,f,xa) \ argument
219 #define BODY_16_19(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
224 #define BODY_20_31(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
229 #define BODY_32_39(i,a,b,c,d,e,f,xa) \ argument
234 #define BODY_40_59(i,a,b,c,d,e,f,xa) \ argument
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c19 int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b) in X509_issuer_and_serial_cmp()
37 unsigned long X509_issuer_and_serial_hash(X509 *a) in X509_issuer_and_serial_hash()
75 int X509_issuer_name_cmp(const X509 *a, const X509 *b) in X509_issuer_name_cmp()
80 int X509_subject_name_cmp(const X509 *a, const X509 *b) in X509_subject_name_cmp()
85 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) in X509_CRL_cmp()
90 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match()
103 X509_NAME *X509_get_issuer_name(const X509 *a) in X509_get_issuer_name()
120 X509_NAME *X509_get_subject_name(const X509 *a) in X509_get_subject_name()
125 ASN1_INTEGER *X509_get_serialNumber(X509 *a) in X509_get_serialNumber()
130 const ASN1_INTEGER *X509_get0_serialNumber(const X509 *a) in X509_get0_serialNumber()
[all …]
/freebsd/sys/i386/linux/
H A Dlinux_machdep.c113 struct linux_semget_args a; in linux_ipc() local
121 struct linux_semctl_args a; in linux_ipc() local
142 struct linux_msgsnd_args a; in linux_ipc() local
151 struct linux_msgrcv_args a; in linux_ipc() local
174 struct linux_msgget_args a; in linux_ipc() local
181 struct linux_msgctl_args a; in linux_ipc() local
189 struct linux_shmat_args a; in linux_ipc() local
205 struct linux_shmdt_args a; in linux_ipc() local
211 struct linux_shmget_args a; in linux_ipc() local
258 int a[2]; in linux_set_cloned_tls() local
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h42 #define __rte_jhash_mix(a, b, c) do { \ argument
51 #define __rte_jhash_final(a, b, c) do { \ argument
78 uint32_t a, b, c; in __rte_jhash_2hashes() local
307 __rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in __rte_jhash_3words()
334 rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in rte_jhash_3words()
353 rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval) in rte_jhash_2words()
370 rte_jhash_1word(uint32_t a, uint32_t initval) in rte_jhash_1word()
/freebsd/sys/sys/
H A Dsmr.h47 #define SMR_SEQ_LT(a, b) ((smr_delta_t)((a)-(b)) < 0) argument
48 #define SMR_SEQ_LEQ(a, b) ((smr_delta_t)((a)-(b)) <= 0) argument
49 #define SMR_SEQ_GT(a, b) ((smr_delta_t)((a)-(b)) > 0) argument
50 #define SMR_SEQ_GEQ(a, b) ((smr_delta_t)((a)-(b)) >= 0) argument
51 #define SMR_SEQ_DELTA(a, b) ((smr_delta_t)((a)-(b))) argument
52 #define SMR_SEQ_MIN(a, b) (SMR_SEQ_LT((a), (b)) ? (a) : (b)) argument
53 #define SMR_SEQ_MAX(a, b) (SMR_SEQ_GT((a), (b)) ? (a) : (b)) argument

12345678910>>...136