Searched defs:u64 (Results 1 - 8 of 8) sorted by relevance

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dtypes.h21 typedef uint64_t u64; typedef
33 u64 val64;
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dtypes.h7 * We define u64 as uint64_t for every architecture
10 typedef uint64_t u64; typedef
20 u64 val64;
/system/extras/tests/storage/
H A Dwipe_blkdev.c28 typedef unsigned long long u64; typedef
38 static u64 get_block_device_size(int fd)
40 u64 size = 0;
51 static int wipe_block_device(int fd, u64 len, int secure)
53 u64 range[2];
85 u64 len;
/system/core/libsparse/
H A Dsparse_defs.h23 #define __le64 u64
27 #define __be64 u64
31 #define __u64 u64
36 typedef unsigned long long u64; typedef
/system/extras/ext4_utils/
H A Dext4_utils.h74 typedef unsigned long u64; typedef
77 typedef unsigned long long u64; typedef
109 u64 len_blocks;
148 void ext4_queue_sb(u64 start_block, struct ext4_super_block *sb);
149 u64 get_block_device_size(int fd);
151 u64 get_file_size(int fd);
152 u64 parse_num(const char *arg);
/system/extras/puncture_fs/
H A Dpuncture_fs.c39 typedef unsigned long u64; typedef
48 static u64 get_free_space(const char * const path) {
56 return (u64)s.f_bsize * (u64)s.f_bfree;
60 static u64 get_random_num(const u64 start, const u64 end) {
65 return start + (((u64)random() << 31) | (u64)random()) % (end - start);
73 static bool create_unique_file(const char * const dir_path, const u64 siz
[all...]
/system/core/libmincrypt/
H A Dp256_ec.c46 typedef uint64_t u64; typedef
291 static void felem_reduce_degree(felem out, u64 tmp[17]) {
481 u64 tmp[17];
483 tmp[0] = ((u64) in[0]) * in[0];
484 tmp[1] = ((u64) in[0]) * (in[1] << 1);
485 tmp[2] = ((u64) in[0]) * (in[2] << 1) +
486 ((u64) in[1]) * (in[1] << 1);
487 tmp[3] = ((u64) in[0]) * (in[3] << 1) +
488 ((u64) in[1]) * (in[2] << 1);
489 tmp[4] = ((u64) i
[all...]
/system/keymaster/
H A Docb.c114 uint64_t u64; member in union:__anon1779
117 in.u64 = x;
120 return out.u64;
196 uint64_t u64[2]; member in union:__anon1780
199 rval.u64[0] = (KtopStr[0] << bot) | (KtopStr[1] >> (64 - bot));
200 rval.u64[1] = (KtopStr[1] << bot) | (KtopStr[2] >> (64 - bot));

Completed in 1219 milliseconds