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

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 172 // Collect interferences assigned to any alias of the physical register.
222 // Populate a list of physical register spill candidates.
253 // Tell the caller to allocate to this newly freed physical register.
RegAllocFast.cpp 88 // that is currently available in a physical register.
93 // RegState - Track the state of a physical register.
109 // the physical register is currently allocated to a virtual register. In
268 "Spilling a physical register is illegal!");
340 /// usePhysReg - Handle the direct use of a physical register.
376 // its value is defined only by physical sub-registers. This check
495 /// that PhysReg is the proper container for VirtReg now. The physical
514 /// allocVirtReg - Allocate a physical register for VirtReg.
    [all...]
TargetRegisterInfo.cpp 108 /// getMinimalPhysRegClass - Returns the Register Class of a physical
113 assert(isPhysicalRegister(reg) && "reg must be a physical register");
278 // Target-independent hints are either a physical or a virtual register.
TwoAddressInstructionPass.cpp 93 // SrcRegMap - A map from virtual registers to physical registers which are
94 // likely targets to be coalesced to due to copies from physical registers to
98 // DstRegMap - A map from virtual registers to physical registers which are
99 // likely targets to be coalesced to due to copies to physical registers from
380 /// registers and whether they are physical registers by reference.
451 // All uses of physical registers are likely to be kills.
519 /// getMappedReg - Return the physical register the specified virtual register
595 // -RegB is tied to the wrong physical register, but RegC is.
596 // -RegB is tied to the wrong physical register, and RegC isn't tied.
601 // -RegC is tied to the wrong physical register, but RegB is
    [all...]
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerInternal.java 114 * to be presented on a physical display if appropriate. Otherwise, the display manager
115 * may choose to make the physical display mirror some other logical display.
139 * TODO: Technically this should be associated with a physical rather than logical
  /frameworks/base/core/java/android/util/
DisplayMetrics.java 181 * The exact physical pixels per inch of the screen in the X dimension.
185 * The exact physical pixels per inch of the screen in the Y dimension.
287 * Returns true if the physical aspects of the two display metrics
  /frameworks/base/services/core/java/com/android/server/hdmi/
DeviceDiscoveryAction.java 37 * <li>Gather "Physical address" and "device type" of all acknowledged devices
48 // State in which the action is waiting for gathering physical address of non-local devices.
134 Slog.v(TAG, "Start [Physical Address Stage]:" + mDevices.size());
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_decoder_host.h 80 @param[in] phys : Physical address on where firmware should be loaded.
99 @param[in] phys : Physical address on where global memory starts.
118 @param[in] phys : Physical address of allocated memory for this codec.
  /hardware/libhardware/include/hardware/
tv_input.h 76 /* Physical HDMI port. (e.g. HDMI 1) */
86 /* Type of physical TV input. */
119 * hotplug events (i.e. plugging cable into or out of the physical port).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h 155 char s_paddr[4]; /* physical address, aliased s_nlib */
214 * grouping will have l_lnno = 0 and in place of physical address will be the
221 char l_paddr[4]; /* (physical) address of line number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 155 char s_paddr[4]; /* physical address, aliased s_nlib */
214 * grouping will have l_lnno = 0 and in place of physical address will be the
221 char l_paddr[4]; /* (physical) address of line number */
  /art/compiler/optimizing/
ssa_builder.h 37 * have a physical location after register allocation. See the
  /bionic/libc/kernel/uapi/linux/
agpgart.h 85 __u32 physical; member in struct:_agp_allocate
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceStressTest.java 35 * Requires a physical device to be connected.
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 64 * aspect ratio must be the same as the physical camera sensor, and the FOV for these outputs
  /development/ndk/platforms/android-14/include/android/
native_window.h 93 * window's physical size, then it buffer will be scaled to match that size
  /development/ndk/platforms/android-21/include/linux/
agpgart.h 85 __u32 physical; member in struct:_agp_allocate
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_apic_32.h 99 } physical; member in union:IO_APIC_route_entry::__anon2590
  /device/asus/fugu/libaudio/
AudioStreamOut.h 108 // actual physical outputs.
  /docs/source.android.com/src/devices/camera/
camera3_metadata.jd 59 pipeline, as well as controls that affect physical devices, such as lens focus
  /docs/source.android.com/src/devices/tech/security/enhancements/
enhancements43.jd 29 ADB where the attacker has physical access to a device.</li>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 30 // pt - physical (OS) thread.
  /external/droiddriver/src/io/appium/droiddriver/actions/
SingleKeyAction.java 32 * users may not have access to it because the device (physical or virtual keyboard) may not support
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 44 /** Physical directions */
  /external/e2fsprogs/debugfs/
debug_cmds.ct 157 request do_bmap, "Calculate the logical->physical block mapping for an inode",

Completed in 589 milliseconds

<<11121314151617181920>>