Searched
full:x80000000 (Results
426 -
450 of
993) sorted by null
<<11121314151617181920>>
/external/libvpx/vp8/encoder/ |
boolhuff.c | 115 if ((lowvalue << (offset - 1)) & 0x80000000)
|
/external/llvm/test/MC/MachO/ |
symbol-diff.s | 38 // CHECK-NEXT: ('flags', 0x80000000)
|
weakdef.s | 46 // CHECK-NEXT: ('flags', 0x80000000)
|
/external/openssl/crypto/des/asm/ |
des-586.pl | 405 &data_word(0x00002040, 0x80202040, 0x00202000, 0x80000000); 409 &data_word(0x80202040, 0x80200000, 0x80000000, 0x00002040); 411 &data_word(0x00002040, 0x80000000, 0x80002000, 0x00202040); 413 &data_word(0x80000000, 0x00002000, 0x80200040, 0x00200000);
|
/external/ppp/pppd/include/net/ |
if_ppp.h | 83 #define SC_ESCAPED 0x80000000 /* saw a PPP_ESCAPE */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/ |
SDL_ipodvideo.c | 629 if ((inl(0x70008A0C) & 0x80000000) != 0) { 633 if ((inl(0x70008A0C) & 0x80000000) == 0) 641 outl(cmd | 0x80000000, 0x70008A0C); 644 outl(data | 0x80000000, 0x70008A0C);
|
/external/skia/include/core/ |
SkFloatBits.h | 23 int. This also converts -0 (0x80000000) to 0. Doing this to a float allows
|
/external/skia/samplecode/ |
SampleColorFilter.cpp | 182 0x80000000,
|
/external/skia/src/core/ |
SkFloatBits.cpp | 13 as that value (0x80000000) "does the right thing" for Ceil. Note that it
|
/external/skia/src/utils/ |
SkParseColor.cpp | 211 compressed |= 0x80000000; 401 sixMatch |= 0x80000000; 427 int sixMask = *sixMatchPtr & ~0x80000000; 428 int midMask = gColorNames[mid] & ~0x80000000;
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls.h | 173 #define F_INSTRUMENT_DRUMS 0x80000000
|
/external/valgrind/main/tests/ |
x86_amd64_features.c | 107 cpuid( level & 0x80000000, &a, &b, &c, &d );
|
/external/yaffs2/yaffs2/ |
yaffs_packedtags2.c | 31 #define EXTRA_HEADER_INFO_FLAG 0x80000000
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Process.c | 23 #define LVM_MININT_32 0x80000000
|
/frameworks/base/media/libstagefright/codecs/common/include/ |
voIndex.h | 152 #define VO_ERR_BASE 0X80000000
|
/frameworks/base/opengl/libagl/ |
fp.h | 232 i &= ~0x80000000;
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
TextActivity.java | 111 mLargePaint.setShadowLayer(3.0f, 3.0f, 3.0f, 0x80000000);
|
/frameworks/compile/libbcc/runtime/lib/ |
floatdidf.c | 101 fb.u.high = ((su_int)s & 0x80000000) | /* sign */
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
udivdi3.S | 82 orl $0x80000000, %eax
|
umoddi3.S | 87 orl $0x80000000, %eax
|
/hardware/ti/omap3/dspbridge/inc/ |
rms_sh.h | 73 #define RMS_EXIT 0x80000000 /* GPP->Node: shutdown */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
rms_sh.h | 73 #define RMS_EXIT 0x80000000 /* GPP->Node: shutdown */
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Debug.h | 16 #define OMX_MASK_FATAL 0x80000000
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Debug.h | 41 #define OMX_MASK_FATAL 0x80000000
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
cpuid.h | 172 unsigned int __ext = __level & 0x80000000;
|
Completed in 524 milliseconds
<<11121314151617181920>>