Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 75) sorted by relevance

123

/xnu-12377.61.12/tests/bounded_array_ref_src/
H A Dctor.begin_end.cpp30 T* last = &array[5]; in tests() local
47 T* last = &array[1]; in tests() local
60 T* last = &array[0]; in tests() local
71 T* last = &array[5]; in tests() local
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_pktq.h202 classq_pkt_t last = CLASSQ_PKT_INITIALIZER(last); in __pktq_deq_all() local
212 nx_pktq_safe_deq_all(struct nx_pktq *q, struct __kern_packet **last, in nx_pktq_safe_deq_all()
226 nx_pktq_deq_all(struct nx_pktq *q, struct __kern_packet **last, uint32_t *qlenp, in nx_pktq_deq_all()
H A Dnexus_mbq.h228 classq_pkt_t last = CLASSQ_PKT_INITIALIZER(last); in __mbq_deq_all() local
238 nx_mbq_safe_deq_all(struct nx_mbq *q, struct mbuf **last, uint32_t *qlenp, in nx_mbq_safe_deq_all()
252 nx_mbq_deq_all(struct nx_mbq *q, struct mbuf **last, uint32_t *qlenp, in nx_mbq_deq_all()
H A Dnexus_pktq.c67 classq_pkt_t last = CLASSQ_PKT_INITIALIZER(last); in nx_pktq_concat() local
H A Dnexus_mbq.c94 classq_pkt_t last = CLASSQ_PKT_INITIALIZER(last); in nx_mbq_concat() local
/xnu-12377.61.12/osfmk/kern/
H A Dsmr_types.h182 __smrq_slink_t *last; member
204 __smrq_link_t *last; member
H A Drecount.c559 struct recount_snap *last = recount_get_snap(current_processor()); in recount_current_thread_usage() local
600 struct recount_snap *last = recount_get_snap(processor); in recount_current_thread_perf_level_usage() local
661 struct recount_snap *last = recount_get_snap(current_processor()); in _time_since_last_snapshot() local
923 struct recount_snap *last = recount_get_snap(processor); in recount_switch_thread() local
1015 struct recount_snap *last, struct recount_snap *cur) in recount_precise_transition_diff()
1082 struct recount_snap *last = recount_get_snap(processor); in recount_transition() local
H A Dmpsc_queue.h296 mpsc_queue_chain_t last) in mpsc_queue_append_list()
H A Dmpsc_queue.c46 mpsc_queue_chain_t last) in mpsc_queue_restore_batch()
H A Dcircle_queue.h210 queue_entry_t last = circle_queue_last(cq); in circle_queue_rotate_head_backward() local
/xnu-12377.61.12/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()
H A Draw_usrreq.c96 struct socket *last; in raw_input() local
/xnu-12377.61.12/tests/
H A Dpfz.c143 void *last; member
206 void *last; member
/xnu-12377.61.12/libkern/zlib/
H A Dinffast.c83 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() local
H A Dinfback.c281 code last; /* parent table entry */ in inflateBack() local
H A Dinflate.h106 int last; /* true if processing last block */ member
/xnu-12377.61.12/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-12377.61.12/libkern/c++/
H A DOSUnserialize.y526 object_t *temp, *last = o; in buildOSDictionary() local
563 object_t *temp, *last = o; in buildOSArray() local
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c652 nexus_port_t first, last, port; in nx_fsw_dom_find_port() local
697 nexus_port_t first, last, port; in nx_fsw_dom_bind_port() local
/xnu-12377.61.12/iokit/Kernel/
H A DIOServicePrivate.h234 IOService * last; variable
/xnu-12377.61.12/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-12377.61.12/bsd/dev/dtrace/
H A Dfbt.c89 fbt_probe_t *fbt = parg, *next, *hash, *last; in fbt_destroy() local
/xnu-12377.61.12/tools/lldbmacros/
H A Dktrace.py551 def IterateKdebugEvents(verbose=False, humanize=False, last=None, tid=None, argument
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_quota.c767 int i, skip, last; in dqlookup() local

123