Home
last modified time | relevance | path

Searched defs:a64 (Results 1 – 13 of 13) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface.h147 typedef unsigned long long a64; // NOLINT typedef
/external/elfutils/libebl/
Deblobjnote.c63 Elf64_Addr a64[3]; in ebl_object_note() member
/external/elfutils/libdwfl/
Dlink_map.c46 do_check64 (size_t i, const Elf64_auxv_t (*a64)[], uint_fast8_t *elfdata) in do_check64()
108 const Elf64_auxv_t (*a64)[size / sizeof (Elf64_auxv_t)] = (void *) auxv; in auxv_format_probe() local
286 Elf64_Addr (*a64)[n] = (void *) a32; in report_r_debug() local
642 Elf64_Addr a64; in consider_executable() member
Dlinux-proc-maps.c111 Elf64_auxv_t a64[64]; in grovel_auxv() member
139 const Elf64_auxv_t *a64 = d.a64 + a64i; in grovel_auxv() local
/external/clang/test/CodeGen/
Dbuiltins-mips.c8 typedef long long a64; typedef
/external/protobuf/src/google/protobuf/stubs/
Dint128.h337 uint64 a64 = hi_ & 0xffffffffu; variable
/external/libopus/silk/
DMacroCount.h190 static OPUS_INLINE opus_int64 silk_SMLAL(opus_int64 a64, opus_int32 b32, opus_int32 c32){ in silk_SMLAL()
197 static OPUS_INLINE opus_int64 silk_SMLALBB(opus_int64 a64, opus_int16 b16, opus_int16 c16){ in silk_SMLALBB()
559 static OPUS_INLINE opus_int64 silk_ADD_SAT64( opus_int64 a64, opus_int64 b64 ) { in silk_ADD_SAT64()
588 static OPUS_INLINE opus_int64 silk_SUB_SAT64( opus_int64 a64, opus_int64 b64 ) { in silk_SUB_SAT64()
Dmacros.h82 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))… argument
DMacroDebug.h167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_ADD_SAT64_()
228 static OPUS_INLINE opus_int64 silk_SUB_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_SUB_SAT64_()
379 static OPUS_INLINE opus_int64 silk_SMULL_(opus_int64 a64, opus_int64 b64, char *file, int line){ in silk_SMULL_()
DSigProc_FIX.h444 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… argument
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h186 static __inline void Address32To64(LPADDRESS a32,LPADDRESS64 a64) { in Address32To64()
192 static __inline void Address64To32(LPADDRESS64 a64,LPADDRESS a32) { in Address64To32()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2717 Literal<uint64_t>* a64 = in TEST() local
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c22351 IRTemp a64 = newTemp(Ity_I64); in dis_vx_permute_misc() local