Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 56) sorted by relevance

123

/xnu-11215.81.4/tests/bounded_array_ref_src/
H A Dctor.begin_end.cpp29 T* first = &array[0]; in tests() local
46 T* first = &array[0]; in tests() local
59 T* first = &array[0]; in tests() local
70 T* first = &array[5]; in tests() local
/xnu-11215.81.4/osfmk/kern/
H A Dsmr_types.h140 __smrq_slink_t first; member
160 __smrq_link_t first; member
181 __smrq_slink_t first; member
203 __smrq_link_t first; member
H A Dsmr.c796 smr_tracker_t first = NULL; in __smr_leave_stalled() local
2773 struct smrq_slink *first; in __smr_shash_entered_get_or_insert() local
2840 struct smrq_slink *first, *next; in __smr_shash_entered_mut_begin() local
2879 struct smrq_slink *next, *first; in __smr_shash_entered_mut_erase() local
2907 struct smrq_slink *first, *next; in __smr_shash_entered_mut_replace() local
3003 struct smrq_slink *first, *link, *next; in __smr_shash_rehash_with_target() local
H A Dmpsc_queue.h295 mpsc_queue_append_list(mpsc_queue_head_t q, mpsc_queue_chain_t first, in mpsc_queue_append_list()
H A Dcircle_queue.h201 queue_entry_t first = circle_queue_first(cq); in circle_queue_rotate_head_forward() local
H A Dmpsc_queue.c45 mpsc_queue_restore_batch(mpsc_queue_head_t q, mpsc_queue_chain_t first, in mpsc_queue_restore_batch()
H A Dsmr.h1361 __smrq_slink_t *first, in __smrq_serialized_remove()
1389 __smrq_slink_t *first, in __smrq_serialized_replace()
/xnu-11215.81.4/tests/
H A Dpersona.c38 uid_t first = _create_persona(PERSONA_SYSTEM, PERSONA_INFO_V1); variable
49 uid_t first = _create_persona(PERSONA_SYSTEM_PROXY, PERSONA_INFO_V1); variable
H A Dpfz.c142 void *first; member
205 void *first; member
H A Dkqueue_timer_tests.c331 test_updated_kevent(int first, int second) in test_updated_kevent()
/xnu-11215.81.4/bsd/net/
H A Dnet_str_id.c58 net_str_id_first_last(u_int32_t *first, u_int32_t *last, u_int32_t kind) in net_str_id_first_last()
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus_pktq.c66 classq_pkt_t first = CLASSQ_PKT_INITIALIZER(first); in nx_pktq_concat() local
H A Dnexus_mbq.c93 classq_pkt_t first = CLASSQ_PKT_INITIALIZER(first); in nx_mbq_concat() local
H A Dnexus_mbq.h227 classq_pkt_t first = CLASSQ_PKT_INITIALIZER(first); in __mbq_deq_all() local
H A Dnexus_pktq.h201 classq_pkt_t first = CLASSQ_PKT_INITIALIZER(first); in __pktq_deq_all() local
/xnu-11215.81.4/tests/sched/
H A Dclutch_runqueue.c180 test_thread_t first = create_thread(bucket, first_tg, root_bucket_to_highest_pri[bucket]); variable
215 test_thread_t first = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]); variable
/xnu-11215.81.4/tests/skywalk/
H A Dskt_ringid.c72 ring_id_type_t first, ring_id_type_t last, in skt_ringid_main_common()
H A Dskt_manyflows.c145 int first, last; in skt_mf1xall_common() local
/xnu-11215.81.4/tests/recount/
H A Drecount_tests.c107 struct usage_thread first = { 0 }; variable
146 struct usage_thread first = { 0 }; in test_usr_sys_time_sanity() local
/xnu-11215.81.4/tests/iokit/
H A Dioserviceusernotification_race.c113 absoluteDifference(size_t first, size_t second) in absoluteDifference()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c653 nexus_port_t first, last, port; in nx_fsw_dom_find_port() local
698 nexus_port_t first, last, port; in nx_fsw_dom_bind_port() local
/xnu-11215.81.4/libkern/zlib/
H A Dz_crc32.c141 static volatile int first = 1; /* flag to limit concurrent making */ in make_crc_table() local
/xnu-11215.81.4/bsd/net/classq/
H A Dclassq.c321 _getq_all(class_queue_t *q, classq_pkt_t *first, classq_pkt_t *last, in _getq_all()
/xnu-11215.81.4/SETUP/config/
H A Dmkmakefile.c296 int nreqs, first = 1, isdup; in read_files() local
/xnu-11215.81.4/osfmk/i386/
H A Dpmap_common.c183 pmap_has_managed_page(ppnum_t first, ppnum_t last) in pmap_has_managed_page()

123