Home
last modified time | relevance | path

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

1234567

/dflybsd-src/sys/sys/
H A Dtree.h122 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
164 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
405 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
407 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
410 #define _RB_PROTOTYPE(name, type, field, cmp, STORQUAL) \ argument
429 #define RB_PROTOTYPE2(name, type, field, cmp, datatype) \ argument
439 #define RB_PROTOTYPE3(name, type, field, cmp, datatype) \ argument
443 #define RB_PROTOTYPE4(name, type, field, cmp, datatype) \ argument
447 #define RB_PROTOTYPEX(name, ext, type, field, cmp, datatype) \ argument
454 #define RB_GENERATE(name, type, field, cmp) \ argument
[all …]
H A Dtime.h73 #define timespeccmp(tvp, uvp, cmp) \ argument
100 #define timevalcmp(tvp, uvp, cmp) \ argument
111 #define timercmp(tvp, uvp, cmp) \ argument
/dflybsd-src/contrib/gmp/mpf/
H A Dui_sub.c196 int cmp; in mpf_ui_sub() local
225 int cmp; in mpf_ui_sub() local
255 int cmp; in mpf_ui_sub() local
H A Dcmp.c29 int cmp; in mpf_cmp() local
/dflybsd-src/crypto/libressl/include/openssl/
H A Dsafestack.h137 #define SKM_sk_new(type, cmp) \ argument
166 #define SKM_sk_set_cmp_func(type, st, cmp) \ argument
182 #define sk_ACCESS_DESCRIPTION_new(cmp) SKM_sk_new(ACCESS_DESCRIPTION, (cmp)) argument
196 #define sk_ACCESS_DESCRIPTION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ACCESS_DESCRIPTION, (st), (… argument
204 #define sk_ASIdOrRange_new(cmp) SKM_sk_new(ASIdOrRange, (cmp)) argument
218 #define sk_ASIdOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASIdOrRange, (st), (cmp)) argument
226 #define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp)) argument
240 #define sk_ASN1_GENERALSTRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_GENERALSTRING, (st), (… argument
248 #define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp)) argument
262 #define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp)) argument
[all …]
/dflybsd-src/lib/libssh/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
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcompare-elim.c208 find_flags_uses_in_insn (struct comparison *cmp, rtx_insn *insn) in find_flags_uses_in_insn()
273 can_eliminate_compare (rtx compare, rtx eh_note, struct comparison *cmp) in can_eliminate_compare()
480 maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED, in maybe_select_cc_mode()
669 try_merge_compare (struct comparison *cmp) in try_merge_compare()
728 try_eliminate_compare (struct comparison *cmp) in try_eliminate_compare()
869 struct comparison *cmp; in execute_compare_elim_after_reload() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcompare-elim.c197 find_flags_uses_in_insn (struct comparison *cmp, rtx insn) in find_flags_uses_in_insn()
410 maybe_select_cc_mode (struct comparison *cmp, rtx a ATTRIBUTE_UNUSED, in maybe_select_cc_mode()
471 try_eliminate_compare (struct comparison *cmp) in try_eliminate_compare()
594 struct comparison *cmp; in execute_compare_elim_after_reload() local
/dflybsd-src/sys/net/accf_http/
H A Daccf_http.c114 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp) in mbufstrcmp()
144 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) in mbufstrncmp()
180 char *cmp; in sohashttpget() local
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_add.c77 int cmp = BN_ucmp(a, b); in BN_add() local
205 int cmp = BN_ucmp(a, b); in BN_sub() local
/dflybsd-src/usr.bin/crunch/crunchide/
H A Dcrunchide.c141 int cmp; in add_to_keep_list() local
167 int cmp; in in_keep_list() local
/dflybsd-src/sys/libkern/
H A Dqsort.c88 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
101 kqsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in kqsort_r()
H A Dbsearch.c59 int cmp; in kbsearch() local
/dflybsd-src/lib/libc/stdlib/
H A Dqsort.c89 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3()
102 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in qsort_r()
H A Dtdelete.c34 int cmp; in tdelete() local
H A Dbsearch.c59 int cmp; in bsearch() local
/dflybsd-src/contrib/grep/lib/
H A Dlocalcharset.c1042 int cmp = strcmp (table[mid].alias, codeset); in locale_charset() local
1116 int cmp = strcmp (table[mid].locale, locale); in locale_charset() local
H A Dmbscasecmp.c55 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2)); in mbscasecmp() local
/dflybsd-src/contrib/gmp/mpz/
H A Dcmpabs.c31 int cmp; in mpz_cmpabs() local
H A Dcmp.c36 int cmp; in mcmp() local
H A Durandomm.c36 int cmp; in mpz_urandomm() local
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dstrcasecmp.c60 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2)); in strcasecmp() local
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c63 unsigned char cmp = *txt; in NCURSES_EXPORT() local
/dflybsd-src/lib/libc/string/
H A Dtimingsafe_memcmp.c36 int cmp = lt - gt; in timingsafe_memcmp() local
/dflybsd-src/usr.sbin/rtadvd/
H A Dtimer_subr.h35 #define TS_CMP(tsp, usp, cmp) \ argument

1234567