/dflybsd-src/sys/sys/ |
H A D | tree.h | 122 #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 D | time.h | 73 #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 D | ui_sub.c | 196 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 D | cmp.c | 29 int cmp; in mpf_cmp() local
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | safestack.h | 137 #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 D | sys-tree.h | 121 #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 D | compare-elim.c | 208 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 D | compare-elim.c | 197 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 D | accf_http.c | 114 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 D | bn_add.c | 77 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 D | crunchide.c | 141 int cmp; in add_to_keep_list() local 167 int cmp; in in_keep_list() local
|
/dflybsd-src/sys/libkern/ |
H A D | qsort.c | 88 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 D | bsearch.c | 59 int cmp; in kbsearch() local
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | qsort.c | 89 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 D | tdelete.c | 34 int cmp; in tdelete() local
|
H A D | bsearch.c | 59 int cmp; in bsearch() local
|
/dflybsd-src/contrib/grep/lib/ |
H A D | localcharset.c | 1042 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 D | mbscasecmp.c | 55 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2)); in mbscasecmp() local
|
/dflybsd-src/contrib/gmp/mpz/ |
H A D | cmpabs.c | 31 int cmp; in mpz_cmpabs() local
|
H A D | cmp.c | 36 int cmp; in mcmp() local
|
H A D | urandomm.c | 36 int cmp; in mpz_urandomm() local
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | strcasecmp.c | 60 int cmp = mb_casecmp (mbui_cur (iter1), mbui_cur (iter2)); in strcasecmp() local
|
/dflybsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | add_tries.c | 63 unsigned char cmp = *txt; in NCURSES_EXPORT() local
|
/dflybsd-src/lib/libc/string/ |
H A D | timingsafe_memcmp.c | 36 int cmp = lt - gt; in timingsafe_memcmp() local
|
/dflybsd-src/usr.sbin/rtadvd/ |
H A D | timer_subr.h | 35 #define TS_CMP(tsp, usp, cmp) \ argument
|