Searched defs:a64 (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface.h | 147 typedef unsigned long long a64; // NOLINT typedef
|
/external/elfutils/libebl/ |
D | eblobjnote.c | 63 Elf64_Addr a64[3]; in ebl_object_note() member
|
/external/elfutils/libdwfl/ |
D | link_map.c | 46 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
|
D | linux-proc-maps.c | 111 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/ |
D | builtins-mips.c | 8 typedef long long a64; typedef
|
/external/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 337 uint64 a64 = hi_ & 0xffffffffu; variable
|
/external/libopus/silk/ |
D | MacroCount.h | 190 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()
|
D | macros.h | 82 #define silk_SMLAL(a64, b32, c32) (silk_ADD64((a64), ((opus_int64)(b32) * (opus_int64)(c32))… argument
|
D | MacroDebug.h | 167 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_()
|
D | SigProc_FIX.h | 444 #define silk_SMLALBB(a64, b16, c16) silk_ADD64((a64),(opus_int64)((opus_int32)(b16) * (opus… argument
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 186 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/ |
D | test-assembler-aarch32.cc | 2717 Literal<uint64_t>* a64 = in TEST() local
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 22351 IRTemp a64 = newTemp(Ity_I64); in dis_vx_permute_misc() local
|