Searched refs:le32_to_cpu (Results 1 - 25 of 66) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((le32 *)(p)))
/external/wpa_supplicant_8/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((le32 *)(p)))
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((le32 *)(p)))
/external/fio/
H A Dcconv.c86 o->allow_create = le32_to_cpu(top->allow_create);
87 o->allow_mounted_write = le32_to_cpu(top->allow_mounted_write);
88 o->td_ddir = le32_to_cpu(top->td_ddir);
89 o->rw_seq = le32_to_cpu(top->rw_seq);
90 o->kb_base = le32_to_cpu(top->kb_base);
91 o->unit_base = le32_to_cpu(top->unit_base);
92 o->ddir_seq_nr = le32_to_cpu(top->ddir_seq_nr);
94 o->iodepth = le32_to_cpu(top->iodepth);
95 o->iodepth_low = le32_to_cpu(top->iodepth_low);
96 o->iodepth_batch = le32_to_cpu(to
[all...]
H A Dverify-state.h75 return __thread_io_list_sz(le32_to_cpu(s->depth), le32_to_cpu(s->nofiles));
H A Dclient.c876 dst->error = le32_to_cpu(src->error);
877 dst->thread_number = le32_to_cpu(src->thread_number);
878 dst->groupid = le32_to_cpu(src->groupid);
879 dst->pid = le32_to_cpu(src->pid);
880 dst->members = le32_to_cpu(src->members);
881 dst->unified_rw_rep = le32_to_cpu(src->unified_rw_rep);
906 dst->io_u_map[i] = le32_to_cpu(src->io_u_map[i]);
907 dst->io_u_submit[i] = le32_to_cpu(src->io_u_submit[i]);
908 dst->io_u_complete[i] = le32_to_cpu(src->io_u_complete[i]);
912 dst->io_u_lat_u[i] = le32_to_cpu(sr
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dbfs_fs.h71 ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE)
77 ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock))
79 ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & SB_RDONLY))
H A Dnilfs2_ondisk.h536 cp->cp_flags = cpu_to_le32(le32_to_cpu(cp->cp_flags) | \
542 cp->cp_flags = cpu_to_le32(le32_to_cpu(cp->cp_flags) & \
548 return !!(le32_to_cpu(cp->cp_flags) & \
598 su->su_flags = cpu_to_le32(le32_to_cpu(su->su_flags) | \
605 cpu_to_le32(le32_to_cpu(su->su_flags) & \
611 return !!(le32_to_cpu(su->su_flags) & \
630 return !le32_to_cpu(su->su_flags);
H A Dmsdos_fs.h21 #define CF_LE_L(v) le32_to_cpu(v)
88 #define IS_FSINFO(x) (le32_to_cpu((x)->signature1) == FAT_FSINFO_SIG1 \
89 && le32_to_cpu((x)->signature2) == FAT_FSINFO_SIG2)
/external/squashfs-tools/kernel/fs/squashfs/
H A Dinode.c68 inode->i_ino = le32_to_cpu(sqsh_ino->inode_number);
69 inode->i_mtime.tv_sec = le32_to_cpu(sqsh_ino->mtime);
145 frag = le32_to_cpu(sqsh_ino->fragment);
147 frag_offset = le32_to_cpu(sqsh_ino->offset);
160 inode->i_size = le32_to_cpu(sqsh_ino->file_size);
167 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block);
187 frag = le32_to_cpu(sqsh_ino->fragment);
189 frag_offset = le32_to_cpu(sqsh_ino->offset);
201 inode->i_nlink = le32_to_cpu(sqsh_ino->nlink);
229 inode->i_nlink = le32_to_cpu(sqsh_in
[all...]
H A Ddir.c78 index = le32_to_cpu(dir_index.index);
86 &index_offset, le32_to_cpu(dir_index.size) + 1);
91 *next_block = le32_to_cpu(dir_index.start_block) +
175 dir_count = le32_to_cpu(dirh.count) + 1;
198 inode_number = le32_to_cpu(dirh.inode_number) +
205 le32_to_cpu(dirh.start_block),
H A Dnamei.c104 size = le32_to_cpu(index->size) + 1;
116 length = le32_to_cpu(index->index);
117 *next_block = le32_to_cpu(index->start_block) +
177 dir_count = le32_to_cpu(dirh.count) + 1;
202 blk = le32_to_cpu(dirh.start_block);
204 ino_num = le32_to_cpu(dirh.inode_number) +
H A Dfragment.c66 size = le32_to_cpu(fragment_entry.size);
H A Did.c62 *id = le32_to_cpu(disk_id);
/external/f2fs-tools/fsck/
H A Dnode.h46 return le32_to_cpu(addr_array[offset]);
60 return le32_to_cpu(rn->i.i_nid[off - NODE_DIR1_BLOCK]);
62 return le32_to_cpu(rn->in.nid[off]);
H A Df2fs.h239 unsigned flag = le32_to_cpu(node_blk->footer.flag);
249 return le32_to_cpu(ckpt->nat_ver_bitmap_bytesize);
251 return le32_to_cpu(ckpt->sit_ver_bitmap_bytesize);
260 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_payload) > 0) {
267 le32_to_cpu(ckpt->sit_ver_bitmap_bytesize) : 0;
274 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags);
280 block_t start_addr = le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_blkaddr);
289 return le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_start_sum);
335 return __start_cp_addr(sbi) + le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_start_sum);
340 return __start_cp_addr(sbi) + le32_to_cpu(F2FS_CKP
[all...]
H A Dfsck.c170 if (le32_to_cpu(sum_entry->nid) != nid) {
181 le32_to_cpu(sum_entry->nid));
211 u32 nid = le32_to_cpu(sum->nid);
232 if (le32_to_cpu(node_blk->footer.nid) != nid)
244 if (blk_addr == le32_to_cpu(target_blk_addr))
287 if (le32_to_cpu(sum_entry->nid) != parent_nid ||
292 le32_to_cpu(sum_entry->nid));
392 nid, le32_to_cpu(node_blk->footer.nid),
393 le32_to_cpu(node_blk->footer.ino));
396 if (ni->ino != le32_to_cpu(node_bl
[all...]
H A Ddump.c91 le32_to_cpu(node_block->footer.flag) >>
110 le32_to_cpu(node_block->footer.flag) >>
238 le32_to_cpu(sum_blk->entries[i].nid));
305 le32_to_cpu(node_blk->dn.addr[i]));
309 le32_to_cpu(node_blk->in.nid[i]), ofs);
313 le32_to_cpu(node_blk->in.nid[i]), ofs);
404 dump_data_blk(sbi, ofs * F2FS_BLKSIZE, le32_to_cpu(
411 le32_to_cpu(node_blk->i.i_nid[i]), &ofs);
414 le32_to_cpu(node_blk->i.i_nid[i]), &ofs);
417 le32_to_cpu(node_bl
[all...]
H A Dquotaio_v2.c53 dquot->dq_id = le32_to_cpu(d->dqb_id);
98 return le32_to_cpu(d->dqb_id) == dquot->dq_id;
113 m->dqi_bgrace = le32_to_cpu(d->dqi_bgrace);
114 m->dqi_igrace = le32_to_cpu(d->dqi_igrace);
115 m->u.v2_mdqi.dqi_flags = le32_to_cpu(d->dqi_flags) & V2_DQF_MASK;
116 m->u.v2_mdqi.dqi_qtree.dqi_blocks = le32_to_cpu(d->dqi_blocks);
118 le32_to_cpu(d->dqi_free_blk);
120 le32_to_cpu(d->dqi_free_entry);
165 if (V2_VERSION != le32_to_cpu(dqh.dqh_version))
H A Ddefrag.c51 update_data_blkaddr(sbi, le32_to_cpu(sum.nid),
54 update_nat_blkaddr(sbi, 0, le32_to_cpu(sum.nid), to);
H A Ddir.c118 nid_t ino = le32_to_cpu(dir->footer.ino);
128 bidx = dir_block_index(level, dir_level, le32_to_cpu(namehash) % nbucket);
153 de->ino = le32_to_cpu(dentry->ino);
171 max_depth = le32_to_cpu(dir->i.i_current_depth);
213 nid_t pino = le32_to_cpu(parent->footer.ino);
228 current_depth = le32_to_cpu(parent->i.i_current_depth);
242 bidx = dir_block_index(level, dir_level, le32_to_cpu(dentry_hash) % nbucket);
287 u32 links = le32_to_cpu(parent->i.i_links);
318 nid_t ino = le32_to_cpu(inode->footer.ino);
319 nid_t pino = le32_to_cpu(inod
[all...]
/external/selinux/libsepol/src/
H A Dpolicydb.c1818 r->flags = le32_to_cpu(buf[0]);
1836 t->flags = le32_to_cpu(buf[0]);
1854 items = le32_to_cpu(buf[0]);
1865 r->level[0].sens = le32_to_cpu(buf[0]);
1867 r->level[1].sens = le32_to_cpu(buf[1]);
1917 l->sens = le32_to_cpu(buf[0]);
1919 ncat = le32_to_cpu(buf[1]);
1936 cat->low = le32_to_cpu(buf[0]);
1937 cat->high = le32_to_cpu(buf[1]);
2024 c->user = le32_to_cpu(bu
[all...]
H A Dprivate.h28 #define le32_to_cpu(x) (x) macro
35 #define le32_to_cpu(x) bswap_32(x) macro
/external/syslinux/gpxe/src/include/
H A Dbig_bswap.h15 #define le32_to_cpu(x) __bswap_32(x) macro
H A Dlittle_bswap.h17 #define le32_to_cpu(x) (x) macro

Completed in 1861 milliseconds

123