Home
last modified time | relevance | path

Searched defs:begin (Results 1 – 15 of 15) sorted by relevance

/xnu-8796.121.2/tests/bounded_array_src/
H A Dbegin_end.cpp24 test_bounded_ptr<T> begin = array.begin(); in tests() local
31 test_bounded_ptr<T const> begin = array.begin(); in tests() local
40 test_bounded_ptr<T> begin = array.begin(); in tests() local
47 test_bounded_ptr<T const> begin = array.begin(); in tests() local
/xnu-8796.121.2/tests/safe_allocation_src/
H A Dbegin_end.cpp29 test_bounded_ptr<T> begin = array.begin(); in tests() local
37 test_bounded_ptr<T const> begin = array.begin(); in tests() local
46 test_bounded_ptr<T> begin = array.begin(); in tests() local
54 test_bounded_ptr<T const> begin = array.begin(); in tests() local
/xnu-8796.121.2/tests/bounded_array_ref_src/
H A Dbegin_end.cpp24 test_bounded_ptr<T> begin = view.begin(); in tests() local
33 test_bounded_ptr<T> begin = view.begin(); in tests() local
H A Dctor.bounded_ptr.cpp24 T* const begin = &array[0]; in tests() local
/xnu-8796.121.2/iokit/DriverKit/
H A Dbounded_array.h62 begin() noexcept in begin() function
67 begin() const noexcept in begin() function
H A Dbounded_array_ref.h182 begin() const noexcept in begin() function
/xnu-8796.121.2/libkern/libkern/c++/
H A Dbounded_array.h62 begin() noexcept in begin() function
67 begin() const noexcept in begin() function
H A Dbounded_array_ref.h182 begin() const noexcept in begin() function
/xnu-8796.121.2/osfmk/arm/pmap/
H A Dpmap_data.c3691 unsigned int begin = 0; in pmap_find_io_attr() local
3934 unsigned int begin = 0; in pmap_find_io_filter_entry() local
/xnu-8796.121.2/osfmk/kern/
H A Dlock_ticket.c490 uint64_t begin = 0; in hw_lck_ticket_contended() local
H A Dlocks.c557 uint64_t begin = 0; in hw_lock_lock_contended() local
878 uint64_t begin = 0; in hw_lock_bit_to_contended() local
/xnu-8796.121.2/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp194 const uint8_t *begin = (const uint8_t *)hdr + offsetof(struct chrp_nvram_header, len); in chrp_checksum() local
/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp1180 OSBoundedPtr<int> begin(&array[0], &array[0], &array[5]); in OSBoundedPtrTests() local
/xnu-8796.121.2/osfmk/tests/
H A Dkernel_tests.c188 int64_t begin = 0, end = 999999; in xnupost_should_run_test() local
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c3526 slot_idx_t begin, slot_idx_t end, boolean_t *rate_limited)