Home
last modified time | relevance | path

Searched defs:a (Results 176 – 200 of 3394) sorted by relevance

12345678910>>...136

/freebsd/crypto/heimdal/lib/roken/
H A Dqsort.c68 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument
72 swapfunc(a, b, n, swaptype) in swapfunc() argument
82 #define swap(a, b) \ argument
90 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
99 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
112 rk_qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in rk_qsort_r()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h189 # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) argument
197 # define BN_one(a) (BN_set_word((a),1)) argument
202 # define BN_zero(a) BN_zero_ex(a) argument
204 # define BN_zero(a) (BN_set_word((a),0)) argument
473 # define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b) argument
497 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) argument
/freebsd/crypto/openssl/crypto/asn1/
H A Da_bitstr.c21 int ossl_i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp) in ossl_i2c_ASN1_BIT_STRING()
79 ASN1_BIT_STRING *ossl_c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, in ossl_c2i_ASN1_BIT_STRING()
146 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value) in ASN1_BIT_STRING_set_bit()
184 int ASN1_BIT_STRING_get_bit(const ASN1_BIT_STRING *a, int n) in ASN1_BIT_STRING_get_bit()
204 int ASN1_BIT_STRING_check(const ASN1_BIT_STRING *a, in ASN1_BIT_STRING_check()
H A Da_type.c16 int ASN1_TYPE_get(const ASN1_TYPE *a) in ASN1_TYPE_get()
26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) in ASN1_TYPE_set()
41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) in ASN1_TYPE_set1()
63 int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b) in ASN1_TYPE_cmp()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c51 __archive_read_get_extract(struct archive_read *a) in __archive_read_get_extract()
68 archive_read_extract_cleanup(struct archive_read *a) in archive_read_extract_cleanup()
84 struct archive_read *a = (struct archive_read *)_a; in archive_read_extract2() local
116 struct archive_read *a = (struct archive_read *)_a; in archive_read_extract_set_progress_callback() local
H A Darchive_read_disk_posix.c387 struct archive_read_disk *a = (struct archive_read_disk *)_a; in archive_read_disk_gname() local
399 struct archive_read_disk *a = (struct archive_read_disk *)_a; in archive_read_disk_uname() local
414 struct archive_read_disk *a = (struct archive_read_disk *)_a; in archive_read_disk_set_gname_lookup() local
452 struct archive_read_disk *a; in archive_read_disk_new() local
623 setup_suitable_read_buffer(struct archive_read_disk *a) in setup_suitable_read_buffer()
845 next_entry(struct archive_read_disk *a, struct tree *t, in next_entry()
1559 setup_current_filesystem(struct archive_read_disk *a) in setup_current_filesystem()
1687 setup_current_filesystem(struct archive_read_disk *a) in setup_current_filesystem()
1756 setup_current_filesystem(struct archive_read_disk *a) in setup_current_filesystem()
1888 setup_current_filesystem(struct archive_read_disk *a) in setup_current_filesystem()
[all …]
H A Darchive_read_open_fd.c65 archive_read_open_fd(struct archive *a, int fd, size_t block_size) in archive_read_open_fd()
112 file_read(struct archive *a, void *client_data, const void **buff) in file_read()
131 file_skip(struct archive *a, void *client_data, int64_t request) in file_skip()
178 file_seek(struct archive *a, void *client_data, int64_t request, int whence) in file_seek()
202 file_close(struct archive *a, void *client_data) in file_close()
H A Darchive_read_support_format_rar5.c60 #define rar5_min(a, b) (((a) > (b)) ? (b) : (a)) argument
61 #define rar5_max(a, b) (((a) > (b)) ? (a) : (b)) argument
759 static int apply_filters(struct archive_read* a) { in apply_filters()
1110 static int bid_standard(struct archive_read* a) { in bid_standard()
1125 static int bid_sfx(struct archive_read *a) in bid_sfx()
1194 static void init_header(struct archive_read* a) { in init_header()
2356 static int try_skip_sfx(struct archive_read *a) in try_skip_sfx()
2412 static int rar5_read_header(struct archive_read *a, in rar5_read_header()
3460 static int process_block(struct archive_read* a) { in process_block()
3854 static int do_unstore_file(struct archive_read* a, in do_unstore_file()
[all …]
H A Darchive_write_open_memory.c51 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) in archive_write_open_memory()
68 memory_write_open(struct archive *a, void *client_data) in memory_write_open()
88 memory_write(struct archive *a, void *client_data, const void *buff, size_t length) in memory_write()
105 memory_write_free(struct archive *a, void *client_data) in memory_write_free()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_DECL_BFSIZE.ExceedBaseType.d39 char a : 10; member
43 short a : 33; member
47 long long a : 65; member
/freebsd/contrib/lua/src/
H A Dllimits.h318 #define luai_numdiv(L,a,b) ((a)/(b)) argument
333 #define luai_nummod(L,a,b,m) \ argument
340 #define luai_numpow(L,a,b) \ argument
346 #define luai_numadd(L,a,b) ((a)+(b)) argument
347 #define luai_numsub(L,a,b) ((a)-(b)) argument
348 #define luai_nummul(L,a,b) ((a)*(b)) argument
349 #define luai_numunm(L,a) (-(a)) argument
350 #define luai_numeq(a,b) ((a)==(b)) argument
351 #define luai_numlt(a,b) ((a)<(b)) argument
352 #define luai_numle(a,b) ((a)<=(b)) argument
[all …]
/freebsd/contrib/tcsh/
H A Dtc.os.h53 # define nice(a) setprio((getpid()),a) argument
241 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) argument
244 # define S_ISCHR(a) (((a) & S_IFMT) == S_IFCHR) argument
247 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK) argument
250 # define S_ISREG(a) (((a) & S_IFMT) == S_IFREG) argument
253 # define S_ISFIFO(a) (((a) & S_IFMT) == S_IFIFO) argument
256 # define S_ISNAM(a) (((a) & S_IFMT) == S_IFNAM) argument
259 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) argument
262 # define S_ISSOCK(a) (((a) & S_IFMT) == S_IFSOCK) argument
571 # define memmove(a, b, c) (bcopy((char *) (b), (char *) (a), (int) (c)), a) argument
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mul.c28 const BN_ULONG *a, const BN_ULONG *b, in bn_sub_part_words()
175 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive()
322 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n, in bn_mul_part_recursive()
477 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive()
497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul()
507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top()
622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal()
664 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_mul_low_normal()
/freebsd/lib/libmd/i386/
H A Drmd160.S9 #define TYPE(a,b) .type a,b argument
10 #define SIZE(a,b) .size a,b argument
27 #define SIZE(a,b) argument
28 #define TYPE(a,b) argument
H A Dsha.S10 #define TYPE(a,b) .type a,b argument
11 #define SIZE(a,b) .size a,b argument
28 #define SIZE(a,b) argument
29 #define TYPE(a,b) argument
/freebsd/crypto/openssl/crypto/ec/
H A Decp_mont.c143 const BIGNUM *a, const BIGNUM *b, in ossl_ec_GFp_mont_group_set_curve()
196 int ossl_ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_mul()
207 int ossl_ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_sqr()
223 int ossl_ec_GFp_mont_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, in ossl_ec_GFp_mont_field_inv()
268 const BIGNUM *a, BN_CTX *ctx) in ossl_ec_GFp_mont_field_encode()
279 const BIGNUM *a, BN_CTX *ctx) in ossl_ec_GFp_mont_field_decode()
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dendian.h57 #define bswap64(a) __builtin_bswap64(a) argument
60 #define bswap32(a) __builtin_bswap32(a) argument
63 #define bswap16(a) __builtin_bswap16(a) argument
66 #define __bswap_64(a) __builtin_bswap64(a) argument
69 #define __bswap_32(a) __builtin_bswap32(a) argument
72 #define __bswap_16(a) __builtin_bswap16(a) argument
/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c129 struct linux_semget_args a; in linux_ipc() local
137 struct linux_semctl_args a; in linux_ipc() local
149 struct linux_semtimedop_args a; in linux_ipc() local
158 struct linux_msgsnd_args a; in linux_ipc() local
167 struct linux_msgrcv_args a; in linux_ipc() local
190 struct linux_msgget_args a; in linux_ipc() local
197 struct linux_msgctl_args a; in linux_ipc() local
205 struct linux_shmat_args a; in linux_ipc() local
221 struct linux_shmdt_args a; in linux_ipc() local
227 struct linux_shmget_args a; in linux_ipc() local
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_filter_compress.c30 struct archive *a; in DEFINE_TEST() local
46 struct archive *a; in DEFINE_TEST() local
70 struct archive *a; in DEFINE_TEST() local
H A Dtest_open_failure.c41 my_read(struct archive *a, void *_private, const void **buff) in my_read()
52 my_write(struct archive *a, void *_private, const void *buff, size_t s) in my_write()
64 my_open(struct archive *a, void *_private) in my_open()
74 my_close(struct archive *a, void *_private) in my_close()
86 struct archive *a; in DEFINE_TEST() local
/freebsd/crypto/openssh/
H A Dsftp-common.c55 attrib_clear(Attrib *a) in attrib_clear()
68 stat_to_attrib(const struct stat *st, Attrib *a) in stat_to_attrib()
86 attrib_to_stat(const Attrib *a, struct stat *st) in attrib_to_stat()
106 decode_attrib(struct sshbuf *b, Attrib *a) in decode_attrib()
157 encode_attrib(struct sshbuf *b, const Attrib *a) in encode_attrib()
/freebsd/tools/tools/shlib-compat/test/libtest2/
H A Dtest.c35 func1(uint64_t a, uint64_t b) in func1()
41 compat_func1(int a, int b) in compat_func1()
48 func2(int64_t a, uint64_t b) in func2()
64 func5(int a, void *b, struct s2 *s) in func5()
70 func6(char a, struct s3 *s) in func6()
/freebsd/contrib/netbsd-tests/include/sys/
H A Dt_cdefs.c75 #define CHECK(a, b) ATF_REQUIRE(__type_min(a) == s[b].min); \ in ATF_TC_BODY() argument
94 #define CHECK(a, b) ATF_REQUIRE(__type_min(a) == u[b].min); \ in ATF_TC_BODY() argument
113 #define CHECK(a) ATF_REQUIRE(__type_is_signed(a) == 1) in ATF_TC_BODY() argument
131 #define CHECK(a) ATF_REQUIRE(__type_is_signed(a) == 0) in ATF_TC_BODY() argument
149 #define CHECK(a, b) ATF_REQUIRE(__type_mask(a) == b) in ATF_TC_BODY() argument
166 #define CHECK(a, b) ATF_REQUIRE(__type_mask(a) == b) in ATF_TC_BODY() argument
183 #define CHECK(a, b, c) ATF_REQUIRE(__type_fit(a, b) == c) in ATF_TC_BODY() argument
223 #define CHECK(a, b, c) ATF_REQUIRE(__type_fit(a, b) == c) in ATF_TC_BODY() argument
/freebsd/sys/net/altq/
H A Daltq_codel.c68 #define codel_time_after(a, b) ((int64_t)(a) - (int64_t)(b) > 0) argument
69 #define codel_time_after_eq(a, b) ((int64_t)(a) - (int64_t)(b) >= 0) argument
70 #define codel_time_before(a, b) ((int64_t)(a) - (int64_t)(b) < 0) argument
71 #define codel_time_before_eq(a, b) ((int64_t)(a) - (int64_t)(b) <= 0) argument
79 codel_pfattach(struct pf_altq *a) in codel_pfattach()
91 codel_add_altq(struct ifnet *ifp, struct pf_altq *a) in codel_add_altq()
141 codel_remove_altq(struct pf_altq *a) in codel_remove_altq()
157 codel_getqstats(struct pf_altq *a, void *ubuf, int *nbytes, int version) in codel_getqstats()
/freebsd/sys/sys/
H A Dcounter.h43 #define COUNTER_ARRAY_ALLOC(a, n, wait) do { \ argument
48 #define COUNTER_ARRAY_FREE(a, n) do { \ argument
53 #define COUNTER_ARRAY_COPY(a, dstp, n) do { \ argument
58 #define COUNTER_ARRAY_ZERO(a, n) do { \ argument

12345678910>>...136