HomeSort by relevance Sort by last modified time
    Searched full:physical (Results 276 - 300 of 1948) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vtimes.h 52 /* Number of times a process was swapped out of physical memory. */
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /system/core/toolbox/
sendevent.c 26 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */
  /dalvik/vm/compiler/codegen/x86/
LowerHelper.cpp 22 With NCG O1: the lowering module will use variables that will be allocated to a physical register by the register allocator.
30 A single native instruction can use multiple physical registers.
32 since it may free the physical register used by an operand and cause two operands being allocated to the same physical register.
34 When allocating a physical register for an operand, we can't spill the operands that are already allocated. To avoid that, we call startNativeCode before each native instruction, here flag "canSpill" is set to true for each physical register;
35 when a physical register is allocated, we set its flag "canSpill" to false;
272 //!With NCG O1, we call freeReg to free up physical registers, then call registerAlloc to allocate a physical register for memory base
293 //!With NCG O1, wecall freeReg to free up physical registers, then call registerAlloc to allocate a physical register for the single operan
    [all...]

Completed in 813 milliseconds

<<11121314151617181920>>