Searched refs:ints (Results 1 – 6 of 6) sorted by relevance
99 * mach_port_status_t (9 ints) or a101 * mach_port_info_ext_t (17 ints). If new flavors of113 * 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 …]
914 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local915 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() local964 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() local994 assert(ints.size() == 5); in OSBoundedArrayTests()[all …]
602 void *ints = malloc(sizeof(u_int32_t) * num_ints); in client() local651 ((ipc_complex_message *)req)->descriptor.address = ints; in client()702 free(ints); in client()
689 void *ints = malloc(sizeof(u_int32_t) * num_ints); in client() local753 ((ipc_complex_message *)req)->descriptor.address = ints; in client()811 free(ints); in client()
43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…
1787 int ints = 0; in panic_lockdown_expect_test() local1810 ints = ml_set_interrupts_enabled(FALSE); in panic_lockdown_expect_test()1816 (void)ml_set_interrupts_enabled(ints); in panic_lockdown_expect_test()