Searched refs:ints (Results 1 – 6 of 6) sorted by relevance
113 * security_token_t (2 ints)114 * audit_token_t (8 ints)115 * mach_port_context_t (2 ints)311 * policy_fifo_info_t (4 ints)312 * policy_rr_info_t (5 ints)326 * task_events_info_t (8 ints)329 * policy_fifo_info_t (4 ints)330 * policy_rr_info_t (5 ints)332 * task audit token (8 ints)338 * task_vm_info_t (93 ints)[all …]
915 assert(ints); in OSAllocationTests()919 for (int& i : ints) { in OSAllocationTests()964 assert(ints); in OSDataAllocationTests()968 for (int& i : ints) { in OSDataAllocationTests()994 assert(ints.size() == 5); in OSBoundedArrayTests()998 for (int& i : ints) { in OSBoundedArrayTests()1019 assert(ints); in OSBoundedArrayRefTests()1023 for (int& i : ints) { in OSBoundedArrayRefTests()1036 assert(ints.length() == 5); in OSBoundedArrayRefTests()1037 ints = OSBoundedArrayRef<int>(); in OSBoundedArrayRefTests()[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…
1719 int ints = 0; in panic_lockdown_expect_test() local1742 ints = ml_set_interrupts_enabled(FALSE); in panic_lockdown_expect_test()1748 (void)ml_set_interrupts_enabled(ints); in panic_lockdown_expect_test()