Searched refs: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.cpp822 /// @arg infoArray - The array of InstInfo objects to populate
824 static void populateInstInfo(CompoundConstantEmitter &infoArray, argument
836 infoArray.addEntry(infoStruct);
981 CompoundConstantEmitter infoArray; local
984 populateInstInfo(infoArray, target);
989 infoArray.emit(o, i);

Completed in 74 milliseconds