Searched defs:slice (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/bounded_array_ref_src/ |
| H A D | slice.cpp | 28 test_bounded_array_ref<T> slice = view.slice(0, 0); in tests() local 33 test_bounded_array_ref<T> slice = view.slice(0, 1); in tests() local 39 test_bounded_array_ref<T> slice = view.slice(0, 2); in tests() local 46 test_bounded_array_ref<T> slice = view.slice(0, 5); in tests() local 65 test_bounded_array_ref<T> slice = view.slice(1, 0); in tests() local 70 test_bounded_array_ref<T> slice = view.slice(1, 3); in tests() local 78 test_bounded_array_ref<T> slice = view.slice(1, 4); in tests() local 101 test_bounded_array_ref<T> slice = view.slice(3, 0); in tests() local 106 test_bounded_array_ref<T> slice = view.slice(3, 2); in tests() local 127 test_bounded_array_ref<T> slice = view.slice(4, 0); in tests() local [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | bounded_array_ref.h | 252 slice(size_t n, size_t m) const in slice() function
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | bounded_array_ref.h | 252 slice(size_t n, size_t m) const in slice() function
|
| /xnu-11215/tests/cpu_counters/ |
| H A D | kpc_tests.c | 514 double slice = (double)(cur_ns - first_ns) / PMI_TEST_DURATION_NS * variable
|
| /xnu-11215/tools/kt-dump/ |
| H A D | kt-dump.cpp | 401 slice() const in slice() function in image
|