HomeSort by relevance Sort by last modified time
    Searched full:physical (Results 601 - 625 of 2428) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
qic117.h 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, motion, 1, required}, {"reserved (19)", 0x00, 0x00, unused, 0, discretional}, {"reserved (20)", 0x00, 0x00, unused, 0, discretional}, {"micro step head up", 0x02, 0x00, motion, 0, required}, {"micro step head down", 0x02, 0x00, motion, 0, required}, {"soft select", 0x00, 0x00, mode, 0, discretional}, {"soft deselect", 0x00, 0x00, mode, 0, discretional}, {"skip segments reverse", 0x36, 0x24, motion, 1, required}, {"skip segments forward", 0x36, 0x24, motion, 1, required}, {"select rate or format", 0x03, 0x01, mode, 0, required }, {"enter diag mode 1", 0x00, 0x00, mode, 0, discretional}, {"enter diag mode 2", 0x00, 0x00, mode, 0, discretional}, {"enter primary mode", 0x00, 0x00, mode, 0, required}, {"vendor unique (31)", 0x00, 0x00, unused, 0, discretional}, {"report vendor id", 0x00, 0x00, report, 0, required}, {"report tape status", 0x04, 0x04, report, 0, ccs1}, {"skip extended reverse", 0x36, 0x24, motion, 1, ccs1}, {"skip extended forward", 0x36, 0x24, motion, 1, ccs1}, {"calibrate tape length", 0x17, 0x05, motion, 1, ccs2}, {"report format segments", 0x17, 0x05, report, 0, ccs2}, {"set format segments", 0x17, 0x05, mode, 0, ccs2}, {"reserved (39)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (40)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (41)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (42)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (43)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (44)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (45)", 0x00, 0x00, unused, 0, discretional}, {"phantom select", 0x00, 0x00, mode, 0, discretional}, {"phantom deselect", 0x00, 0x00, mode, 0, discretional}, }
  /system/connectivity/shill/wifi/
wifi_endpoint.h 168 // Parse information elements to determine the physical mode, vendor
170 // with the AP. Returns true if a physical mode was determined from
  /system/extras/libpagemap/include/pagemap/
pagemap.h 122 /* Get the map count (from /proc/kpagecount) of a physical frame.
126 /* Get the page flags (from /proc/kpageflags) of a physical frame.
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 103 cl::desc("Disable non-allocatable physical register copy optimization"));
118 STATISTIC(NumNAPhysCopies, "Number of non-allocatable physical copies removed");
177 /// \brief Is the register \p Reg a non-allocatable physical register?
180 /// \brief If copy instruction \p MI is a non-allocatable virtual<->physical
182 /// non-allocatable physical register was previously copied to a virtual
345 /// If \p Reg is a physical register, a value tracker constructed with
347 /// Indeed, when \p Reg is a physical register that constructor does not
349 /// Use the next constructor to track a physical register.
365 /// may be able to find a new source when the definition is a physical
565 // physical register, we can try to optimize it
    [all...]
MachineRegisterInfo.cpp 283 /// If ToReg is a physical register we apply the sub register to obtain the
284 /// final/proper physical register.
348 /// corresponding live-in physical register.
356 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
357 /// corresponding live-in physical register.
TargetRegisterInfo.cpp 131 /// getMinimalPhysRegClass - Returns the Register Class of a physical
136 assert(isPhysicalRegister(reg) && "reg must be a physical register");
351 // Target-independent hints are either a physical or a virtual register.
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_overview.jd 77 <p>These sensors measure the physical position of a device. This category includes
101 hardware-based and some are software-based. Hardware-based sensors are physical components built
104 sensors are not physical devices, although they mimic hardware-based sensors. Software-based sensors
128 all three physical axes (x, y, and z), including the force of gravity.</td>
140 three physical axes (x, y, z).</td>
147 physical axes
162 all three physical axes (x, y, and z), excluding the force of gravity.</td>
168 <td>Measures the ambient geomagnetic field for all three physical axes (x, y, z) in
175 <td>Measures degrees of rotation that a device makes around all three physical axes (x, y, z).
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 278 // The audio HAL handles routing to physical devices entirely
452 ALOGVV("getPresentationPosition: no physical outputs! This HAL is inactive!");
536 // of physical outputs. The rest of the system will handle
654 // If we don't actually have any physical outputs to write to, just sleep
683 // Across all of our physical outputs, figure out the max time when
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
layer1.py 517 Requests that the status of an array of physical or logical
527 objects can be either physical or components, but not a mix of both
568 on the physical attempt object. It is used to display error
575 physical attempt object. It is used to display error information to
581 value is set on the physical attempt object. It is used to display
  /external/kernel-headers/original/uapi/drm/
drm.h 212 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
213 unsigned long size; /**< Requested physical size (bytes) */
533 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
557 unsigned long aperture_base; /* physical address */
  /external/libdrm/include/drm/
