Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delf_file.h229 uint64_t pull_val(const uint64_t* val) const { in pull_val()
234 return (uint64_t)get_byte(val, 0) << 56 | in pull_val()
235 (uint64_t)get_byte(val, 1) << 48 | in pull_val()
236 (uint64_t)get_byte(val, 2) << 40 | in pull_val()
237 (uint64_t)get_byte(val, 3) << 32 | in pull_val()
238 (uint64_t)get_byte(val, 4) << 24 | in pull_val()
239 (uint64_t)get_byte(val, 5) << 16 | in pull_val()
240 (uint64_t)get_byte(val, 6) << 8 | in pull_val()
241 (uint64_t)get_byte(val, 7); in pull_val()
243 return (uint64_t)get_byte(val, 7) << 56 | in pull_val()
[all …]
Delff_elf.h50 typedef uint64_t Elf_Xword;
63 typedef uint64_t Elf64_Addr;
65 typedef uint64_t Elf64_Off;
Delff_api.h156 uint64_t address,
Delff_api.cc54 uint64_t address, in elff_get_pc_address_info()
Ddwarf_defs.h47 typedef uint64_t Dwarf64_Off;
/ndk/sources/host-tools/sed-4.2.1/lib/
Dtempname.c93 value = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec; \
104 #if !defined UINT64_MAX && !defined uint64_t
105 # define uint64_t uintmax_t macro
204 static uint64_t value; in __gen_tempname()
205 uint64_t random_time_bits; in __gen_tempname()
244 random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec; in __gen_tempname()
251 uint64_t v = value; in __gen_tempname()
Dstdint.in.h157 # undef uint64_t
159 # define uint64_t gl_uint64_t macro
162 # undef uint64_t
164 # define uint64_t gl_uint64_t macro
167 # undef uint64_t
169 # define uint64_t gl_uint64_t macro
203 # define uint_least64_t uint64_t
240 # define uint_fast64_t uint64_t
273 # define uintmax_t uint64_t
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c56 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps()
97 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
136 uint64_t my_caps, tid_caps; in td_ta_new()
/ndk/sources/cpufeatures/
Dcpu-features.h54 extern uint64_t android_getCpuFeatures(void);
/ndk/sources/android/libthread_db/gdb-7.1.x/
Dlibthread_db.c52 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps()
93 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps()
133 uint64_t my_caps, tid_caps; in td_ta_new()
/ndk/sources/android/cpufeatures/
Dcpu-features.h55 extern uint64_t android_getCpuFeatures(void);
Dcpu-features.c57 static uint64_t g_cpuFeatures;
372 uint64_t
/ndk/tests/device/test-cpufeatures/jni/
Dtest_cpufeatures.c35 uint64_t features = android_getCpuFeatures(); in main()
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp35 typedef unsigned __int64 uint64_t; typedef
39 uint64_t i64;
110 typedef uint64_t uint64;
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1)); in _Stl_atodT()
599 uint64_t rest; in _Stl_atodT()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c279 uint64_t address; in ParseFrame()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4102 uint64_t b4 = UINT64_MAX;
189 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20107 uint64_t b4 = UINT64_MAX;
20194 int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;