Home
last modified time | relevance | path

Searched defs:az (Results 1 – 21 of 21) sorted by relevance

/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDatanf_common.h18 eval_poly (float z, float az, float shift) in eval_poly()
HDatan_common.h15 eval_poly (double z, double az, double shift) in eval_poly()
HDatanf_2u9.c44 float z, az, shift; in atanf() local
HDatan_2u5.c43 double z, az, shift; in atan() local
/freebsd-head/contrib/unbound/testcode/
HDunitzonemd.c67 struct auth_zones* az; in zonemd_generate_test() local
185 struct auth_zones* az; in zonemd_check_test() local
/freebsd-head/contrib/unbound/services/
HDrpz.c1699 rpz_resolve_client_action_and_zone(struct auth_zones* az, struct query_info* qinfo, in rpz_resolve_client_action_and_zone()
1923 struct auth_zone* az) in rpz_add_soa()
1961 struct query_info* qinfo, struct auth_zone* az) in rpz_synthesize_nodata()
1988 struct query_info* qinfo, struct auth_zone* az) in rpz_synthesize_nxdomain()
2019 struct query_info* qi, struct local_rrset* rrset, struct auth_zone* az) in rpz_synthesize_localdata_from_rrset()
2074 struct auth_zone* az) in rpz_synthesize_nsip_localdata()
2108 struct matched_delegation_point const* match, struct auth_zone* az) in rpz_synthesize_nsdname_localdata()
2141 struct query_info* qinfo, struct local_zone* z, struct auth_zone* az) in rpz_synthesize_qname_localdata_msg()
2281 struct auth_zone* az) in rpz_apply_nsip_trigger()
2351 struct matched_delegation_point const* match, struct auth_zone* az) in rpz_apply_nsdname_trigger()
[all …]
HDauthzone.c296 struct auth_zones* az = (struct auth_zones*)calloc(1, sizeof(*az)); in auth_zones_create() local
391 auth_zone_delete(struct auth_zone* z, struct auth_zones* az) in auth_zone_delete()
416 auth_zone_create(struct auth_zones* az, uint8_t* nm, size_t nmlen, in auth_zone_create()
449 auth_zone_find(struct auth_zones* az, uint8_t* nm, size_t nmlen, in auth_zone_find()
462 auth_xfer_find(struct auth_zones* az, uint8_t* nm, size_t nmlen, in auth_xfer_find()
476 auth_zone_find_less_equal(struct auth_zones* az, uint8_t* nm, size_t nmlen, in auth_zone_find_less_equal()
491 auth_zones_find_zone(struct auth_zones* az, uint8_t* name, size_t name_len, in auth_zones_find_zone()
523 auth_zones_find_or_add_zone(struct auth_zones* az, char* name) in auth_zones_find_or_add_zone()
546 auth_zones_find_or_add_xfer(struct auth_zones* az, struct auth_zone* z) in auth_zones_find_or_add_xfer()
1786 auth_zones_read_zones(struct auth_zones* az, struct config_file* cfg, in auth_zones_read_zones()
[all …]
HDmesh.c2369 struct reply_info** encode_repp, struct auth_zones* az) in apply_respip_action()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDatanf.c50 svfloat32_t az = svabs_x (pg, z); in SV_NAME_F1() local
HDatan.c56 svfloat64_t az = svabs_x (pg, z); in SV_NAME_D1() local
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/advsimd/
HDatanf.c75 float32x4_t az = vbslq_f32 ( in V_NAME_F1() local
HDatan.c76 float64x2_t az = vbslq_f64 ( in V_NAME_D1() local
/freebsd-head/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
HDsign.c70 unsigned char az[64]; in _crypto_sign_ed25519_detached() local
/freebsd-head/contrib/bzip2/
HDblocksort.c607 #define mnextsize(az) (nextHi[az]-nextLo[az]) argument
609 #define mnextswap(az,bz) \ argument
/freebsd-head/contrib/unbound/respip/
HDrespip.c878 struct regional* region, struct auth_zones* az, int* rpz_passthru, in respip_rewrite_reply()
1172 struct auth_zones* az, struct views* views, in respip_merge_cname()
/freebsd-head/contrib/unbound/smallapp/
HDunbound-checkconf.c965 struct auth_zones* az = auth_zones_create(); in check_auth() local
/freebsd-head/crypto/openssh/
HDed25519.c1915 unsigned char az[64]; in crypto_sign_ed25519_keypair() local
1941 unsigned char az[64]; in crypto_sign_ed25519() local
/freebsd-head/contrib/unbound/daemon/
HDremote.c2840 struct auth_zones* az = worker->env.auth_zones; in do_auth_zone_reload() local
2919 struct auth_zones* az = worker->env.auth_zones; in do_auth_zone_transfer() local
3039 do_list_auth_zones(RES* ssl, struct auth_zones* az) in do_list_auth_zones()
3256 struct auth_zones *az = worker->env.auth_zones; in do_rpz_enable_disable() local
5431 auth_zones_swap(struct auth_zones* az, struct auth_zones* data) in auth_zones_swap()
HDworker.c679 struct reply_info** encode_repp, struct auth_zones* az) in apply_respip_action()
/freebsd-head/crypto/openssl/crypto/ec/
HDcurve25519.c5447 uint8_t az[SHA512_DIGEST_LENGTH]; in ossl_ed25519_sign() local
5589 uint8_t az[SHA512_DIGEST_LENGTH]; in ossl_ed25519_public_from_private() local
/freebsd-head/contrib/sqlite3/
HDshell.c20267 const char *az[4]; in shellAuth() local
20898 static int captureOutputCallback(void *pArg, int nArg, char **azArg, char **az){ in captureOutputCallback()