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

1 2

  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 170 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1
174 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1
182 WORD64(0x428a2f98,0xd728ae22, 0x71374491,0x23ef65cd)
183 WORD64(0xb5c0fbcf,0xec4d3b2f, 0xe9b5dba5,0x8189dbbc)
184 WORD64(0x3956c25b,0xf348b538, 0x59f111f1,0xb605d019)
185 WORD64(0x923f82a4,0xaf194f9b, 0xab1c5ed5,0xda6d8118)
186 WORD64(0xd807aa98,0xa3030242, 0x12835b01,0x45706fbe)
187 WORD64(0x243185be,0x4ee4b28c, 0x550c7dc3,0xd5ffb4e2)
188 WORD64(0x72be5d74,0xf27b896f, 0x80deb1fe,0x3b1696b1)
189 WORD64(0x9bdc06a7,0x25c71235, 0xc19bf174,0xcf692694
    [all...]
sha512-armv4.S 5 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1
9 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1
17 WORD64(0x428a2f98,0xd728ae22, 0x71374491,0x23ef65cd)
18 WORD64(0xb5c0fbcf,0xec4d3b2f, 0xe9b5dba5,0x8189dbbc)
19 WORD64(0x3956c25b,0xf348b538, 0x59f111f1,0xb605d019)
20 WORD64(0x923f82a4,0xaf194f9b, 0xab1c5ed5,0xda6d8118)
21 WORD64(0xd807aa98,0xa3030242, 0x12835b01,0x45706fbe)
22 WORD64(0x243185be,0x4ee4b28c, 0x550c7dc3,0xd5ffb4e2)
23 WORD64(0x72be5d74,0xf27b896f, 0x80deb1fe,0x3b1696b1)
24 WORD64(0x9bdc06a7,0x25c71235, 0xc19bf174,0xcf692694
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 84 typedef long long Word64;
87 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 272 ULong word64; local
381 word64 = do_syscall_clone_ppc64_linux(
387 /* Low half word64 is syscall return value. Hi half is
389 /* VG_(printf)("word64 = 0x%llx\n", word64); */
391 /*val*/(UInt)(word64 & 0xFFFFFFFFULL),
392 /*errflag*/ (UInt)((word64 >> (32+28)) & 1)
    [all...]
syswrap-ppc32-linux.c 245 ULong word64; local
354 word64 = do_syscall_clone_ppc32_linux(
358 /* High half word64 is syscall return value. Low half is
360 /* VG_(printf)("word64 = 0x%llx\n", word64); */
362 /*val*/(UInt)(word64 >> 32),
363 /*errflag*/ (((UInt)word64) >> 28) & 1
    [all...]
syswrap-mips32-linux.c 319 /* High half word64 is syscall return value. Low half is
    [all...]
  /prebuilts/gcc/linux-x86/host/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 380 #ifndef WORD64
384 #ifndef WORD64
XKBstr.h 36 #if defined(WORD64) && defined(UNSIGNEDBITFIELDS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 380 #ifndef WORD64
384 #ifndef WORD64
XKBstr.h 36 #if defined(WORD64) && defined(UNSIGNEDBITFIELDS)

Completed in 974 milliseconds

1 2