Searched refs:stackArray (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSSerializeBinary.cpp265 OSObject ** stackArray; local
296 objsArray = stackArray = NULL;
446 parent = stackArray[stackIdx];
461 if (stackCapacity) kfree(stackArray, stackCapacity * sizeof(*stackArray));
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dcmemory.h258 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(FALSE) {}
334 T stackArray[stackCapacity]; member in class:MaybeStackArray
411 ptr=stackArray;
512 // stackHeader must precede stackArray immediately.
514 T stackArray[stackCapacity]; member in class:MaybeStackHeaderAndArray
H A Duts46.cpp433 if(srcLength<=256) { // length of stackArray[]
435 char stackArray[256]; local
438 stackArray, LENGTHOF(stackArray), &destCapacity);
/macosx-10.10.1/libauto-186/tests/
H A Ddump.m576 NSPointerArray *stackArray;
623 stackArray = [NSPointerArray pointerArrayWithPointerFunctions:structDescriptorFunctions];
642 [stackArray addPointer:thread_descriptor];
645 thread_descriptor = (thread_descriptor_t *)[stackArray pointerAtIndex:nthreads++];
662 //[stackArray addPointer:thread_descriptor];
699 if (verbose) printf("stack descriptor %p (%ld) has %d items\n", descriptor, [stackArray count], nitems);
701 //thread_descriptor = (thread_descriptor_t *)[stackArray pointerAtIndex:nthreads++];
904 count = [stackArray count];
907 for (unsigned int index = 0; index < [stackArray count]; ++index) {
908 thread_descriptor_t *thread_descriptor = (thread_descriptor_t *)[stackArray pointerAtInde
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFSerialize.c1138 CFTypeRef * stackArray; local
1171 objsArray = stackArray = NULL;
1326 parent = stackArray[stackIdx];
1343 if (stackCapacity) free(stackArray);

Completed in 101 milliseconds