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