HomeSort by relevance Sort by last modified time
    Searched refs:a64 (Results 1 - 19 of 19) sorted by null

  /external/vixl/
Android.mk 60 src/vixl/a64/assembler-a64.cc \
61 src/vixl/a64/cpu-a64.cc \
62 src/vixl/a64/debugger-a64.cc \
63 src/vixl/a64/decoder-a64.cc \
64 src/vixl/a64/disasm-a64.cc
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 34 typedef unsigned long long a64; // NOLINT typedef
216 static atomic_uint64_t *to_atomic(const volatile a64 *a) {
217 return reinterpret_cast<atomic_uint64_t *>(const_cast<a64 *>(a));
537 a64 __tsan_atomic64_load(const volatile a64 *a, morder mo) {
564 void __tsan_atomic64_store(volatile a64 *a, a64 v, morder mo) {
591 a64 __tsan_atomic64_exchange(volatile a64 *a, a64 v, morder mo)
    [all...]
  /external/elfutils/src/libdwfl/
linux-proc-maps.c 111 Elf64_auxv_t a64[64]; member in union:__anon8946
116 eu_static_assert (sizeof d.a64 == sizeof d.a32);
117 nread = pread_retry (fd, d.a64, sizeof d.a64, offset);
137 for (size_t a64i = 0; a64i < nread / sizeof d.a64[0]; a64i++)
139 const Elf64_auxv_t *a64 = d.a64 + a64i; local
140 switch (a64->a_type)
143 sysinfo_ehdr64 = a64->a_un.a_val;
146 segment_align64 = a64->a_un.a_val
    [all...]
link_map.c 55 Elf64_auxv_t a64[size / sizeof (Elf64_auxv_t)]; member in union:__anon8938
64 uint64_t type = read_8ubyte_unaligned_noncvt (&u->a64[i].a_type);
65 uint64_t val = read_8ubyte_unaligned_noncvt (&u->a64[i].a_un.a_val);
283 Elf64_Addr a64[n];
299 addrs[i] = BE64 (in->a64[i]);
302 addrs[i] = LE64 (in->a64[i]);
639 Elf64_Addr a64;
648 ? BE64 (u->a64) : LE64 (u->a64));
281 Elf64_Addr a64[n]; member in union:__anon8939
636 Elf64_Addr a64; member in union:__anon8940
  /external/elfutils/src/libebl/
eblobjnote.c 65 Elf64_Addr a64[3]; member in union:__anon8949
118 pc = addrs.a64[0];
119 base = addrs.a64[1];
120 sem = addrs.a64[2];
  /external/libopus/silk/
MacroDebug.h 167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line) {
170 res = ((((a64) + (b64)) & 0x8000000000000000LL) == 0 ? \
171 ((((a64) & (b64)) & 0x8000000000000000LL) != 0 ? silk_int64_MIN : (a64)+(b64)) : \
172 ((((a64) | (b64)) & 0x8000000000000000LL) == 0 ? silk_int64_MAX : (a64)+(b64)) );
173 if( res != a64 + b64 ) {
175 if ( !(( res == silk_int64_MAX && ( ( a64 >> 1 ) + ( b64 >> 1 ) > ( silk_int64_MAX >> 3 ) ) ) ||
176 ( res == silk_int64_MIN && ( ( a64 >> 1 ) + ( b64 >> 1 ) < ( silk_int64_MIN >> 3 ) ) ) ) )
182 fail = res != a64 + b64
    [all...]
macros.h 64 /* a64 + (b32 * c32) */
65 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))))
MacroCount.h 190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){
193 ret = a64 + ((opus_int64)(b32) * /*(opus_int64)*/(c32));
197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){
200 ret = a64 + ((opus_int64)(b16) * /*(opus_int64)*/(c16));
567 static OPUS_INLINE opus_int64 silk_ADD_SAT64( opus_int64 a64, opus_int64 b64 ) {
570 res = ((((a64) + (b64)) & 0x8000000000000000LL) == 0 ? \
571 ((((a64) & (b64)) & 0x8000000000000000LL) != 0 ? silk_int64_MIN : (a64)+(b64)) : \
572 ((((a64) | (b64)) & 0x8000000000000000LL) == 0 ? silk_int64_MAX : (a64)+(b64)) )
    [all...]
SigProc_FIX.h 411 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 228 struct __attribute__((__aligned__(64))) a64 {}; struct in namespace:boost::align
238 template<> class type_with_alignment<64> { public: typedef align::a64 type; };
247 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a64,true)
281 struct __declspec(align(64)) a64
284 typedef a64 type;
322 align::a64,
340 BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC1(is_pod,::boost::align::a64,true)
  /external/v8/test/mjsunit/compiler/
osr-regress-max-locals.js 39 a61, a62, a63, a64;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 186 static __inline void Address32To64(LPADDRESS a32,LPADDRESS64 a64) {
187 a64->Offset = (ULONG64)(LONG64)(LONG)a32->Offset;
188 a64->Segment = a32->Segment;
189 a64->Mode = a32->Mode;
192 static __inline void Address64To32(LPADDRESS64 a64,LPADDRESS a32) {
193 a32->Offset = (ULONG)a64->Offset;
194 a32->Segment = a64->Segment;
195 a32->Mode = a64->Mode;
    [all...]
  /external/clang/test/CodeGen/
builtins-mips.c 8 typedef long long a64; typedef
23 a64 a64_r, a64_a, a64_b;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 170 static __inline void Address32To64(LPADDRESS a32,LPADDRESS64 a64) {
171 a64->Offset = (ULONG64)(LONG64)(LONG)a32->Offset;
172 a64->Segment = a32->Segment;
173 a64->Mode = a32->Mode;
176 static __inline void Address64To32(LPADDRESS64 a64,LPADDRESS a32) {
177 a32->Offset = (ULONG)a64->Offset;
178 a32->Segment = a64->Segment;
179 a32->Mode = a64->Mode;
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 2860 __m128i a64, b64; local
2888 __m128i a64, b64; local
3199 uint64_t a64, b64; variable
3237 _NEON2SSE_ALIGN_16 uint64_t a64, b64; variable
3547 __m128i a64, b64, c1, res, tmp, bmasked; local
4442 __m128i a64, b64; local
4470 __m128i a64, b64; local
4556 uint64_t a64,b64; variable
4596 uint64_t a64, b64; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 2858 __m128i a64, b64; local
2886 __m128i a64, b64; local
3197 uint64_t a64, b64; variable
3235 _NEON2SSE_ALIGN_16 uint64_t a64, b64; variable
3545 __m128i a64, b64, c1, res, tmp, bmasked; local
4440 __m128i a64, b64; local
4468 __m128i a64, b64; local
4554 uint64_t a64,b64; variable
4594 uint64_t a64, b64; variable
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 2860 __m128i a64, b64; local
2888 __m128i a64, b64; local
3199 uint64_t a64, b64; variable
3237 _NEON2SSE_ALIGN_16 uint64_t a64, b64; variable
3547 __m128i a64, b64, c1, res, tmp, bmasked; local
4442 __m128i a64, b64; local
4470 __m128i a64, b64; local
4556 uint64_t a64,b64; variable
4596 uint64_t a64, b64; variable
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 15681 IRTemp a64 = newTemp(Ity_I64); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 804 milliseconds