Searched defs:cmp (Results 101 - 125 of 212) sorted by relevance

123456789

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c58 int cmp = strcmp(*a, *b); local
327 int cmp = strcmp(name, tp->ext_Names[j]); local
H A Dparse_entry.c120 int cmp = strcmp(tp->ext_Names[n], name); local
/freebsd-current/crypto/heimdal/lib/kafs/
H A Dcommon.c278 int cmp; local
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dticket.c389 int i = 0, cmp; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp221 void FutexWait(atomic_uint32_t *p, u32 cmp) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h134 u64 cmp = atomic_load(&freelist_, memory_order_acquire); local
162 u64 cmp = atomic_load(&freelist_, memory_order_acquire); local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Drefcount.c61 int cmp = cmp1 ? cmp1 : cmp2; local
/freebsd-current/sys/crypto/aesni/
H A Daesni_ghash.c80 __m128i cmp; local
/freebsd-current/usr.bin/procstat/
H A Dprocstat.c57 int cmp; member in struct:procstat_cmd
257 int cmp, s; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Dparams_api_test.c69 static int test_param_type_extra(OSSL_PARAM *param, const unsigned char *cmp, argument
151 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; local
178 unsigned char buf[MAX_LEN], cmp[sizeo local
205 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; local
231 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; local
258 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; local
285 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; local
312 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; local
339 unsigned char buf[MAX_LEN], cmp[sizeof(uint64_t)]; local
366 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; local
393 unsigned char buf[MAX_LEN], cmp[sizeof(time_t)]; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_erfc_1u8.c69 special_case (float64x2_t x, float64x2_t y, uint64x2_t cmp) argument
109 uint64x2_t cmp = vcltq_u64 (vaddq_u64 (ix, ix), v_u64 (TinyBound)); local
/freebsd-current/sys/netinet/
H A Dtcp_lro_hpts.c508 struct mbuf **pp, *cmp, *mv_to; local
244 do_bpf_strip_and_compress(struct tcpcb *tp, struct lro_ctrl *lc, struct lro_entry *le, struct mbuf **pp, struct mbuf **cmp, struct mbuf **mv_to, bool *should_wake, bool bpf_req, bool lagg_bpf_req, struct ifnet *lagg_ifp, bool can_append_old_cmp) argument
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c322 struct cmpl_base *cmp = (struct cmpl_base *)cpr->ring.vaddr; local
607 struct cmpl_base *cmp; local
[all...]
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrap.c671 int cmp; local
772 int cmp; local
837 int cmp; local
[all...]
/freebsd-current/contrib/diff/src/
H A Dcmp.c369 cmp (void) function
/freebsd-current/contrib/mtree/
H A Dspec.c728 int cmp; local
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c117 int cmp = LOWERCASE(*a) - LOWERCASE(*b); local
/freebsd-current/crypto/heimdal/base/
H A Dheimbase.c268 _heim_create_type(const char *name, heim_type_init init, heim_type_dealloc dealloc, heim_type_copy copy, heim_type_cmp cmp, heim_type_hash hash) argument
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Darcfour.c271 int cmp; local
537 int cmp; local
[all...]
/freebsd-current/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c589 struct cxgbei_cmp *cmp; local
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf_nv.c827 pf_nvstate_cmp_to_state_cmp(const nvlist_t *nvl, struct pf_state_cmp *cmp) argument
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_patience.c193 int cmp; local
H A Ddiff_main.c74 int cmp; local
121 diff_atom_cmp(int *cmp, argument
217 int cmp; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp303 auto *cmp = cast<ICmpInst>(Builder.CreateICmpNE(pcall, zeroIntPtr, "")); local
/freebsd-current/usr.bin/join/
H A Djoin.c382 cmp(LINE *lp1, u_long fieldno1, LINE *lp2, u_long fieldno2) function

Completed in 391 milliseconds

123456789