Home
last modified time | relevance | path

Searched refs:slice (Results 1 – 9 of 9) 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/tests/cpu_counters/
H A Dkpc_tests.c494 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 Dmemorymock.py229 if isinstance(key, slice):
235 if isinstance(key, slice):
541 if isinstance(key, slice):
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp401 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 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/doc/mach_ipc/
H A Dkmsg.md412 On macOS where kernel extensions exist and use the arm64e slice,
/xnu-11215/tools/lldbmacros/core/
H A Dcvalue.py122 if type(key) is slice:
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp12207 …if (PEReadNVRAMProperty(nvram_var_name_buffer, boundedOutBuf.slice(concat_len, len).data(), &len) …