HomeSort by relevance Sort by last modified time
    Searched full:x8000 (Results 176 - 200 of 2364) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 27 public static final int FLAGS_QR_MASK = 0x8000; // Query response mask
29 public static final int FLAGS_QR_RESPONSE = 0x8000; // Response
34 public static final int FLAGS_RA = 0x8000; // Recursion available
  /bionic/libc/kernel/common/linux/
threads.h 24 #define PID_MAX_DEFAULT (CONFIG_BASE_SMALL ? 0x1000 : 0x8000)
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
mcbsp.h 43 #define DLB 0x8000
82 #define RPHASE 0x8000
89 #define XPHASE 0x8000
98 #define GSYNC 0x8000
  /development/ndk/platforms/android-3/include/linux/nfsd/
export.h 34 #define NFSEXP_NOACL 0x8000
  /development/ndk/platforms/android-3/include/linux/
posix_acl.h 19 #define ACL_TYPE_ACCESS (0x8000)
swap.h 24 #define SWAP_FLAG_PREFER 0x8000
  /external/chromium/net/spdy/
spdy_bitmasks.h 15 const unsigned int kControlFlagMask = 0x8000;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_flags.h 23 #define U_NEW_VERTEX_ELEMENTS 0x8000
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
  /external/compiler-rt/lib/ubsan/lit_tests/Integer/
umul-overflow.cpp 10 (void)(uint16_t(0xffff) * uint16_t(0x8000));
  /external/grub/stage2/
nbloader.S 52 * 1. Copy the first 32k to 0x8000 and jump to the relocated area.
53 * 2. Copy the rest to 0x10000 (0x8000 + 32k).
76 movl $(DISKLESS_SIZE + 0x200 - 0x8000), %edx
84 movl $0x8000, %ecx
  /external/icu4c/layout/
LigatureSubstitution.h 39 lsfSetComponent = 0x8000,
  /external/iptables/include/linux/
netfilter.h 30 #define NFC_ALTERED 0x8000
  /external/kernel-headers/original/linux/
threads.h 27 #define PID_MAX_DEFAULT (CONFIG_BASE_SMALL ? 0x1000 : 0x8000)
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_flags.h 23 #define U_NEW_VERTEX_ELEMENTS 0x8000
  /external/qemu/hw/
fw_cfg.h 21 #define FW_CFG_ARCH_LOCAL 0x8000
  /external/skia/src/animator/
SkBoundable.h 25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
  /external/smack/src/org/xbill/DNS/
ExtendedFlags.java 17 public static final int DO = 0x8000;
  /external/smali/smali/src/test/resources/LexerTest/
ShortLiteralTest.tokens 12 NEGATIVE_INTEGER_LITERAL("-0x8000")
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/LineTest/
LineTest.smali 19 .line 0x8000
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 47 * For example when *src = 0x8000, val = *0x8000 *
48 * The function gives the output as 0x8000 instead of 0x7fff *
60 * For example when *src = 0x8000000, val = *0x8000 *
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Core_MixInSoft_D16C31_SAT.c 62 *dst++ = - 0x8000;
81 *dst++ = - 0x8000;
100 *dst++ = - 0x8000;
118 *dst++ = - 0x8000;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 52 y[n] = ((s<<1) + 0x8000)>>16;
69 y[n] = ((s<<1) + 0x8000)>>16;
87 y[n] = ((s<<1) + 0x8000)>>16;
102 y[n] = ((s<<1) + 0x8000)>>16;
deemph.c 68 x[0] = (L_tmp + 0x8000)>>16;
73 x[i] = (L_tmp + 0x8000)>>16;
99 y[0] = (L_tmp + 0x8000)>>16;
108 y[i] = (L_tmp + 0x8000)>>16;
  /frameworks/rs/cpu_ref/linkloader/include/
GOT.h 23 #define GP_OFFSET ((int)0x8000)

Completed in 1108 milliseconds

1 2 3 4 5 6 78 91011>>