Searched defs:infoArray (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc28 processor_info_array_t infoArray; local
34 &infoArray,
47 (processor_cpu_load_info_data_t*) infoArray;
58 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
103 processor_info_array_t infoArray; local
109 &infoArray,
117 (processor_cpu_load_info_data_t*) infoArray;
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp834 /// @arg infoArray - The array of InstInfo objects to populate
836 static void populateInstInfo(CompoundConstantEmitter &infoArray, argument
848 infoArray.addEntry(infoStruct);
996 CompoundConstantEmitter infoArray; local
999 populateInstInfo(infoArray, target);
1005 infoArray.emit(OS, i);

Completed in 94 milliseconds