Home
last modified time | relevance | path

Searched defs:slice (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/bounded_array_ref_src/
H A Dslice.cpp28 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 Dbounded_array_ref.h252 slice(size_t n, size_t m) const in slice() function
/xnu-11215/iokit/DriverKit/
H A Dbounded_array_ref.h252 slice(size_t n, size_t m) const in slice() function
/xnu-11215/tests/cpu_counters/
H A Dkpc_tests.c514 double slice = (double)(cur_ns - first_ns) / PMI_TEST_DURATION_NS * variable
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp401 slice() const in slice() function in image