Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/iokit/Tests/
H A DTests.cpp913 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local
914 assert(ints); in OSAllocationTests()
918 for (int& i : ints) { in OSAllocationTests()
925 for (int& i : ints) { in OSAllocationTests()
962 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSDataAllocationTests() local
963 assert(ints); in OSDataAllocationTests()
967 for (int& i : ints) { in OSDataAllocationTests()
974 for (const int& i : ints) { in OSDataAllocationTests()
992 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() local
993 assert(ints.size() == 5); in OSBoundedArrayTests()
[all …]
/xnu-10063.141.1/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-10063.141.1/libkdd/
H A DREADME.md43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…
/xnu-10063.141.1/osfmk/arm64/
H A Dplatform_tests.c1639 int ints = 0; in panic_lockdown_expect_test() local
1656 ints = ml_set_interrupts_enabled(FALSE); in panic_lockdown_expect_test()
1662 (void)ml_set_interrupts_enabled(ints); in panic_lockdown_expect_test()