Home
last modified time | relevance | path

Searched defs:ints (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/iokit/Tests/
H A DTests.cpp913 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local
962 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSDataAllocationTests() local
992 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() local
1017 OSBoundedArrayRef<int> ints(storage); in OSBoundedArrayRefTests() local
/xnu-10002.41.9/tools/tests/MPMMTest/
H A DKQMPMMtest.c602 void *ints = malloc(sizeof(u_int32_t) * num_ints); in client() local
H A DMPMMtest.c689 void *ints = malloc(sizeof(u_int32_t) * num_ints); in client() local