HomeSort by relevance Sort by last modified time
    Searched refs:u64 (Results 26 - 50 of 591) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
statfs.h 22 u64 f_blocks;
23 u64 f_bfree;
24 u64 f_bavail;
25 u64 f_files;
26 u64 f_ffree;
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
statfs.h 22 u64 f_blocks;
23 u64 f_bfree;
24 u64 f_bavail;
25 u64 f_files;
26 u64 f_ffree;
  /system/extras/ext4_utils/
extent.h 23 void inode_allocate_extents(struct ext4_inode *inode, u64 len);
24 void inode_allocate_file_extents(struct ext4_inode *inode, u64 len,
26 u8 *inode_allocate_data_extents(struct ext4_inode *inode, u64 len,
27 u64 backing_len);
output_file.h 26 void write_data_block(struct output_file *out, u64 off, u8 *data, int len);
27 void write_fill_block(struct output_file *out, u64 off, u32 fill_val, int len);
28 void write_data_file(struct output_file *out, u64 off, const char *file,
30 void pad_output_file(struct output_file *out, u64 len);
backed_block.h 23 typedef void (*data_block_callback_t)(void *priv, u64 off, u8 *data, int len);
24 typedef void (*data_block_fill_callback_t)(void *priv, u64 off, u32 fill_val, int len);
25 typedef void (*data_block_file_callback_t)(void *priv, u64 off,
  /external/linux-tools-perf/util/ui/
progress.h 6 struct ui_progress *ui_progress__new(const char *title, u64 total);
9 void ui_progress__update(struct ui_progress *self, u64 curr);
  /external/oprofile/libutil/
op_types.h 23 typedef unsigned long long u64; typedef
31 typedef u64 count_type;
  /external/linux-tools-perf/util/
values.h 12 u64 *counterrawid;
14 u64 **value;
22 u64 rawid, const char *name, u64 value);
types.h 7 * We define u64 as uint64_t for every architecture
10 typedef uint64_t u64; typedef
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...]
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...]
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)
95 static inline u64 map__unmap_ip(struct map *map, u64 ip
    [all...]
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)
100 u64 period)
    [all...]
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);
sort.h 57 u64 period;
58 u64 period_sys;
59 u64 period_us;
60 u64 period_guest_sys;
61 u64 period_guest_us;
64 u64 ip;
debug.h 23 u64 total __used)
29 u64 curr __used) {}
  /external/oprofile/libopagent/
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/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/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/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;
  /external/kernel-headers/original/asm-mips/
types.h 52 typedef u64 dma_addr_t;
56 typedef u64 dma64_addr_t;
  /external/oprofile/libop/
op_sample_file.h 36 u64 anon_start;
37 u64 cg_to_anon_start;
  /external/openssl/crypto/modes/
modes_lcl.h 13 typedef unsigned __int64 u64; typedef
14 #define U64(C) C##UI64
17 typedef unsigned long u64; typedef
18 #define U64(C) C##UL
21 typedef unsigned long long u64; typedef
22 #define U64(C) C##ULL
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);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
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/wpa_supplicant_8/src/utils/
common.h 96 typedef UINT64 u64; typedef
108 typedef unsigned long long u64; typedef
121 typedef unsigned long long u64; typedef
127 typedef unsigned long u64; typedef
138 typedef TUint64 u64; typedef
151 typedef uint64_t u64; typedef
214 #define le_to_host64(n) ((__force u64) (le64) (n))
215 #define host_to_le64(n) ((__force le64) (u64) (n))
216 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
286 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) |
    [all...]

Completed in 593 milliseconds

12 3 4 5 6 7 8 91011>>