Searched refs:le64_to_cpu (Results 1 - 12 of 12) sorted by relevance

/external/libsepol/src/
H A Dprivate.h30 #define le64_to_cpu(x) (x) macro
37 #define le64_to_cpu(x) bswap_64(x) macro
H A Debitmap.c409 n->map = le64_to_cpu(map);
/external/fio/
H A Dclient.c722 dst->max_val = le64_to_cpu(src->max_val);
723 dst->min_val = le64_to_cpu(src->min_val);
724 dst->samples = le64_to_cpu(src->samples);
729 dst->mean.u.f = fio_uint64_to_double(le64_to_cpu(dst->mean.u.i));
730 dst->S.u.f = fio_uint64_to_double(le64_to_cpu(dst->S.u.i));
751 dst->usr_time = le64_to_cpu(src->usr_time);
752 dst->sys_time = le64_to_cpu(src->sys_time);
753 dst->ctx = le64_to_cpu(src->ctx);
754 dst->minf = le64_to_cpu(src->minf);
755 dst->majf = le64_to_cpu(sr
[all...]
H A Dcconv.c77 o->ddir_seq_add = le64_to_cpu(top->ddir_seq_add);
82 o->size = le64_to_cpu(top->size);
83 o->io_limit = le64_to_cpu(top->io_limit);
87 o->file_size_low = le64_to_cpu(top->file_size_low);
88 o->file_size_high = le64_to_cpu(top->file_size_high);
89 o->start_offset = le64_to_cpu(top->start_offset);
151 o->rand_seed = le64_to_cpu(top->rand_seed);
160 o->zipf_theta.u.f = fio_uint64_to_double(le64_to_cpu(top->zipf_theta.u.i));
161 o->pareto_h.u.f = fio_uint64_to_double(le64_to_cpu(top->pareto_h.u.i));
172 o->verify_backlog = le64_to_cpu(to
[all...]
H A Dserver.c187 cmd->tag = le64_to_cpu(cmd->tag);
654 if (has_zlib && le64_to_cpu(pdu->flags) & FIO_PROBE_FLAG_ZLIB) {
H A Dgclient.c554 gc->client_flags = le64_to_cpu(probe->flags);
/external/f2fs-tools/fsck/
H A Dmount.c294 pre_version = le64_to_cpu(cp_block->checkpoint_ver);
312 cur_version = le64_to_cpu(cp_block->checkpoint_ver);
499 sit_i->written_valid_blocks = le64_to_cpu(ckpt->valid_block_count);
504 sit_i->elapsed_time = le64_to_cpu(ckpt->elapsed_time);
766 se->mtime = le64_to_cpu(raw_sit->mtime);
1232 sbi->user_block_count = le64_to_cpu(sbi->ckpt->user_block_count);
1234 le64_to_cpu(sbi->ckpt->valid_block_count);
H A Df2fs.h238 unsigned long long ckpt_version = le64_to_cpu(ckpt->checkpoint_ver);
H A Dfsck.c347 u64 i_blocks = le64_to_cpu(node_blk->i.i_blocks);
531 le64_to_cpu(inode->i_blocks) == *blk_cnt, ftype,
/external/fio/os/
H A Dos.h210 #define le64_to_cpu(val) ({ \ macro
/external/f2fs-tools/include/
H A Df2fs_fs.h92 #define le64_to_cpu(x) ((__u64)(x)) macro
99 #define le64_to_cpu(x) bswap_64(x) macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c453 static inline uint64_t le64_to_cpu(uint64_t x) function
544 return le64_to_cpu(ret);

Completed in 657 milliseconds