Searched refs:a_ (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/
H A Dt_cdb.c53 cmp_keys(const void *a_, const void *b_) argument
55 uint32_t a = *(const uint32_t *)a_;
/freebsd-11.0-release/contrib/apr-util/hooks/
H A Dapr_hooks.c75 static int crude_order(const void *a_,const void *b_) argument
77 const TSortData *a=a_;
/freebsd-11.0-release/crypto/openssl/crypto/objects/
H A Dobjects.h1041 * const void *a_;
1042 * const nid_triple const *a = a_;
1046 * const int const * const *a = a_;
1063 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
1065 type1 const *a = a_; \
1077 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \
1079 type1 const *a = a_; \
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c1116 int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[], argument
1122 bn_check_top(a_);
1137 if (!BN_GF2m_mod_arr(a, a_, p))
H A Dbntest.c99 int test_lshift(BIO *bp, BN_CTX *ctx, BIGNUM *a_);
1986 int test_lshift(BIO *bp, BN_CTX *ctx, BIGNUM *a_) argument
1996 if (a_)
1997 a = a_;
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_asid.c167 static int ASIdOrRange_cmp(const ASIdOrRange *const *a_,
170 const ASIdOrRange *a = *a_, *b = *b_;
H A Dv3_addr.c716 static int IPAddressFamily_cmp(const IPAddressFamily *const *a_,
719 const ASN1_OCTET_STRING *a = (*a_)->addressFamily;

Completed in 117 milliseconds