Searched refs:__u64 (Results 1 – 13 of 13) sorted by relevance
/system/bpf/progs/include/ |
D | bpf_helpers.h | 84 __u64 flags) = (void*)BPF_FUNC_skb_change_proto; 85 static int (*bpf_l3_csum_replace)(struct __sk_buff* skb, __u32 offset, __u64 from, __u64 to, 86 __u64 flags) = (void*)BPF_FUNC_l3_csum_replace; 87 static int (*bpf_l4_csum_replace)(struct __sk_buff* skb, __u32 offset, __u64 from, __u64 to, 88 __u64 flags) = (void*)BPF_FUNC_l4_csum_replace; 89 static int (*bpf_redirect)(__u32 ifindex, __u64 flags) = (void*)BPF_FUNC_redirect;
|
/system/core/libion/original-kernel-headers/linux/ |
D | ion_test.h | 31 __u64 ptr; 32 __u64 offset; 33 __u64 size;
|
/system/core/libion/kernel-headers/linux/ |
D | ion_test.h | 25 __u64 ptr; 26 __u64 offset; 27 __u64 size;
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_kernel_headers.h | 33 #define __u64 uint64_t macro 53 #undef __u64
|
D | ext4.h | 180 __u64 block_bitmap; 181 __u64 inode_bitmap; 182 __u64 inode_table; 295 __u64 orig_start; 296 __u64 donor_start; 297 __u64 len; 298 __u64 moved_len;
|
/system/core/libion/ |
D | ion_4.12.h | 45 __u64 len; 77 __u64 heaps; /* buffer to be populated */
|
/system/core/deprecated-adf/libadf/original-kernel-headers/video/ |
D | adf.h | 184 __u64 interfaces; /* __u32 * packed into __u64 */ 187 __u64 bufs; /* struct adf_buffer_config * packed into __u64 */ 189 __u64 custom_data_size; 190 __u64 custom_data; /* void * packed into __u64 */
|
/system/core/deprecated-adf/libadf/include/video/ |
D | adf.h | 109 __u64 interfaces; 111 __u64 bufs; 112 __u64 custom_data_size; 114 __u64 custom_data;
|
/system/extras/simpleperf/nonlinux_support/include/linux/ |
D | types.h | 23 typedef uint64_t __u64; typedef
|
/system/core/libsparse/ |
D | sparse_defs.h | 31 #define __u64 u64 macro
|
/system/core/libsync/ |
D | sync.c | 245 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in modern_sync_file_info() 305 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in legacy_fence_info_to_sync_file_info()
|
/system/core/deprecated-adf/libadf/include/adf/ |
D | adf.h | 96 void *custom_data, __u64 custom_data_size,
|
/system/core/deprecated-adf/libadf/ |
D | adf.cpp | 168 void *custom_data, __u64 custom_data_size, in adf_device_post_v2()
|