/external/linux-tools-perf/util/ |
D | svghelper.h | 6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); 7 extern void svg_box(int Yslot, u64 start, u64 end, const char *type); 8 extern void svg_sample(int Yslot, int cpu, u64 start, u64 end); 9 extern void svg_waiting(int Yslot, u64 start, u64 end); 10 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency); 13 extern void svg_process(int cpu, u64 start, u64 end, const char *type, const char *name); 14 extern void svg_cstate(int cpu, u64 start, u64 end, int type); 15 extern void svg_pstate(int cpu, u64 start, u64 end, u64 freq); 20 extern void svg_wakeline(u64 start, int row1, int row2); 21 extern void svg_partial_wakeline(u64 start, int row1, char *desc1, int row2, char *desc2); [all …]
|
D | event.h | 14 u64 ip; 22 u64 start; 23 u64 len; 24 u64 pgoff; 38 u64 time; 43 u64 id; 44 u64 lost; 53 u64 value; 54 u64 time_enabled; 55 u64 time_running; [all …]
|
D | map.h | 38 u64 start; 39 u64 end; 43 u64 pgoff; 46 u64 (*map_ip)(struct map *, u64); 48 u64 (*unmap_ip)(struct map *, u64); 90 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip() 95 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip() 100 static inline u64 identity__map_ip(struct map *map __used, u64 ip) in identity__map_ip() 107 u64 map__rip_2objdump(struct map *map, u64 rip); 108 u64 map__objdump_2ip(struct map *map, u64 addr); [all …]
|
D | header.h | 33 u64 offset; 34 u64 size; 38 u64 magic; 39 u64 size; 40 u64 attr_size; 48 u64 magic; 49 u64 size; 61 u64 data_offset; 62 u64 data_size; 63 u64 event_offset; [all …]
|
D | callchain.h | 32 u64 hit; 33 u64 children_hit; 37 u64 max_depth; 44 u64, struct callchain_param *); 54 u64 ip; 66 u64 ip; 73 u64 nr; 76 u64 pos; 92 static inline u64 callchain_cumul_hits(struct callchain_node *node) in callchain_cumul_hits() 100 u64 period); [all …]
|
D | svghelper.c | 23 static u64 first_time, last_time; 24 static u64 turbo_frequency, max_freq; 34 static u64 total_height; 47 static double time2pixels(u64 __time) in time2pixels() 74 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end) in open_svg() 122 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() 131 void svg_sample(int Yslot, int cpu, u64 start, u64 end) in svg_sample() 153 static char *time_to_string(u64 duration) in time_to_string() 171 void svg_waiting(int Yslot, u64 start, u64 end) in svg_waiting() 236 void svg_cpu_box(int cpu, u64 __max_freq, u64 __turbo_freq) in svg_cpu_box() [all …]
|
D | callchain.c | 26 return chain->nr * sizeof(u64) <= chain_size; in ip_callchain__valid() 42 u64 chain_cumul = callchain_cumul_hits(chain); in rb_insert_callchain() 45 u64 rnode_cumul; in rb_insert_callchain() 77 u64 min_hit) in __sort_chain_flat() 94 u64 min_hit, struct callchain_param *param __used) in sort_chain_flat() 100 u64 min_hit) in __sort_chain_graph_abs() 116 u64 min_hit, struct callchain_param *param __used) in sort_chain_graph_abs() 126 u64 min_hit; in __sort_chain_graph_rel() 141 u64 min_hit __used, struct callchain_param *param) in sort_chain_graph_rel() 234 u64 period) in add_child() [all …]
|
D | hist.h | 32 u64 total_period; 33 u64 total_lost; 34 u64 total_invalid_chains; 53 u64 nr_entries; 55 u64 event_stream; 63 struct symbol *parent, u64 period); 68 long displacement, FILE *fp, u64 total); 72 bool color, u64 total); 84 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
|
D | 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);
|
/external/kernel-headers/original/linux/ |
D | jiffies.h | 81 extern u64 __jiffy_data jiffies_64; 85 u64 get_jiffies_64(void); 87 static inline u64 get_jiffies_64(void) in get_jiffies_64() 89 return (u64)jiffies; in get_jiffies_64() 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 …]
|
D | perf_event.h | 522 u64 config; 523 u64 last_tag; 539 u64 sample_period; 540 u64 last_period; 542 u64 interrupts; 544 u64 freq_time_stamp; 545 u64 freq_count_stamp; 664 u64 total_time_enabled; 665 u64 total_time_running; 677 u64 tstamp_enabled; [all …]
|
D | statfs.h | 11 u64 f_blocks; 12 u64 f_bfree; 13 u64 f_bavail; 14 u64 f_files; 15 u64 f_ffree;
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | common.h | 102 typedef UINT64 u64; typedef 114 typedef unsigned long long u64; typedef 127 typedef unsigned long long u64; typedef 133 typedef unsigned long u64; typedef 144 typedef TUint64 u64; typedef 157 typedef uint64_t u64; typedef 220 #define le_to_host64(n) ((__force u64) (le64) (n)) 221 #define host_to_le64(n) ((__force le64) (u64) (n)) 222 #define be_to_host64(n) bswap_64((__force u64) (be64) (n)) 292 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) | \ [all …]
|
/external/kernel-headers/original/asm-mips/sn/sn0/ |
D | hubio.h | 175 u64 wid_reg_value; 177 u64 wid_rsvd: 32, /* unused */ 187 u64 wcr_reg_value; 189 u64 wcr_rsvd: 41, /* unused */ 203 u64 reg_value; 205 u64 rsvd1: 31, 220 u64 icsr_reg_value; 222 u64 icsr_rsvd: 22, /* unused */ 240 u64 iowa_reg_value; 242 u64 iowa_rsvd: 48, /* unused */ [all …]
|
/external/openssl/crypto/sha/asm/ |
D | sha512-armv4.s | 450 vshr.u64 d24,d20,#14 @ 0 454 vshr.u64 d25,d20,#18 455 vshr.u64 d26,d20,#41 470 vshr.u64 d24,d16,#28 472 vshr.u64 d25,d16,#34 473 vshr.u64 d26,d16,#39 487 vshr.u64 d24,d19,#14 @ 1 491 vshr.u64 d25,d19,#18 492 vshr.u64 d26,d19,#41 507 vshr.u64 d24,d23,#28 [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 78 FastState(u64 tid, u64 epoch) { in FastState() 85 explicit FastState(u64 x) in FastState() 89 u64 raw() const { in raw() 93 u64 tid() const { in tid() 94 u64 res = x_ >> kTidShift; in tid() 98 u64 epoch() const { in epoch() 99 u64 res = (x_ << (kTidBits + 1)) >> (64 - kClkBits); in epoch() 104 u64 old_epoch = epoch(); in IncrementEpoch() 118 static const u64 kIgnoreBit = 1ull; 119 static const u64 kFreedBit = 1ull << 63; [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | 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)) 270 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) | \ 271 (((u64) (a)[2]) << 40) | (((u64) (a)[3]) << 32) | \ [all …]
|
/external/linux-tools-perf/util/include/linux/added/ |
D | perf_event.h | 554 u64 config; 555 u64 last_tag; 561 u64 extra_config; 582 u64 sample_period; 583 u64 last_period; 585 u64 interrupts; 587 u64 freq_time_stamp; 588 u64 freq_count_stamp; 746 u64 time; 747 u64 timestamp; [all …]
|
/external/openssl/crypto/modes/ |
D | modes_lcl.h | 13 typedef unsigned __int64 u64; typedef 17 typedef unsigned long u64; typedef 21 typedef unsigned long long u64; typedef 42 # define BSWAP8(x) ({ u64 ret=(x); \ 49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \ 52 (u64)hi<<32|lo; }) 57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \ 60 (u64)hi<<32|lo; }) 69 # define BSWAP8(x) _byteswap_uint64((u64)(x)) 91 typedef struct { u64 hi,lo; } u128; [all …]
|
D | xts128.c | 66 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; in CRYPTO_xts128_encrypt() 83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0]; in CRYPTO_xts128_encrypt() 84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1]; in CRYPTO_xts128_encrypt() 92 ((u64*)out)[0] = scratch.u[0]^=tweak.u[0]; in CRYPTO_xts128_encrypt() 93 ((u64*)out)[1] = scratch.u[1]^=tweak.u[1]; in CRYPTO_xts128_encrypt() 135 union { u64 u[2]; u8 c[16]; } tweak1; in CRYPTO_xts128_encrypt() 161 scratch.u[0] = ((u64*)inp)[0]^tweak1.u[0]; in CRYPTO_xts128_encrypt() 162 scratch.u[1] = ((u64*)inp)[1]^tweak1.u[1]; in CRYPTO_xts128_encrypt() 181 ((u64*)out)[0] = scratch.u[0]^tweak.u[0]; in CRYPTO_xts128_encrypt() 182 ((u64*)out)[1] = scratch.u[1]^tweak.u[1]; in CRYPTO_xts128_encrypt()
|
/external/oprofile/libopagent/ |
D | jitdump.h | 47 u64 timestamp; 68 u64 timestamp; 69 u64 vma; 70 u64 code_addr; 79 u64 timestamp; 80 u64 vma; 87 u64 timestamp; 94 u64 timestamp; 95 u64 code_addr;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 31 const u64 kBlockMagic = 0x6A6CB03ABCEBC041ull; 34 if (size + sizeof(u64) < size) in InternalAlloc() 36 void *p = LIBC_MALLOC(size + sizeof(u64)); in InternalAlloc() 39 ((u64*)p)[0] = kBlockMagic; in InternalAlloc() 40 return (char*)p + sizeof(u64); in InternalAlloc() 46 addr = (char*)addr - sizeof(u64); in InternalFree() 47 CHECK_EQ(((u64*)addr)[0], kBlockMagic); in InternalFree() 48 ((u64*)addr)[0] = 0; in InternalFree() 54 u64 *pp = (u64*)((uptr)p & ~0x7); in InternalAllocBlock()
|
/external/linux-tools-perf/ |
D | 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 …]
|
D | 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/llvm/test/MC/ARM/ |
D | neon-shift-encoding.s | 7 vshl.u64 d16, d17, d16 15 vshl.u64 q8, q9, q8 24 @ CHECK: vshl.u64 d16, d17, d16 @ encoding: [0xa1,0x04,0x70,0xf3] 32 @ CHECK: vshl.u64 q8, q9, q8 @ encoding: [0xe2,0x04,0x70,0xf3] 42 vshr.u64 d16, d16, #63 46 vshr.u64 q8, q8, #63 59 @ CHECK: vshr.u64 d16, d16, #63 @ encoding: [0xb0,0x00,0xc1,0xf3] 63 @ CHECK: vshr.u64 q8, q8, #63 @ encoding: [0xf0,0x00,0xc1,0xf3] 77 vshr.u64 d16, #63 81 vshr.u64 q8, #63 [all …]
|