OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:physical
(Results
176 - 200
of
1948
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sonet.h
1
/* sonet.h - SONET/SHD
physical
layer control */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sonet.h
1
/* sonet.h - SONET/SHD
physical
layer control */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sonet.h
1
/* sonet.h - SONET/SHD
physical
layer control */
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
18
* The Scene class implements a simple
physical
simulation of a scene, using the
19
* CIE 1931 colorspace to represent light in
physical
units (lux).
69
// Get sensor response in
physical
units (electrons) for light hitting the
/external/chromium_org/base/
sys_info.h
24
// Return the number of bytes of
physical
memory on the current machine.
27
// Return the number of bytes of current available
physical
memory on the
31
// Return the number of megabytes of
physical
memory on the current machine.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp
10
// This pass maps the pseudo interpolation registers to the correct
physical
12
// parameters into
physical
registers. The specific
physical
register that each
/external/iproute2/man/man8/
ip-link.8
129
specifies the
physical
device to act operate on.
174
specifies the
physical
device to act operate on.
182
(VF) devices, this keyword should specify the associated
Physical
Function (PF)
ip-link.8.in
123
specifies the
physical
device to act operate on.
168
specifies the
physical
device to act operate on.
176
(VF) devices, this keyword should specify the associated
Physical
Function (PF)
/external/libppp/src/
async.c
53
#include "
physical
.h"
106
struct
physical
*p = link2physical(l);
194
struct
physical
*p = link2physical(l);
bundle.h
69
struct
physical
;
92
int all; /* Union of all
physical
::type's */
93
int open; /* Union of all open
physical
::type's */
tcp.c
58
#include "
physical
.h"
121
tcp_iov2device(int type, struct
physical
*p, struct iovec *iov,
135
tcp_Create(struct
physical
*p)
/external/libvorbis/doc/vorbisfile/
OggVorbis_File.html
93
ogg_stream_state os; /* take
physical
pages, weld into a logical
116
<dd>Read-only int indicating whether file is seekable. E.g., a
physical
file is seekable, a pipe isn't.</dd>
118
<dd>Read-only int indicating the number of logical bitstreams within the
physical
bitstream.</dd>
/external/llvm/lib/CodeGen/
MachineCSE.cpp
190
///
physical
registers (except for dead defs of
physical
registers). It also
191
/// returns the
physical
register def by reference if it's the only one and the
192
/// instruction does not uses a
physical
register.
262
// Avoid extending live range of
physical
registers if they are
476
// If the instruction defines
physical
registers and the values *may* be
478
// It's also not safe if the instruction uses
physical
registers.
488
// and it also defines the
physical
register which is not clobbered
489
// in between and the
physical
register uses were not clobbered.
491
// defines the same
physical
register, which was detected above
[
all
...]
RegAllocBase.cpp
65
// Visit all the live registers. If they are already assigned to a
physical
83
// Continue assigning vregs one at a time to available
physical
registers.
97
// selectOrSplit requests the allocator to return an available
physical
RegAllocBase.h
15
// - If virtual and
physical
register liveness is modeled using intervals, then
28
// coloring, instead driving the assignment of virtual to
physical
registers by
76
//
physical
register assignments.
/external/mesa3d/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp
10
// This pass maps the pseudo interpolation registers to the correct
physical
12
// parameters into
physical
registers. The specific
physical
register that each
/external/qemu/docs/
ANDROID-FRAMEBUFFER.TXT
16
- let the kernel control the
physical
base address for the framebuffer
20
The pixel buffer is itself a set of
physical
pages allocated by the
26
checking the dirty bits of the framebuffer
physical
pages, in order to
/frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java
37
//
physical
cell id 0..503
58
* @param pci
Physical
Cell Id 0..503
105
* @return
Physical
Cell Id 0..503, Integer.MAX_VALUE if unknown
/hardware/samsung_slsi/exynos5/include/
ExynosBuffer.h
49
BUFFER_TYPE_PHYS = 1 << 1, //!<
physical
address
51
BUFFER_TYPE_FD = 1 << 3, //!<
physical
address
61
//! Buffer
physical
address
s5p_fimc_v4l2.h
138
unsigned int buf_addr_phy_rgb_y; // Base Address of the Source Image (RGB or Y):
Physical
Address
139
unsigned int buf_addr_phy_cb; // Base Address of the Source Image (CB Component) :
Physical
Address
140
unsigned int buf_addr_phy_cr; // Base Address of the Source Image (CR Component) :
Physical
Address
/hardware/ti/omap3/dspbridge/inc/
cmmdefs.h
79
DWORD dwSMBasePA; /*
Physical
SM Base address(GPP). */
136
CMM_VA2PA = 0, /* Virtual to GPP
physical
address xlation */
137
CMM_PA2VA = 1, /* GPP
Physical
to virtual */
/hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h
79
DWORD dwSMBasePA; /*
Physical
SM Base address(GPP). */
136
CMM_VA2PA = 0, /* Virtual to GPP
physical
address xlation */
137
CMM_PA2VA = 1, /* GPP
Physical
to virtual */
/external/kernel-headers/original/asm-mips/
dma.h
37
* - channels 0-3 are byte - addresses/counts are for
physical
bytes
38
* - channels 5-7 are word - addresses/counts are for
physical
words
39
* - transfers must not cross
physical
64K (0-3) or 128K (5-7) boundaries
51
* A23 ... A16 A15 ... A8 A7 ... A0 (
Physical
addresses)
60
* A23 ... A17 A16 A15 ... A9 A8 A7 ... A1 A0 (
Physical
addresses)
/external/kernel-headers/original/asm-x86/
dma_32.h
32
* - channels 0-3 are byte - addresses/counts are for
physical
bytes
33
* - channels 5-7 are word - addresses/counts are for
physical
words
34
* - transfers must not cross
physical
64K (0-3) or 128K (5-7) boundaries
46
* A23 ... A16 A15 ... A8 A7 ... A0 (
Physical
addresses)
55
* A23 ... A17 A16 A15 ... A9 A8 A7 ... A1 A0 (
Physical
addresses)
/external/libvorbis/doc/
vorbis.html
129
stream of octets is a
physical
representation of a true logical
189
of the audio representation in as few
physical
bits as possible;
214
(of mixed media types) can be combined into
physical
bitstreams, and
215
restrictions on logical-to-
physical
mapping. Note that this document is
223
Ogg
physical
bitstream.</li>
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>