HomeSort by relevance Sort by last modified time
    Searched full:low (Results 251 - 275 of 2034) sorted by null

<<11121314151617181920>>

  /bionic/libm/src/
s_modf.c 62 } else { /* fraction part in low x */
  /dalvik/docs/opcodes/
opcode-2c-sparse-switch.html 105 The low-to-high ordering of the keys allows the VM to employ binary search for
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteralBits.java 38 * the low-order bits.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Compiler.java 40 * method is the low-level interface to the JIT compiler. It may return any
  /dalvik/vm/alloc/
HeapWorker.h 81 * This value will be stuffed in the low bits of a pointer.
  /dalvik/vm/mterp/x86-atom/
binopDivRemLong.S 50 movl %eax, (rFP, rINST, 4) # vAA<- return low
binopDivRemLong2Addr.S 51 movl %eax, (rFP, rINST, 4) # vA<- return low
  /development/host/windows/usb/legacy/driver/
android_usb_device_file_object.h 35 This method must be called at low IRQL.
android_usb_inl.h 36 zero terminator. Must be called at low IRQL.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 60 // filtering the list. This is the low-level API so we must send both
  /development/tools/jdwpspy/
Common.h 98 * so that the low nibble of the address is always zero.
  /external/bluetooth/bluez/sbc/
sbc.h 3 * Bluetooth low-complexity, subband codec (SBC) library
sbc_primitives.h 3 * Bluetooth low-complexity, subband codec (SBC) library
  /external/bluetooth/glib/glib/
gqsort.c 75 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top))
76 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi)))
  /external/dropbear/libtommath/
bn_s_mp_add.c 18 /* low level addition, based on HAC pp.594, Algorithm 14.7 */
bn_s_mp_sqr.c 18 /* low level squaring, b = a*a, HAC pp.596-597, Algorithm 14.16 */
bn_s_mp_sub.c 18 /* low level subtraction (assumes |a| > |b|), HAC pp.595 Algorithm 14.9 */
  /external/fdlibm/
e_atanh.c 54 lx = __LO(x); /* low word */
  /external/grub/netboot/
otulip.c 101 csr ^= SROMCLKOFF; EMIT; /* clock low; data not valid */
130 csr ^= SROMCLKOFF; EMIT; /* clock low; data not valid */
132 csr ^= SROMDOUT; EMIT; /* clock low; invert data */
145 csr ^= SROMCLKOFF; EMIT; /* clock low; data not valid */
  /external/grub/stage2/
fat.h 55 __u16 flags; /* bit 8: fat mirroring, low 4: active fat */
  /external/icu4c/samples/
readme.txt 35 udata - demonstrates the use of ICU low level data routines
  /external/kernel-headers/original/asm-generic/
fcntl.h 75 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /external/kernel-headers/original/linux/
backing-dev.h 4 * low-level device information and state which is propagated up through
personality.h 44 * These go in the low byte. Avoid using the top bit, it will
  /external/kernel-headers/original/linux/raid/
md_p.h 151 __u32 events_lo; /* 8 low-order of superblock update count */
153 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */
155 __u32 events_lo; /* 7 low-order of superblock update count */
157 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */

Completed in 118 milliseconds

<<11121314151617181920>>