OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x8000
(Results
1 - 25
of
2364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfvirtual.asm
4
[section .baz absolute=0x1000 virtual=0
x8000
]
/external/pixman/demos/
trap-test.c
24
trap.top.l = pixman_int_to_fixed (50) + 0
x8000
;
25
trap.top.r = pixman_int_to_fixed (150) + 0
x8000
;
28
trap.bot.l = pixman_int_to_fixed (50) + 0
x8000
;
29
trap.bot.r = pixman_int_to_fixed (150) + 0
x8000
;
/external/kernel-headers/original/asm-arm/
mman.h
11
#define MAP_POPULATE 0
x8000
/* populate (prefault) page tables */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
consts.py
22
CO_FUTURE_WITH_STATEMENT = 0
x8000
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
consts.py
22
CO_FUTURE_WITH_STATEMENT = 0
x8000
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
weight_a.c
39
*ap++ =(Word16)(((vo_L_mult((*a++), fac)) + 0
x8000
) >> 16);
40
fac = (vo_L_mult(fac, gamma) + 0
x8000
) >> 16;
43
*ap++ = (Word16)(((vo_L_mult((*a++), fac)) + 0
x8000
) >> 16);
preemph.c
44
x[i] = (L_tmp + 0
x8000
)>>16;
49
x[0] = (L_tmp + 0
x8000
)>>16;
74
x[i] = (L_tmp + 0
x8000
)>>16;
80
x[0] = (L_tmp + 0
x8000
)>>16;
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
omap24xx.h
24
#define OMAP24XX_PRCM_BASE (L4_24XX_BASE + 0
x8000
)
/development/ndk/platforms/android-3/arch-arm/include/asm/
mman.h
22
#define MAP_POPULATE 0
x8000
/development/ndk/platforms/android-3/include/linux/
netfilter.h
34
#define NFC_ALTERED 0
x8000
threads.h
19
#define PID_MAX_DEFAULT (CONFIG_BASE_SMALL ? 0x1000 : 0
x8000
)
/external/chromium_org/net/spdy/
spdy_bitmasks.h
14
const unsigned int kControlFlagMask = 0
x8000
;
/external/compiler-rt/lib/ubsan/lit_tests/Integer/
mul-overflow.cpp
10
(void)(uint16_t(0xffff) * uint16_t(0
x8000
));
/external/icu4c/layout/
ContextualGlyphInsertion.h
34
cgiSetMark = 0
x8000
,
ContextualGlyphSubstitution.h
34
cgsSetMark = 0
x8000
,
/external/kernel-headers/original/asm-arm/arch/
omap24xx.h
20
#define OMAP24XX_PRCM_BASE (L4_24XX_BASE + 0
x8000
)
/external/kernel-headers/original/asm-generic/
mman.h
11
#define MAP_POPULATE 0
x8000
/* populate (prefault) pagetables */
/external/kernel-headers/original/asm-x86/
mman.h
13
#define MAP_POPULATE 0
x8000
/* populate (prefault) pagetables */
/external/skia/tools/
win_lcid.cpp
21
if (lcid > 0
x8000
) {
/external/smali/smali/src/test/resources/LexerTest/
ShortLiteralTest.smali
12
-0
x8000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mman.h
13
#define MAP_POPULATE 0
x8000
/* populate (prefault) pagetables */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tunnel.h
11
#define GRE_CSUM __constant_htons(0
x8000
)
netfilter.h
28
#define NFC_ALTERED 0
x8000
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mman.h
13
#define MAP_POPULATE 0
x8000
/* populate (prefault) pagetables */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tunnel.h
11
#define GRE_CSUM __constant_htons(0
x8000
)
Completed in 670 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>