Searched refs:u_int64_t (Results 1 – 15 of 15) sorted by relevance
/aosp12/system/extras/ioshark/ |
H A D | ioshark.h | 35 u_int64_t version; 36 u_int64_t num_files; 48 u_int64_t size; 80 u_int64_t delta_us; 86 u_int64_t fileno; 91 u_int64_t offset; 97 u_int64_t offset; 98 u_int64_t len; 102 u_int64_t len; 108 u_int64_t offset; [all …]
|
H A D | README | 51 u_int64_t num_files; 57 u_int64_t fileno; 58 u_int64_t size; 64 u_int64_t delta_us; 70 u_int64_t fileno; 75 u_int64_t offset; 81 u_int64_t offset; 82 u_int64_t len; 86 u_int64_t len; 92 u_int64_t offset; [all …]
|
H A D | ioshark_bench.h | 63 u_int64_t bytes_read; 64 u_int64_t bytes_written; 68 files_db_update_size(void *node, u_int64_t new_size) in files_db_update_size() 106 static inline u_int64_t 112 static inline u_int64_t 142 void print_op_stats(u_int64_t *op_counts); 146 char **bufp, int *buflen, u_int64_t *op_counts,
|
H A D | compile_ioshark.c | 107 static u_int64_t 244 get_mmap_offset_len_prot(char *buf, int *prot, off_t *offset, u_int64_t *len) in get_mmap_offset_len_prot() 335 u_int64_t *len) in get_rw_len() 351 u_int64_t *len) in get_prw64_offset_len() 377 u_int64_t *len) in get_ftrace_offset_len() 597 (u_int64_t *)&disk_file_op->prw_len); in main() 604 get_rw_len(s, (u_int64_t *)&disk_file_op->rw_len); in main() 613 (u_int64_t *)&disk_file_op->mmap_len); in main() 635 (u_int64_t *)&disk_file_op->prw_len); in main()
|
H A D | ioshark_bench_mmap.c | 71 MIN((u_int64_t)total_len, (u_int64_t)slice); in setup_mmap_io_state() 107 char **bufp, int *buflen, u_int64_t *op_counts, in mmap_do_io() 167 char **bufp, int *buflen, u_int64_t *op_counts, in ioshark_handle_mmap()
|
H A D | ioshark_bench_subr.c | 308 print_op_stats(u_int64_t *op_counts) in print_op_stats() 336 u_int64_t user_cpu_ticks; 337 u_int64_t nice_cpu_ticks; 338 u_int64_t system_cpu_ticks; 339 u_int64_t idle_cpu_ticks; 340 u_int64_t iowait_cpu_ticks; 341 u_int64_t hardirq_cpu_ticks; 342 u_int64_t softirq_cpu_ticks; 516 u_int64_t tot1, tot2, delta1, delta2; in report_cpu_disk_util()
|
H A D | compile_ioshark.h | 51 files_db_update_size(void *node, u_int64_t new_size) in files_db_update_size() 60 files_db_add_to_size(void *node, u_int64_t size_incr) in files_db_add_to_size()
|
H A D | convert_format.c | 40 u_int64_t delta_us; 100 u_int64_t aggr_old_file_size = 0; in main() 101 u_int64_t aggr_new_file_size = 0; in main()
|
H A D | ioshark_bench.c | 99 u_int64_t aggr_op_counts[IOSHARK_MAX_FILE_OP]; 120 update_op_counts(u_int64_t *op_counts) in update_op_counts() 215 u_int64_t *op_counts, in do_one_io() 405 u_int64_t op_counts[IOSHARK_MAX_FILE_OP]; in do_io() 535 u_int64_t free_fs_bytes; in get_start_end()
|
/aosp12/system/extras/app-launcher/ |
H A D | computestats.c | 15 u_int64_t data_items[DATA_COUNT]; 25 u_int64_t val1 = *(u_int64_t *)p1; in compare_long() 26 u_int64_t val2 = *(u_int64_t *)p2; in compare_long() 39 u_int64_t sum_x = 0; in main() 40 u_int64_t sum_sq_x = 0; in main() 41 u_int64_t mean; in main() 112 qsort(data_items, num_data_items, sizeof(u_int64_t), compare_long); in main()
|
H A D | computestatsf.c | 25 double val1 = *(u_int64_t *)p1; in compare_double() 26 double val2 = *(u_int64_t *)p2; in compare_double() 112 qsort(data_items, num_data_items, sizeof(u_int64_t), compare_double); in main()
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | math_private.h | 66 u_int64_t msw; 67 u_int64_t lsw; 85 u_int64_t lsw; 86 u_int64_t msw; 104 u_int64_t w; 122 u_int64_t w;
|
/aosp12/bionic/libc/include/sys/ |
H A D | types.h | 143 typedef uint64_t u_int64_t; typedef
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu_linux.c | 41 typedef u_int64_t u64;
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Config.h.cmake | 484 /* Define to 1 if the system has the type `u_int64_t'. */
|