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 28 processor_info_array_t infoArray;
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;
109 &infoArray,
117 (processor_cpu_load_info_data_t*) infoArray;
139 vm_deallocate(mach_task_self(), (vm_address_t)infoArray, infoCount);
  /dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp 531 compileTableEntry* infoArray = compileTable;
564 infoArray[entry].isConst = true;
565 infoArray[entry].value[0] = tmpValue[0];
737 infoArray[entry].isConst = true;
739 infoArray[entry].value[0] = -tmpValue[0];
741 infoArray[entry].value[0] = ~tmpValue[0]; //CHECK
743 infoArray[entry].value[0] = tmpValue[0];
745 infoArray[entry].value[0] = (tmpValue[0] << 24) >> 24;
747 infoArray[entry].value[0] = ((unsigned int)(tmpValue[0] << 16)) >> 16;
749 infoArray[entry].value[0] = (tmpValue[0] << 16) >> 16
    [all...]

Completed in 68 milliseconds