HomeSort by relevance Sort by last modified time
    Searched full:u64 (Results 101 - 125 of 854) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.cc 25 void MutexSet::Add(u64 id, bool write, u64 epoch) {
36 u64 minepoch = (u64)-1;
37 u64 mini = (u64)-1;
55 void MutexSet::Del(u64 id, bool write) {
65 void MutexSet::Remove(u64 id) {
tsan_sync.h 53 explicit SyncVar(uptr addr, u64 uid);
59 const u64 uid; // Globally unique id.
64 u64 last_lock;
73 u64 GetId() const {
75 return GetLsb((u64)addr | (uid << 47), 61);
77 bool CheckId(u64 uid) const {
81 static uptr SplitId(u64 id, u64 *uid) {
tsan_clock.h 35 Vector<u64> clk_;
44 u64 get(unsigned tid) const {
49 void set(unsigned tid, u64 v) {
75 u64 clk_[kMaxTidInClock];
tsan_trace.h 40 // u64 typ : 3; // EventType.
41 // u64 addr : 61; // Associated pc.
42 typedef u64 Event;
46 u64 epoch0; // Start epoch for the trace.
  /external/linux-tools-perf/util/
debug.h 23 u64 total __used)
29 u64 curr __used) {}
parse-events.h 26 extern struct tracepoint_path *tracepoint_id_to_path(u64 config);
31 extern const char *__event_name(int type, u64 config);
session.h 24 u64 last_flush;
25 u64 next_flush;
26 u64 max_timestamp;
52 u64 sample_type;
105 u64 data_offset, u64 data_size, u64 size,
119 u64 addr);
thread.h 39 enum map_type type, u64 addr)
46 enum map_type type, pid_t pid, u64 addr,
51 enum map_type type, pid_t pid, u64 addr,
callchain.c 26 return chain->nr * sizeof(u64) <= chain_size;
42 u64 chain_cumul = callchain_cumul_hits(chain);
45 u64 rnode_cumul;
77 u64 min_hit)
94 u64 min_hit, struct callchain_param *param __used)
100 u64 min_hit)
116 u64 min_hit, struct callchain_param *param __used)
126 u64 min_hit;
141 u64 min_hit __used, struct callchain_param *param)
234 u64 period
    [all...]
evsel.h 23 u64 val;
24 u64 ena;
25 u64 run;
27 u64 values[3];
45 u64 id;
61 u64 *id;
160 int __perf_evsel__sample_size(u64 sample_type);
evlist.h 49 int cpu, int thread, u64 id);
54 struct perf_evsel *perf_evlist__id2evsel(struct perf_evlist *evlist, u64 id);
75 u64 perf_evlist__sample_type(const struct perf_evlist *evlist);
symbol.h 57 int hex2u64(const char *ptr, u64 *val);
83 u64 start;
84 u64 end;
133 u64 addr;
134 u64 unrelocated_addr;
148 u64 addr;
245 u64 addr);
255 char type, u64 start, u64 end));
  /external/llvm/test/CodeGen/NVPTX/
convert-int-sm10.ll 15 ; CHECK: cvt.u16.u64 %rs{{[0-9]+}}, %rl{{[0-9]+}}
33 ; CHECK: cvt.u32.u64 %r{{[0-9]+}}, %rl{{[0-9]+}}
44 ; CHECK: cvt.u64.u16 %rl{{[0-9]+}}, %rs{{[0-9]+}}
51 ; CHECK: cvt.u64.u32 %rl{{[0-9]+}}, %r{{[0-9]+}}
  /external/wpa_supplicant_8/src/crypto/
sha256_i.h 15 u64 length;
  /external/kernel-headers/original/asm-x86/
types.h 57 typedef unsigned long long u64; typedef
59 typedef u64 dma64_addr_t;
62 typedef u64 dma_addr_t;
  /external/kernel-headers/original/linux/
