HomeSort by relevance Sort by last modified time
    Searched full:word64 (Results 1 - 11 of 11) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xmd.h 64 #define WORD64 /* 64-bit architecture */
82 #ifdef WORD64
84 #endif /* WORD64 */
113 #ifdef WORD64
154 #if !defined(WORD64) && !defined(LONG64)
174 #if defined(WORD64) && defined(UNSIGNEDBITFIELDS)
194 #endif /* WORD64 and UNSIGNEDBITFIELDS */
Xlibint.h 403 #ifdef WORD64
415 #endif /* WORD64 */
532 #ifdef WORD64
626 #ifdef WORD64
649 #endif /* not WORD64 */
    [all...]
Xproto.h 634 #ifndef WORD64
638 #ifndef WORD64
683 #ifndef WORD64
687 #ifndef WORD64
    [all...]
Xlib.h 147 #ifdef CRAY /* unable to get WORD64 without pulling in other symbols */
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 86 typedef long long Word64;
89 typedef __int64 Word64;
basic_op.h 58 #define MULHIGH(A,B) (int)(((Word64)(A)*(Word64)(B)) >> 32)
59 #define fixmul(a, b) (int)((((Word64)(a)*(Word64)(b)) >> 32) << 1)
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 91 return "Word64";
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 271 ULong word64; local
379 word64 = do_syscall_clone_ppc64_linux(
385 /* Low half word64 is syscall return value. Hi half is
387 /* VG_(printf)("word64 = 0x%llx\n", word64); */
389 /*val*/(UInt)(word64 & 0xFFFFFFFFULL),
390 /*errflag*/ (UInt)((word64 >> (32+28)) & 1)
    [all...]
syswrap-ppc32-linux.c 243 ULong word64; local
351 word64 = do_syscall_clone_ppc32_linux(
355 /* High half word64 is syscall return value. Low half is
357 /* VG_(printf)("word64 = 0x%llx\n", word64); */
359 /*val*/(UInt)(word64 >> 32),
360 /*errflag*/ (((UInt)word64) >> 28) & 1
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 380 #ifndef WORD64
384 #ifndef WORD64
XKBstr.h 36 #if defined(WORD64) && defined(UNSIGNEDBITFIELDS)

Completed in 448 milliseconds