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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h 57 resident set size will be more likely to have physical memory
189 /* Number of times a process was swapped out of physical memory. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 96 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 166 /* the physical in-dev */
170 /* the physical out-dev */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 57 resident set size will be more likely to have physical memory
189 /* Number of times a process was swapped out of physical memory. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 96 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 166 /* the physical in-dev */
170 /* the physical out-dev */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 57 resident set size will be more likely to have physical memory
189 /* Number of times a process was swapped out of physical memory. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 96 __u32 physical; /* physical usage for this field */ member in struct:hiddev_field_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 166 /* the physical in-dev */
170 /* the physical out-dev */
  /system/extras/libpagemap/include/pagemap/
pagemap.h 89 /* Get the map count (from /proc/kpagecount) of a physical frame.
93 /* Get the page flags (from /proc/kpageflags) of a physical frame.
  /external/grub/stage2/
smp-imps.c 56 #define PHYS_TO_VIRTUAL(x) /* convert physical address "x" to virtual */
57 #define VIRTUAL_TO_PHYS(x) /* convert virtual address "x" to physical */
684 * (1) : A non-linear virtual to physical memory mapping is probably OK,
692 * 0x600, the EBDA, 0xE0000 to 0xFFFFF, and unreported physical
693 * RAM). Sometimes a small amount of physical RAM is not
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 123 """Raised when there is a physical connection error."""
649 """Reads data. Blocks until enough data has arrived via physical
657 ConnectionTerminatedException: when the physical connection has
690 - STATE_TERMINATED: when the physical connection has closed or
823 # Physical stream is responsible for masking.
867 # inner frames on the physical channel.
    [all...]
  /frameworks/base/core/java/android/view/
Display.java 41 * physical size of the display if the window manager is emulating a smaller display
46 * A logical display does not necessarily represent a particular physical display device
48 * display may be presented on one or more physical displays according to the devices
428 * under normal operation, as long as there is no physical change in screen
525 * graphics on the screen, which is the opposite direction of the physical
596 * The real size may be smaller than the physical size of the screen when the
615 * The real size may be smaller than the physical size of the screen when the
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
c2d2.h 304 C2D_SURFACE_WITH_PHYS = (1<<3), /* physical address already mapped */
306 C2D_SURFACE_WITH_PHYS_DUMMY = (1<<4), /* physical address already mapped */
316 void *phys; /* physical address */
326 void *phys0; /* physical address */
329 void *phys1; /* physical address */
332 void *phys2; /* physical address */
554 * after blit, however no physical target transform is performed.
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 26 /// MachineRegisterInfo - Keep track of information for virtual and physical
53 /// the allocator should prefer the physical register allocated to the virtual
58 /// physical registers.
62 /// list for the specified virtual or physical register.
103 /// Keep track of the physical registers that are live in to the function.
372 // Physical Register Use Info
502 /// corresponding live-in physical register.
505 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
506 /// corresponding live-in physical register.
MachineInstrBundle.h 167 /// PhysRegInfo - Information about a physical register used by a set of
202 /// physical register. This function should not be called after operator++(),
205 /// @param Reg The physical register to analyze.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 596 """Reads data. Blocks until enough data has arrived via physical
604 ConnectionTerminatedException: when the physical connection has
637 - STATE_TERMINATED: when the physical connection has closed or
663 # Physical stream is responsible for masking.
689 # inner frames on the physical channel.
845 """A structure that holds data to be sent via physical connection and
855 """A thread that is responsible for writing data to physical connection.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 215 // Line visual and layout overflow are in the coordinate space of the block. This means that they aren't purely physical directions.
216 // For horizontal-tb and vertical-lr they will match physical directions, but for horizontal-bt and vertical-rl, the top/bottom and left/right
217 // respectively are flipped when compared to their physical counterparts. For example minX is on the left in vertical-lr, but it is on the right in vertical-rl.
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 237 // In Windows, RawKeyDown only has information about the physical key, but
239 // translated into. For English, the physical key value and the character
242 // physical key value. Thus, without accepting Char event type which
  /external/kernel-headers/original/asm-arm/
io.h 31 * ISA I/O bus memory addresses are 1:1 with the physical address.
60 * __ioremap takes CPU physical address.
284 * Convert a physical pointer to a virtual kernel pointer for /dev/mem
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 176 // Collect interferences assigned to any alias of the physical register.
226 // Populate a list of physical register spill candidates.
257 // Tell the caller to allocate to this newly freed physical register.
TargetRegisterInfo.cpp 99 /// getMinimalPhysRegClass - Returns the Register Class of a physical
104 assert(isPhysicalRegister(reg) && "reg must be a physical register");
269 // Target-independent hints are either a physical or a virtual register.
  /external/qemu/
a.out.h 106 host_ulong s_paddr; /* physical address, offset
134 * grouping will have l_lnno = 0 and in place of physical address will be the
140 host_ulong l_paddr; /* (physical) address of line number */

Completed in 1287 milliseconds

<<11121314151617181920>>