Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/iokit/Tests/
H A DTests.cpp333 OSAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local
334 assert(ints); in OSAllocationTests()
338 for (int& i : ints) { in OSAllocationTests()
345 for (int& i : ints) { in OSAllocationTests()
380 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSDataAllocationTests() local
381 assert(ints); in OSDataAllocationTests()
385 for (int& i : ints) { in OSDataAllocationTests()
392 for (const int& i : ints) { in OSDataAllocationTests()
410 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() local
411 assert(ints.size() == 5); in OSBoundedArrayTests()
[all …]
/xnu-8019.80.24/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-8019.80.24/libkdd/
H A DREADME.md43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…