OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:physical
(Results
101 - 125
of
1153
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/linux/
genhd.h
368
__le32 d_phys_cyl; /* # of
physical
cylinders per device */
369
__le32 d_phys_trk; /* # of
physical
tracks per cylinder */
370
__le32 d_phys_sec; /* # of
physical
sectors per track */
371
__le32 d_phys_bytes; /* # of
physical
bytes per sector */
qic117.h
139
/*11*/ {"
physical
reverse", 0x17, 0x05, motion, 0, required},\
140
/*12*/ {"
physical
forward", 0x17, 0x05, motion, 0, required},\
191
#define QIC_STATUS_AT_BOT 0x40 /* Cartridge is at
physical
193
#define QIC_STATUS_AT_EOT 0x80 /* Cartridge is at
physical
end
/external/kernel-headers/original/linux/raid/
md_u.h
83
int layout; /* 0 the array's
physical
layout */
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
24
/// MachineRegisterInfo - Keep track of information for virtual and
physical
46
/// the allocator should prefer the
physical
register allocated to the virtual
51
///
physical
registers.
61
/// LiveIns/LiveOuts - Keep track of the
physical
registers that are
185
/// list for the specified virtual or
physical
register.
280
//
Physical
Register Use Info
330
/// corresponding live-in
physical
register.
333
/// getLiveInVirtReg - If PReg is a live-in
physical
register, return the
334
/// corresponding live-in
physical
register.
/external/llvm/lib/CodeGen/
AllocationOrder.h
45
/// next - Return the next
physical
register in the allocation order, or 0.
MachineCSE.cpp
187
///
physical
registers (except for dead defs of
physical
registers). It also
188
/// returns the
physical
register def by reference if it's the only one and the
189
/// instruction does not uses a
physical
register.
394
// If the instruction defines
physical
registers and the values *may* be
396
// It's also not safe if the instruction uses
physical
registers.
401
// ... Unless the CS is local and it also defines the
physical
register
402
// which is not clobbered in between and the
physical
register uses
436
"Do not CSE
physical
register defs!");
/external/llvm/lib/Target/X86/
X86.h
43
/// floating point stack references and
physical
instructions.
/external/llvm/test/CodeGen/X86/
2009-08-06-inlineasm.ll
7
; once the coalescer fixes a virtual register to
physical
register we can't
/external/oprofile/daemon/
opd_sfile.h
31
* Each set of sample files (where a set is over the
physical
counter
/external/qemu/
cpu-common.h
23
/* address in the RAM (different from a
physical
address) */
/external/qemu/hw/
smbios.h
99
/* SMBIOS type 16 -
Physical
Memory Array
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepCustomClientTests.java
33
* Tests connectivity to a custom SNEP server, using a
physical
NFC device.
SnepDefaultClientTests.java
33
* Tests connectivity to a default SNEP server, using a
physical
NFC device.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dn.h
133
* DECnet
physical
socket address format
fd.h
270
* on the FDC might not agree with the actual
physical
288
* Only writes that were attempted but failed due to a
physical
media
293
unsigned int write_errors; /* number of
physical
write errors
347
long phys_length; /*
physical
length, if different from dma length */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
ca.h
35
#define CA_CI_PHYS 4 /* CI
physical
layer level interface */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_u.h
83
int layout; /* 0 the array's
physical
layout */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vtimes.h
52
/* Number of times a process was swapped out of
physical
memory. */
/prebuilt/ndk/android-ndk-r5/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
/prebuilt/ndk/android-ndk-r6/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
/prebuilt/ndk/android-ndk-r6/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/
CompilerIR.h
39
u1 lowReg:6; // First
physical
register
40
u1 highReg:6; // 2nd
physical
register (if wide)
/development/pdk/docs/porting/
intro_source_code.jd
31
<li>Android/PMEM: The PMEM (
physical
memory) driver is used to provide contiguous
physical
memory regions to userspace libraries that interact with the digital signal processor (DSP) and other hardware that cannot cope with scatter-gather.</li>
/external/chromium/chrome/browser/policy/
device_token_fetcher.h
152
// Contains
physical
machine id to send to the server.
154
// Contains
physical
machine model to send to server.
Completed in 320 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>