HomeSort by relevance Sort by last modified time
    Searched full:x80000000 (Results 401 - 425 of 993) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h 226 #define AUDIT_NEGATE 0x80000000
266 #define __AUDIT_ARCH_64BIT 0x80000000
  /bionic/libc/kernel/arch-sh/asm/
pgtable_32.h 47 #define _PAGE_PCC_AREA6 0x80000000
  /bionic/libc/kernel/common/linux/
elf.h 249 #define SHT_LOUSER 0x80000000
pfkeyv2.h 225 #define SADB_SAFLAGS_NOECN 0x80000000
  /bionic/libc/kernel/common/linux/mtd/
nand.h 120 #define NAND_CONTROLLER_ALLOC 0x80000000
  /bionic/libm/src/
e_atan2.c 117 SET_HIGH_WORD(z,zh ^ 0x80000000);
e_atan2f.c 90 SET_FLOAT_WORD(z,zh ^ 0x80000000);
e_fmod.c 37 sx = hx&0x80000000; /* sign of x */
s_cbrt.c 45 sign=hx&0x80000000; /* sign= sign(x) */
s_exp2f.c 103 if ((ix & 0x7fffff) != 0 || (hx & 0x80000000) == 0)
s_expm1f.c 46 xsb = hx&0x80000000; /* sign bit of x */
  /dalvik/vm/mterp/c/
opcommon.cpp 155 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
201 if ((u4)firstVal == 0x80000000 && ((s2) vsrc2) == -1) { \
235 if ((u4)firstVal == 0x80000000 && ((s1) vsrc2) == -1) { \
280 if ((u4)firstVal == 0x80000000 && secondVal == -1) { \
    [all...]
  /development/ndk/platforms/android-3/include/linux/
elf.h 249 #define SHT_LOUSER 0x80000000
pfkeyv2.h 225 #define SADB_SAFLAGS_NOECN 0x80000000
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 120 #define NAND_CONTROLLER_ALLOC 0x80000000
  /external/bluetooth/glib/gio/win32/
winhttp.h 229 #define ICU_ESCAPE 0x80000000
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash_test.cc 71 TestModBase(0x80000000);
vcdecoder_test.h 66 // Write a negative 32-bit VarintBE (0x80000000) at the given offset
  /external/e2fsprogs/e2fsck/
crc32.c 176 (crc << 1) ^ ((crc & 0x80000000) ? CRCPOLY_BE :
296 * multiple = remainder & 0x80000000 ? CRCPOLY : 0;
316 * multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
335 * multiple = (remainder & 0x80000000) ? CRCPOLY : 0;
  /external/fdlibm/
e_atan2.c 117 case 1: __HI(z) ^= 0x80000000;
e_fmod.c 42 sx = hx&0x80000000; /* sign of x */
  /external/harfbuzz/src/
harfbuzz-shaper-private.h 130 #define PositioningProperties 0x80000000
  /external/kernel-headers/original/linux/
inotify.h 54 #define IN_ONESHOT 0x80000000 /* only send event once */
kd.h 168 #define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
pfkeyv2.h 260 #define SADB_SAFLAGS_NOECN 0x80000000

Completed in 714 milliseconds

<<11121314151617181920>>