Searched refs:slice (Results 1 – 9 of 9) 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/tests/cpu_counters/ |
| H A D | kpc_tests.c | 494 double slice = (double)(cur_ns - first_ns) / PMI_TEST_DURATION_NS * 496 if (slice < NTIMESLICES) { 497 cpu->pmi_timeslices[(unsigned int)slice] += 1; 514 double slice = (double)(cur_ns - first_ns) / PMI_TEST_DURATION_NS * variable 516 if (slice < NTIMESLICES) { 517 cpu->scheduled_timeslices[(unsigned int)slice] += 1;
|
| /xnu-11215/tools/lldbmacros/tests/lldbmock/ |
| H A D | memorymock.py | 229 if isinstance(key, slice): 235 if isinstance(key, slice): 541 if isinstance(key, slice):
|
| /xnu-11215/tools/kt-dump/ |
| H A D | kt-dump.cpp | 401 slice() const in slice() function in image 432 << indent << " \"slice\": \"" << slice() << "\",\n" in dump() 435 std::cout << imgname << " (" << slice() << ", " << uuid() << ")\n"; in dump()
|
| /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/doc/mach_ipc/ |
| H A D | kmsg.md | 412 On macOS where kernel extensions exist and use the arm64e slice,
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | cvalue.py | 122 if type(key) is slice:
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12207 …if (PEReadNVRAMProperty(nvram_var_name_buffer, boundedOutBuf.slice(concat_len, len).data(), &len) …
|