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

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMAssertions.c777 int flattenedArrayCount = 0; local
804 flattenedArrayCount = CFArrayGetCount(flattenedDictionary);
807 if (0 == flattenedArrayCount) {
811 newDictKeys = (CFNumberRef *)malloc(sizeof(CFTypeRef) * flattenedArrayCount);
812 newDictValues = (CFArrayRef *)malloc(sizeof(CFTypeRef) * flattenedArrayCount);
817 for (int i=0; i < flattenedArrayCount; i++)
830 (const void **)newDictKeys, (const void **)newDictValues, flattenedArrayCount,

Completed in 79 milliseconds