Home
last modified time | relevance | path

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

/xnu-8792.61.2/libkern/libkern/
H A Dtree.h143 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
185 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
424 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
439 #define RB_PROTOTYPE_SC(_sc_, name, type, field, cmp) \ argument
457 #define RB_GENERATE(name, type, field, cmp) \ argument
782 #define RB_PROTOTYPE_PREV(name, type, field, cmp) \ argument
787 #define RB_PROTOTYPE_SC_PREV(_sc_, name, type, field, cmp) \ argument
791 #define RB_GENERATE_PREV(name, type, field, cmp) \ argument
/xnu-8792.61.2/bsd/tests/
H A Dcopyio_tests.c135 int cmp = memcmp(out_buf, in_buf, copyio_test_buf_size); in copyin_test() local
182 int cmp = memcmp(data->kern_addr, out_buf, copyio_test_buf_size); in copyout_test() local
231 int cmp = strncmp(in_buf, copyio_test_string, lencopied); in copyinstr_test() local
300 int cmp = strncmp(data->kern_addr, copyio_test_string, sizeof(copyio_test_string)); in copyoutstr_test() local
/xnu-8792.61.2/bsd/sys/
H A Dtime.h167 #define timercmp(tvp, uvp, cmp) \ argument
190 #define timevalcmp(l, r, cmp) timercmp(l, r, cmp) /* freebsd */ argument
/xnu-8792.61.2/tests/
H A Dprng.c12 cmp(const void *a, const void *b) in cmp() function
/xnu-8792.61.2/libkern/kxld/
H A Dkxld_dict.h64 kxld_dict_cmp cmp; // Comparison function member
H A Dkxld_dict.c79 kxld_dict_init(KXLDDict * dict, kxld_dict_hash hash, kxld_dict_cmp cmp, in kxld_dict_init()
H A Dkxld_symtab.c712 boolean_t cmp = FALSE; in kxld_symtab_iterator_get_next() local
/xnu-8792.61.2/SETUP/kextsymboltool/
H A Dkextsymboltool.c216 struct symbol * cmp = (struct symbol *) _cmp; in bsearch_cmp() local
230 struct symbol * cmp = (struct symbol *) _cmp; in bsearch_cmp_prefix() local
/xnu-8792.61.2/libkern/
H A Dmkext.c216 int i, p, cmp; in insert_node() local
/xnu-8792.61.2/bsd/dev/dtrace/
H A Ddtrace_glue.c896 dtrace_cas32(uint32_t *target, uint32_t cmp, uint32_t new) in dtrace_cas32()
906 dtrace_casptr(void *target, void *cmp, void *new) in dtrace_casptr()
1272 int cmp; in bsearch() local
/xnu-8792.61.2/bsd/net/
H A Ddlil.h77 #define net_timercmp(tvp, uvp, cmp) \ argument
H A Dnecp.c10001 int cmp = 0; in necp_is_addr_in_range() local
10025 int cmp = 0; in necp_is_range_in_range() local
/xnu-8792.61.2/iokit/Kernel/
H A DIODeviceTreeSupport.cpp599 bool cmp, ok = false; in IODTMapOneInterrupt() local
1003 bool cmp; in IODTFindMatchingEntries() local
H A DIORegistryEntry.cpp1370 IORegistryEntry::matchPathLocation( const char * cmp, in matchPathLocation()
1427 const char * cmp = NULL; in getChildFromComponent() local
/xnu-8792.61.2/bsd/kern/
H A Dposix_shm.c159 int cmp = strncmp(a->pshm_hdr.pshm_name, b->pshm_hdr.pshm_name, PSHMNAMLEN + 1); in pshm_compare() local
/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap_data.c3682 const int cmp = cmp_io_rgns(&wanted_range, &io_attr_table[middle]); in pmap_find_io_attr() local
3916 const int cmp = cmp_io_filter_entries(&wanted_filter, &io_filter_table[middle]); in pmap_find_io_filter_entry() local
/xnu-8792.61.2/osfmk/i386/
H A Dcpuid.c718 cpuid_mwait_leaf_t *cmp = &info_p->cpuid_mwait_leaf; in cpuid_set_generic_info() local
/xnu-8792.61.2/osfmk/tests/
H A Dktest.h127 #define T_EXPECT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
141 #define T_ASSERT_BLOCK2(type, fmt, cmp, lhs, rhs, msg, ...) do {\ argument
/xnu-8792.61.2/bsd/netkey/
H A Dkey.c5705 int cmp = 0; in key_is_addr_in_range() local