HomeSort by relevance Sort by last modified time
    Searched full:lowest (Results 526 - 550 of 1397) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/zlib-1.2.3/
crc32.c 85 with the lowest powers in the most significant bit. Then adding polynomials
88 polynomial q, also with the lowest power in the most significant bit (so the
  /external/srec/portable/src/
pmemory.c 562 The order and contiguity of storage allocated by successive calls to malloc() is unspecified. The pointer returned if the allocation succeeds shall be suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation shall yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer shall be returned. If the size of the space requested is 0, the behavior is implementation-defined: the value returned shall be either a null pointer or a unique pointer.
728 The order and contiguity of storage allocated by successive calls to realloc() is unspecified. The pointer returned if the allocation succeeds is suitably aligned so that it may be assigned to a pointer to any type of object and then used to access such an object in the space allocated (until the space is explicitly freed or reallocated). Each such allocation will yield a pointer to an object disjoint from any other object. The pointer returned points to the start (lowest byte address) of the allocated space. If the space cannot be allocated, a null pointer is returned.
  /external/v8/src/
platform-cygwin.cc 122 // We keep the lowest and highest addresses mapped as a quick way of
126 // [lowest, highest), inclusive on the low and and exclusive on the high end.
platform-freebsd.cc 137 // We keep the lowest and highest addresses mapped as a quick way of
141 // [lowest, highest), inclusive on the low and and exclusive on the high end.
platform-macos.cc 112 // We keep the lowest and highest addresses mapped as a quick way of
116 // [lowest, highest), inclusive on the low and and exclusive on the high end.
platform-openbsd.cc 155 // We keep the lowest and highest addresses mapped as a quick way of
159 // [lowest, highest), inclusive on the low and and exclusive on the high end.
platform-solaris.cc 149 // We keep the lowest and highest addresses mapped as a quick way of
153 // [lowest, highest), inclusive on the low and and exclusive on the high end.
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 392 Ain_Sse32FLo, /* SSE binary, 32F in lowest lane only */
394 Ain_Sse64FLo, /* SSE binary, 64F in lowest lane only */
host_x86_defs.h 378 Xin_Sse32FLo, /* SSE binary, 32F in lowest lane only */
380 Xin_Sse64FLo, /* SSE binary, 64F in lowest lane only */
  /external/valgrind/main/VEX/pub/
libvex_ir.h     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 442 in memory at the lowest address.
493 in memory at the lowest address.
  /external/valgrind/main/drd/
drd_bitmap.h 222 /* Lowest level, corresponding to the lowest ADDR_LSB_BITS of an address. */
  /external/zlib/src/
crc32.c 69 with the lowest powers in the most significant bit. Then adding polynomials
72 polynomial q, also with the lowest power in the most significant bit (so the
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 490 for (i = 1; i < COMPLEN; i++) /* ignore lowest band */
795 for (i = 1; i < COMPLEN; i++) /* ignore lowest band */
  /frameworks/base/core/java/android/view/
SurfaceControl.java 530 * @param minLayer The lowest (bottom-most Z order) surface layer to
578 * @param minLayer The lowest (bottom-most Z order) surface layer to
  /frameworks/base/media/java/android/media/
SoundPool.java 72 * the lowest priority stream. If there are multiple streams with the same
225 * @param priority stream priority (0 = lowest priority)
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 488 /* We know both, use the lowest level */
519 /* We know both, use the lowest level */
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 116 unsigned lo_pvc; /* lowest permanent circuit number */
118 unsigned lo_svc; /* lowest switched circuit number */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 116 unsigned lo_pvc; /* lowest permanent circuit number */
118 unsigned lo_svc; /* lowest switched circuit number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 116 unsigned lo_pvc; /* lowest permanent circuit number */
118 unsigned lo_svc; /* lowest switched circuit number */
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 374 * import precedence will be at element 0. The one with the lowest
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 282 BLSI, // BLSI - Extract lowest set isolated bit
283 BLSMSK, // BLSMSK - Get mask up to lowest set bit
284 BLSR, // BLSR - Reset lowest set bit
    [all...]
  /docs/source.android.com/src/devices/tech/input/
overview.jd 22 <p>At the lowest layer, the physical input device produces signals that

Completed in 1866 milliseconds

<<21222324252627282930>>