Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 25 of 270) sorted by relevance

1234567891011

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_cospif_3u2.c26 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case()
42 uint32x4_t cmp = vcaleq_f32 (v_f32 (0x1p32f), x); in V_NAME_F1() local
51 uint32x4_t cmp = vcageq_f32 (r, d->range_val); in V_NAME_F1() local
H A Dv_cospi_3u1.c30 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case()
47 uint64x2_t cmp = vcaleq_f64 (v_f64 (0x1p64), x); in V_NAME_D1() local
56 uint64x2_t cmp = vcageq_f64 (r, d->range_val); in V_NAME_D1() local
H A Dsv_math.h43 sv_call_f64 (double (*f) (double), svfloat64_t x, svfloat64_t y, svbool_t cmp) in sv_call_f64()
59 svfloat64_t y, svbool_t cmp) in sv_call2_f64()
101 sv_call_f32 (float (*f) (float), svfloat32_t x, svfloat32_t y, svbool_t cmp) in sv_call_f32()
117 svfloat32_t y, svbool_t cmp) in sv_call2_f32()
H A Dv_sinpi_3u1.c33 special_case (float64x2_t x, float64x2_t y, uint64x2_t odd, uint64x2_t cmp) in special_case()
51 uint64x2_t cmp = vcgeq_u64 (vsubq_u64 (ir, TinyBound), Thresh); in V_NAME_D1() local
H A Dv_sinpif_3u.c28 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case()
46 uint32x4_t cmp = vcgeq_u32 (vsubq_u32 (ir, TinyBound), Thresh); in V_NAME_F1() local
H A Dv_exp10f_2u4.c51 special_case (float32x4_t x, float32x4_t y, uint32x4_t cmp) in special_case()
92 uint32x4_t cmp = vcgeq_u32 ( in V_NAME_F1() local
114 uint32x4_t cmp = vcagtq_f32 (n, v_f32 (SpecialBound)); in V_NAME_F1() local
H A Dv_exp10_2u.c52 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) in special_case()
75 uint64x2_t cmp = vcagtq_f64 (n, d->scale_thresh); in special_case() local
90 uint64x2_t cmp; in V_NAME_D1() local
H A Dsv_log_2u5.c20 special_case (svfloat64_t x, svfloat64_t y, svbool_t cmp) in special_case()
33 svbool_t cmp = svcmpge (pg, svsub_x (pg, top, MinTop), sv_u64 (ThreshTop)); in SV_NAME_D1() local
H A Dsv_logf_3u4.c37 special_case (svfloat32_t x, svfloat32_t y, svbool_t cmp) in special_case()
51 svbool_t cmp = svcmpge (pg, svsub_x (pg, u, Min), Thresh); in SV_NAME_F1() local
/freebsd/sys/sys/
H A Dqueue_mergesort.h185 #define SLIST_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument
189 #define SLIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument
193 #define LIST_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument
197 #define LIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument
201 #define STAILQ_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument
205 #define STAILQ_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument
209 #define TAILQ_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument
213 #define TAILQ_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument
H A Dtree.h131 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
173 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
408 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
410 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
468 #define RB_GENERATE(name, type, field, cmp) \ argument
470 #define RB_GENERATE_STATIC(name, type, field, cmp) \ argument
840 #define RB_GENERATE_INSERT(name, type, field, cmp, attr) \ argument
862 #define RB_GENERATE_FIND(name, type, field, cmp, attr) \ argument
881 #define RB_GENERATE_NFIND(name, type, field, cmp, attr) \ argument
922 #define _RB_ORDER_CHECK(cmp, lo, hi) do { \ argument
[all …]
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c69 static int test_param_type_extra(OSSL_PARAM *param, const unsigned char *cmp, in test_param_type_extra()
151 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int() local
178 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long() local
205 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; in test_param_uint() local
231 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; in test_param_ulong() local
258 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32() local
285 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; in test_param_uint32() local
312 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64() local
339 unsigned char buf[MAX_LEN], cmp[sizeof(uint64_t)]; in test_param_uint64() local
366 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; in test_param_size_t() local
[all …]
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Datomic.h93 atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t newval) in atomic_cas_32()
124 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) in atomic_cas_64()
160 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr()
167 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h169 u8 *cmp, in atomic_compare_exchange_strong()
195 uptr *cmp, in atomic_compare_exchange_strong()
208 u16 *cmp, in atomic_compare_exchange_strong()
221 u32 *cmp, in atomic_compare_exchange_strong()
234 u64 *cmp, in atomic_compare_exchange_strong()
248 typename T::Type *cmp, in atomic_compare_exchange_weak()
H A Dsanitizer_atomic_clang.h74 inline bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, in atomic_compare_exchange_strong()
87 typename T::Type *cmp, in atomic_compare_exchange_weak()
H A Dsanitizer_lfstack.h36 u64 cmp = atomic_load(&head_, memory_order_relaxed); in Push() local
48 u64 cmp = atomic_load(&head_, memory_order_acquire); in Pop() local
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Datomic.h102 atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t newval) in atomic_cas_32()
135 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) in atomic_cas_64()
172 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr()
179 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr()
/freebsd/lib/libc/stdlib/
H A Dqsort.c81 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/ssl/record/
H A Ddtls1_bitmap.c40 int cmp; in dtls1_record_replay_check() local
61 int cmp; in dtls1_record_bitmap_update() local
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h208 #define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new(ossl_check_OPENSSL_S… argument
210 #define sk_OPENSSL_STRING_new_reserve(cmp, n) ((STACK_OF(OPENSSL_STRING) *)OPENSSL_sk_new_reserve(o… argument
230 #define sk_OPENSSL_STRING_set_cmp_func(sk, cmp) ((sk_OPENSSL_STRING_compfunc)OPENSSL_sk_set_cmp_fun… argument
234 #define sk_OPENSSL_CSTRING_new(cmp) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new(ossl_check_OPENSSL… argument
236 #define sk_OPENSSL_CSTRING_new_reserve(cmp, n) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_reserve… argument
256 #define sk_OPENSSL_CSTRING_set_cmp_func(sk, cmp) ((sk_OPENSSL_CSTRING_compfunc)OPENSSL_sk_set_cmp_f… argument
268 #define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)OPENSSL_sk_new(ossl_check_OPENSSL_BLO… argument
270 #define sk_OPENSSL_BLOCK_new_reserve(cmp, n) ((STACK_OF(OPENSSL_BLOCK) *)OPENSSL_sk_new_reserve(oss… argument
290 #define sk_OPENSSL_BLOCK_set_cmp_func(sk, cmp) ((sk_OPENSSL_BLOCK_compfunc)OPENSSL_sk_set_cmp_func(… argument
H A Dess.h37 #define sk_ESS_CERT_ID_new(cmp) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new(ossl_check_ESS_CERT_ID_com… argument
39 #define sk_ESS_CERT_ID_new_reserve(cmp, n) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new_reserve(ossl_ch… argument
59 #define sk_ESS_CERT_ID_set_cmp_func(sk, cmp) ((sk_ESS_CERT_ID_compfunc)OPENSSL_sk_set_cmp_func(ossl… argument
69 #define sk_ESS_CERT_ID_V2_new(cmp) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new(ossl_check_ESS_CERT_… argument
71 #define sk_ESS_CERT_ID_V2_new_reserve(cmp, n) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new_reserve(o… argument
91 #define sk_ESS_CERT_ID_V2_set_cmp_func(sk, cmp) ((sk_ESS_CERT_ID_V2_compfunc)OPENSSL_sk_set_cmp_fun… argument
H A Dcms.h47 #define sk_CMS_SignerInfo_new(cmp) ((STACK_OF(CMS_SignerInfo) *)OPENSSL_sk_new(ossl_check_CMS_Signe… argument
49 #define sk_CMS_SignerInfo_new_reserve(cmp, n) ((STACK_OF(CMS_SignerInfo) *)OPENSSL_sk_new_reserve(o… argument
69 #define sk_CMS_SignerInfo_set_cmp_func(sk, cmp) ((sk_CMS_SignerInfo_compfunc)OPENSSL_sk_set_cmp_fun… argument
73 #define sk_CMS_RecipientEncryptedKey_new(cmp) ((STACK_OF(CMS_RecipientEncryptedKey) *)OPENSSL_sk_ne… argument
75 #define sk_CMS_RecipientEncryptedKey_new_reserve(cmp, n) ((STACK_OF(CMS_RecipientEncryptedKey) *)OP… argument
99 #define sk_CMS_RecipientInfo_new(cmp) ((STACK_OF(CMS_RecipientInfo) *)OPENSSL_sk_new(ossl_check_CMS… argument
101 #define sk_CMS_RecipientInfo_new_reserve(cmp, n) ((STACK_OF(CMS_RecipientInfo) *)OPENSSL_sk_new_res… argument
121 #define sk_CMS_RecipientInfo_set_cmp_func(sk, cmp) ((sk_CMS_RecipientInfo_compfunc)OPENSSL_sk_set_c… argument
125 #define sk_CMS_RevocationInfoChoice_new(cmp) ((STACK_OF(CMS_RevocationInfoChoice) *)OPENSSL_sk_new(… argument
127 #define sk_CMS_RevocationInfoChoice_new_reserve(cmp, n) ((STACK_OF(CMS_RevocationInfoChoice) *)OPEN… argument
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp.c47 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) in special_case()
69 uint64x2_t cmp = vcagtq_f64 (n, data.scale_thresh); in special_case() local
80 uint64x2_t cmp, u, e; in V_NAME_D1() local
/freebsd/sys/netinet/
H A Daccf_http.c91 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp) in mbufstrcmp()
120 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) in mbufstrncmp()
156 char *cmp; in sohashttpget() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h121 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
163 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
383 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
385 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
387 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
402 #define RB_GENERATE(name, type, field, cmp) \ argument
404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ argument
406 #define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ argument

1234567891011