jiffies.h 81 extern u64 __jiffy_data jiffies_64;
85 u64 get_jiffies_64(void);
87 static inline u64 get_jiffies_64(void)
89 return (u64)jiffies;
216 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\
217 TICK_NSEC -1) / (u64)TICK_NSEC))
219 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\
220 TICK_NSEC -1) / (u64)TICK_NSEC))
222 ((unsigned long)((((u64)NSEC_PER_USEC << USEC_JIFFIE_SC) +\
223 TICK_NSEC -1) / (u64)TICK_NSEC)
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 90 typedef UINT64 u64; typedef
102 typedef unsigned long long u64; typedef
115 typedef unsigned long long u64; typedef
121 typedef unsigned long u64; typedef
135 typedef uint64_t u64; typedef
198 #define le_to_host64(n) ((__force u64) (le64) (n))
199 #define host_to_le64(n) ((__force le64) (u64) (n))
200 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
287 static inline u64 WPA_GET_BE64(const u8 *a)
289 return (((u64) a[0]) << 56) | (((u64) a[1]) << 48)
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 42 static u64 run_measurement_overhead;
43 static u64 sleep_measurement_overhead;
69 u64 cpu_usage;
82 u64 timestamp;
83 u64 duration;
94 static u64 start_time;
108 static u64 cpu_usage;
109 static u64 runavg_cpu_usage;
110 static u64 parent_cpu_usage;
111 static u64 runavg_parent_cpu_usage
    [all...]
builtin-timechart.c 51 static u64 min_freq; /* Lowest CPU frequency seen */
52 static u64 max_freq; /* Highest CPU frequency seen */
53 static u64 turbo_frequency;
55 static u64 first_time, last_time;
85 u64 start_time;
86 u64 end_time;
87 u64 total_time;
98 u64 start_time;
99 u64 end_time;
100 u64 total_time
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 21 EXPECT_EQ(s.tid(), (u64)11);
22 EXPECT_EQ(s.epoch(), (u64)22);
26 EXPECT_EQ(s.addr0(), (u64)0);
27 EXPECT_EQ(s.size(), (u64)1);
31 EXPECT_EQ(s.epoch(), (u64)23);
33 EXPECT_EQ(s.epoch(), (u64)24);
65 u64 aligned_data[4];
  /system/core/gpttool/
gpttool.c 33 typedef unsigned long long u64; typedef
55 u64 header_lba;
56 u64 backup_lba;
57 u64 first_lba;
58 u64 last_lba;
62 u64 entries_lba;
72 u64 first_lba;
73 u64 last_lba;
74 u64 attr;
118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name
    [all...]
  /bionic/libc/kernel/common/linux/
jiffies.h 82 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) + TICK_NSEC -1) / (u64)TICK_NSEC))
84 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) + TICK_NSEC -1) / (u64)TICK_NSEC))
85 #define USEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_USEC << USEC_JIFFIE_SC) + TICK_NSEC -1) / (u64)TICK_NSEC))
86 #define USEC_ROUND (u64)(((u64)1 << USEC_JIFFIE_SC) - 1)
89 #define MAX_SEC_IN_JIFFIES (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 93 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
94 vshr.u64 q10, q6, #8
100 vshr.u64 q3, q4, #32 ;construct src_ptr[2]
101 vshr.u64 q5, q6, #32
107 vshr.u64 q9, q4, #16 ;construct src_ptr[0]
108 vshr.u64 q10, q6, #16
114 vshr.u64 q3, q4, #24 ;construct src_ptr[1]
115 vshr.u64 q5, q6, #24
159 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
160 vshr.u64 q10, q6, #
    [all...]
  /external/linux-tools-perf/util/include/linux/added/
hash.h 38 static inline u64 hash_64(u64 val, unsigned int bits)
40 u64 hash = val;
43 u64 n = hash;
  /system/extras/ext4_utils/
extent.c 31 u64 backing_len)
57 u64 backing_len, const char *filename)
76 struct ext4_inode *inode, u64 len)
83 u64 blocks;
165 blocks = (u64)block_len * info.block_size / 512;
181 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
182 u64 backing_len)
206 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
223 void inode_allocate_extents(struct ext4_inode *inode, u64 len)

Completed in 1146 milliseconds

1 2 3 45 6 7 8 91011>>