Home
last modified time | relevance | path

Searched refs:ints (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/osfmk/mach/
H A Dmach_types.defs99 * mach_port_status_t (9 ints) or a
101 * mach_port_info_ext_t (17 ints). If new flavors of
113 * security_token_t (2 ints)
114 * audit_token_t (8 ints)
115 * mach_port_context_t (2 ints)
309 * thread_basic_info_t (10 ints)
310 * policy_timeshare_info_t (5 ints)
311 * policy_fifo_info_t (4 ints)
312 * policy_rr_info_t (5 ints)
313 * thread_extended_info (12 ints + 64 chars)
[all …]
/xnu-12377.1.9/iokit/Tests/
H A DTests.cpp914 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local
915 assert(ints); in OSAllocationTests()
919 for (int& i : ints) { in OSAllocationTests()
926 for (__assert_only int& i : ints) { in OSAllocationTests()
963 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSDataAllocationTests() local
964 assert(ints); in OSDataAllocationTests()
968 for (int& i : ints) { in OSDataAllocationTests()
975 for (__assert_only const int& i : ints) { in OSDataAllocationTests()
993 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() local
994 assert(ints.size() == 5); in OSBoundedArrayTests()
[all …]
/xnu-12377.1.9/tools/tests/MPMMTest/
H A DKQMPMMtest.c602 void *ints = malloc(sizeof(u_int32_t) * num_ints); in client() local
651 ((ipc_complex_message *)req)->descriptor.address = ints; in client()
702 free(ints); in client()
H A DMPMMtest.c689 void *ints = malloc(sizeof(u_int32_t) * num_ints); in client() local
753 ((ipc_complex_message *)req)->descriptor.address = ints; in client()
811 free(ints); in client()
/xnu-12377.1.9/libkdd/
H A DREADME.md43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…
/xnu-12377.1.9/osfmk/arm64/
H A Dplatform_tests.c1787 int ints = 0; in panic_lockdown_expect_test() local
1810 ints = ml_set_interrupts_enabled(FALSE); in panic_lockdown_expect_test()
1816 (void)ml_set_interrupts_enabled(ints); in panic_lockdown_expect_test()