| /xnu-10002.41.9/tests/bounded_array_src/ |
| H A D | begin_end.cpp | 25 test_bounded_ptr<T> end = array.end(); in tests() local 32 test_bounded_ptr<T const> end = array.end(); in tests() local 41 test_bounded_ptr<T> end = array.end(); in tests() local 48 test_bounded_ptr<T const> end = array.end(); in tests() local
|
| H A D | ctor.default.cpp | 30 T* end = array.data() + array.size(); in tests() local 38 T* end = array.data() + array.size(); in tests() local 46 T* end = array.data() + array.size(); in tests() local 54 T* end = array.data() + array.size(); in tests() local
|
| /xnu-10002.41.9/tests/safe_allocation_src/ |
| H A D | begin_end.cpp | 30 test_bounded_ptr<T> end = array.end(); in tests() local 38 test_bounded_ptr<T const> end = array.end(); in tests() local 47 test_bounded_ptr<T> end = array.end(); in tests() local 55 test_bounded_ptr<T const> end = array.end(); in tests() local
|
| /xnu-10002.41.9/osfmk/console/ |
| H A D | video_scroll.c | 33 video_scroll_up(void * start, void * end, void * dest) in video_scroll_up() 40 void * end, /* LOW addr */ in video_scroll_down()
|
| /xnu-10002.41.9/tests/bounded_array_ref_src/ |
| H A D | begin_end.cpp | 25 test_bounded_ptr<T> end = view.end(); in tests() local 34 test_bounded_ptr<T> end = view.end(); in tests() local
|
| H A D | ctor.bounded_ptr.cpp | 25 T* const end = &array[5]; in tests() local
|
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOTimerEventSource.cpp | 443 AbsoluteTime end; in setTimeout() local 453 AbsoluteTime end, nsecs; in setTimeout() local 468 AbsoluteTime end; in setTimeout() local 477 AbsoluteTime end; in setTimeout() local 508 AbsoluteTime end; in wakeAtTime() local 518 AbsoluteTime end, nsecs; in wakeAtTime() local
|
| /xnu-10002.41.9/libsyscall/mach/ |
| H A D | errorlib.h | 88 unsigned end; member 90 #define err_sub_map_entry(start, end) { err_get_sub(start), err_get_sub(end) } argument 91 #define err_code_map_entry(start, end) { err_get_code(start), err_get_code(end) } argument
|
| /xnu-10002.41.9/iokit/DriverKit/ |
| H A D | bounded_array.h | 72 end() noexcept in end() function 77 end() const noexcept in end() function
|
| /xnu-10002.41.9/libkern/libkern/c++/ |
| H A D | bounded_array.h | 72 end() noexcept in end() function 77 end() const noexcept in end() function
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | test_mpsc_queue.c | 44 uint64_t *count, *end; member 107 uint64_t n = count, start, end; in mpsc_test_pingpong() local
|
| /xnu-10002.41.9/osfmk/arm64/ |
| H A D | tlb.h | 131 flush_mmu_tlb_allentries_async(uint64_t start, uint64_t end, uint64_t pmap_page_size, in flush_mmu_tlb_allentries_async() 182 flush_mmu_tlb_allentries(uint64_t start, uint64_t end, uint64_t pmap_page_size, bool last_level_onl… in flush_mmu_tlb_allentries() 192 flush_mmu_tlb_entries_async(uint64_t start, uint64_t end, uint64_t pmap_page_size, in flush_mmu_tlb_entries_async() 280 flush_mmu_tlb_entries(uint64_t start, uint64_t end, uint64_t pmap_page_size, bool last_level_only, … in flush_mmu_tlb_entries()
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | tcp_sack.c | 158 tcp_seq end = tp->sackblks[i].end; in tcp_update_sack_list() local 246 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) in tcp_sackhole_alloc() 284 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, in tcp_sackhole_insert() 419 tcp_sack_update_byte_counter(struct tcpcb *tp, uint32_t start, uint32_t end, in tcp_sack_update_byte_counter()
|
| /xnu-10002.41.9/pexpert/gen/ |
| H A D | device_tree.c | 62 assert_in_dt_region(vm_offset_t const start, vm_offset_t const end, void const *p) in assert_in_dt_region() 71 assert_prop_in_dt_region(vm_offset_t const start, vm_offset_t const end, DeviceTreeNodeProperty con… in assert_prop_in_dt_region() 84 #define ASSERT_HEADER_IN_DT_REGION(start, end, p, size) assert_in_dt_region((start), (end), (uint8_… argument 110 next_prop_region(vm_offset_t const start, vm_offset_t end, DeviceTreeNodeProperty const *prop) in next_prop_region()
|
| /xnu-10002.41.9/bsd/libkern/ |
| H A D | scanc.c | 68 u_char *end; in scanc() local
|
| /xnu-10002.41.9/osfmk/vm/ |
| H A D | vm_init.c | 105 vm_offset_t start, end; in vm_mem_bootstrap() local
|
| H A D | lz4.c | 153 lz4_store_length(uint8_t * dst, const uint8_t * const end, uint32_t L) in lz4_store_length() 178 uint8_t *end = dst + L; in copy_literal() local 189 const uint8_t * const end, in lz4_emit_match() 246 uint8_t *end = dst + dst_size - LZ4_GOFAST_SAFETY_MARGIN; in lz4_encode_2gb() local
|
| H A D | vm_map_internal.h | 186 vm_map_offset_t end) in vm_map_remove()
|
| H A D | vm_map.c | 864 vm_map_offset_t end, in vm_map_apple_protected() 2457 vm_map_offset_t end, tmp_end; in vm_map_enter() local 3564 vm_map_offset_t end, fourk_end; in vm_map_enter_fourk() local 5225 vm_map_offset_t va, start, end, offset; in vm_map_enter_cpm() local 5748 vm_map_offset_t end) in _vm_map_clip_end() 5796 #define VM_MAP_RANGE_CHECK(map, start, end) \ argument 5824 vm_map_offset_t end, in vm_map_range_check() 5884 vm_map_offset_t end, in vm_map_protect() 6337 vm_map_offset_t end, in vm_map_inherit() 6544 vm_map_offset_t end, in vm_map_wire_nested() [all …]
|
| /xnu-10002.41.9/tests/ |
| H A D | fd_aio_fsync_uaf.c | 53 uint64_t end = clock_gettime_nsec_np(CLOCK_UPTIME_RAW) + 10 * NSEC_PER_SEC; variable
|
| /xnu-10002.41.9/bsd/dev/ |
| H A D | memdev.c | 556 nonspace(char *pos, char *end) /* Find next non-space in s… in nonspace() 576 getspace(char *pos, char *end) /* Find next non-space in s… in getspace() 593 cvtnum(char *pos, char *end, uint64_t *num) /* Convert to a number */ in cvtnum()
|
| /xnu-10002.41.9/tests/bounded_ptr_src/ |
| H A D | example.malloc.cpp | 21 void* end = static_cast<char*>(p) + size; in bounded_malloc() local
|
| /xnu-10002.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_compat.c | 62 get_next_mbuf(struct nx_mbq *mbqs, int *curr, int end) in get_next_mbuf() 82 int curr, end; in nx_netif_filter_tx_processed_mbuf_dequeue() local
|
| H A D | nx_netif_filter_native.c | 61 get_next_pkt(struct nx_pktq *pktqs, int *curr, int end) in get_next_pkt() 81 int curr, end; in nx_netif_filter_tx_processed_pkt_dequeue() local
|
| /xnu-10002.41.9/libkern/zlib/ |
| H A D | inffast.c | 86 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() local
|