drm.h 213 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
214 unsigned long size; /**< Requested physical size (bytes) */
535 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
559 unsigned long aperture_base; /* physical address */
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 25 /// An unsigned integer type large enough to represent all physical registers,
132 /// TableGen generated physical register data. It must not be extended with
335 /// \brief Returns the physical register number of sub-register "Index"
336 /// for physical register RegNo. Return zero if the sub-register does not
361 /// specified physical register.
  /external/valgrind/include/vki/
vki-linux-drm.h 100 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
101 unsigned long size; /**< Requested physical size (bytes) */
297 unsigned long physical; /**< Physical used by i810 */ member in struct:vki_drm_agp_buffer
307 unsigned long aperture_base; /* physical address */
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 334 // IMG_UINT32 ui32PhysAddr; /* Physical address Component plane in shared memory*/
353 //// IMG_UINT32 ui32BufferPhysAddr; /* Physical address of buffer table in shared memory*/
478 * Physical address of the colour plane, its stride and its height.
485 IMG_UINT32 ui32PhysAddr; //!< Physical address Component plane in shared memory
502 COMPONENTPLANE ComponentPlane[MTX_MAX_COMPONENTS]; //!< Array of component plane source information (detailing physical address, stride and height)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 213 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
214 unsigned long size; /**< Requested physical size (bytes) */
531 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
555 unsigned long aperture_base; /* physical address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 213 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
214 unsigned long size; /**< Requested physical size (bytes) */
534 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer
558 unsigned long aperture_base; /* physical address */
  /docs/source.android.com/src/security/overview/
updates-resources.jd 143 an app or without physical access to the device. This includes bugs that could
152 ratings, the Android security team also considers physical attack vectors as
154 physical access to the device, for example a bug in a lock screen or one that
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
chart_series.html 48 // Minimum distance between points in physical pixels. Points which are
52 // Density in points per physical pixel at which unselected point dots
56 // Density in points per physical pixel at which unselected point dots
  /external/freetype/src/pfr/
pfrload.c 340 /***** PFR PHYSICAL FONTS *****/
441 * string of the "auxiliary data" portion of a physical font record. This
936 FT_ERROR(( "pfr_phy_font_load: invalid physical font table\n" ));
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 66 #define EXTOUT(x) (0x20 + (x)) /* x = 0x00 - 0x0f physical outs -> FXWC low 16 bits */
112 #define A_EXTIN(x) (0x40 + (x)) /* x = 0x00 - 0x0f physical ins */
114 #define A_EXTOUT(x) (0x60 + (x)) /* x = 0x00 - 0x1f physical outs -> A_FXWC1 0x79-7f unknown */
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 326 // the live intervals for individual physical registers. Instead,
354 /// instructions, and compute a bit mask of physical registers that are not
397 /// @p Pos that are part of any liverange of physical register @p Reg or one
RegisterPressure.h 34 /// List of live in virtual registers or physical register units.
196 /// A set of live virtual registers and physical register units.
317 /// Force liveness of virtual registers or physical register
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 273 // repairLiveintervalsInRange() doesn't handle physical register, so we have
341 // repairLiveintervalsInRange() doesn't handle physical register, so we have
367 // This doesn't handle physical registers like M0
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 42 /// load from a stack slot, return the virtual or physical register number of
50 /// store to a stack slot, return the virtual or physical register number of
136 /// Emit instructions to copy a pair of physical registers.
  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 129 // If AddendSrcReg is a physical register, make sure the destination
142 // interval testing for a physical register, so as long as we're
297 // is necessary only if it is a physical register.

Completed in 2089 milliseconds

<<21222324252627282930>>