Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp333 OSAllocation<int> ints(100, OSAllocateMemory); in OSAllocationTests() local
380 OSDataAllocation<int> ints(100, OSAllocateMemory); in OSDataAllocationTests() local
410 OSBoundedArray<int, 5> ints = {0, 1, 2, 3, 4}; in OSBoundedArrayTests() local
435 OSBoundedArrayRef<int> ints(storage); in OSBoundedArrayRefTests() local
/xnu-8019.80.24/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