HomeSort by relevance Sort by last modified time
    Searched defs:infoArray (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_mac.cc 23 processor_info_array_t infoArray;
29 &infoArray,
41 (processor_cpu_load_info_data_t*) infoArray;
51 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
72 processor_info_array_t infoArray;
96 &infoArray,
104 (processor_cpu_load_info_data_t*) infoArray;
126 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
  /external/llvm/utils/TableGen/
EDEmitter.cpp 799 /// @arg infoArray - The array of InstInfo objects to populate
801 static void populateInstInfo(CompoundConstantEmitter &infoArray,
813 infoArray.addEntry(infoStruct);
958 CompoundConstantEmitter infoArray;
961 populateInstInfo(infoArray, target);
968 infoArray.emit(o, i);

Completed in 377 milliseconds