Searched refs:ints (Results 1 – 5 of 5) 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 …]
333 OSAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local334 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() local381 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() local411 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…