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

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dutils.h34 static inline uint32_t le32_to_cpu(uint32_t v) function
39 static inline uint32_t le32_to_cpu(uint32_t v) function
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dutils.h34 static inline uint32_t le32_to_cpu(uint32_t v) function
39 static inline uint32_t le32_to_cpu(uint32_t v) function
/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((uint32_t *)(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((uint32_t *)(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((uint32_t *)(p)))
/external/kernel-headers/original/uapi/linux/
H A Dbfs_fs.h70 ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE)
76 ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock))
78 ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & MS_RDONLY))
H A Dmsdos_fs.h20 #define CF_LE_L(v) le32_to_cpu(v)
87 #define IS_FSINFO(x) (le32_to_cpu((x)->signature1) == FAT_FSINFO_SIG1 \
88 && le32_to_cpu((x)->signature2) == FAT_FSINFO_SIG2)
/external/fio/
H A Dcconv.c72 o->td_ddir = le32_to_cpu(top->td_ddir);
73 o->rw_seq = le32_to_cpu(top->rw_seq);
74 o->kb_base = le32_to_cpu(top->kb_base);
75 o->unit_base = le32_to_cpu(top->kb_base);
76 o->ddir_seq_nr = le32_to_cpu(top->ddir_seq_nr);
78 o->iodepth = le32_to_cpu(top->iodepth);
79 o->iodepth_low = le32_to_cpu(top->iodepth_low);
80 o->iodepth_batch = le32_to_cpu(top->iodepth_batch);
81 o->iodepth_batch_complete = le32_to_cpu(top->iodepth_batch_complete);
84 o->size_percent = le32_to_cpu(to
[all...]
H A Dclient.c737 dst->error = le32_to_cpu(src->error);
738 dst->thread_number = le32_to_cpu(src->thread_number);
739 dst->groupid = le32_to_cpu(src->groupid);
740 dst->pid = le32_to_cpu(src->pid);
741 dst->members = le32_to_cpu(src->members);
742 dst->unified_rw_rep = le32_to_cpu(src->unified_rw_rep);
766 dst->io_u_map[i] = le32_to_cpu(src->io_u_map[i]);
767 dst->io_u_submit[i] = le32_to_cpu(src->io_u_submit[i]);
768 dst->io_u_complete[i] = le32_to_cpu(src->io_u_complete[i]);
772 dst->io_u_lat_u[i] = le32_to_cpu(sr
[all...]
H A Dserver.c186 cmd->flags = le32_to_cpu(cmd->flags);
188 cmd->pdu_len = le32_to_cpu(cmd->pdu_len);
295 int len = le32_to_cpu(pdu->buf_len);
343 pdu_len = le32_to_cpu(cmd->pdu_len);
577 pdu->buf_len = le32_to_cpu(pdu->buf_len);
578 pdu->client_type = le32_to_cpu(pdu->client_type);
727 tnumber = le32_to_cpu(pdu->thread_number);
/external/f2fs-tools/mkfs/
H A Df2fs_format.c160 le32_to_cpu(super_block.segment0_blkaddr));
166 le32_to_cpu(super_block.segment0_blkaddr) +
167 (le32_to_cpu(super_block.segment_count_ckpt) *
170 blocks_for_sit = (le32_to_cpu(super_block.segment_count) +
179 le32_to_cpu(super_block.sit_blkaddr) +
180 (le32_to_cpu(super_block.segment_count_sit) *
183 total_valid_blks_available = (le32_to_cpu(super_block.segment_count) -
184 (le32_to_cpu(super_block.segment_count_ckpt) +
185 le32_to_cpu(super_block.segment_count_sit))) *
199 sit_bitmap_size = ((le32_to_cpu(super_bloc
[all...]
/external/f2fs-tools/fsck/
H A Ddump.c110 le32_to_cpu(sum_blk.entries[i].nid));
174 le32_to_cpu(node_blk->dn.addr[i]));
178 le32_to_cpu(node_blk->in.nid[i]), ofs);
182 le32_to_cpu(node_blk->in.nid[i]), ofs);
208 le32_to_cpu(node_blk->i.i_addr[i]));
230 u32 imode = le32_to_cpu(inode->i_mode);
251 le32_to_cpu(inode->i_namelen));
252 name[le32_to_cpu(inode->i_namelen)] = 0;
262 ret = ftruncate(config.dump_fd, le32_to_cpu(inode->i_size));
287 DBG(1, "node_blk.footer.ino [0x%x]\n", le32_to_cpu(node_bl
[all...]
H A Dfsck.c123 if (le32_to_cpu(sum_entry.nid) != nid) {
133 le32_to_cpu(sum_entry.nid));
154 if (le32_to_cpu(sum_entry.nid) != parent_nid ||
159 le32_to_cpu(sum_entry.nid));
210 nid, le32_to_cpu(node_blk->footer.nid),
211 le32_to_cpu(node_blk->footer.ino));
217 nid, le32_to_cpu(node_blk->footer.nid),
218 le32_to_cpu(node_blk->footer.ino));
222 if (le32_to_cpu(node_blk->footer.nid) != nid) {
225 le32_to_cpu(node_bl
[all...]
H A Dmount.c16 int namelen = le32_to_cpu(inode->i_namelen);
74 nid_t ino = le32_to_cpu(node_block->footer.ino);
75 nid_t nid = le32_to_cpu(node_block->footer.nid);
200 if (F2FS_SUPER_MAGIC != le32_to_cpu(raw_super->magic)) {
208 blocksize = 1 << le32_to_cpu(raw_super->log_blocksize);
213 if (F2FS_LOG_SECTOR_SIZE != le32_to_cpu(raw_super->log_sectorsize)) {
218 le32_to_cpu(raw_super->log_sectors_per_block)) {
252 le32_to_cpu(raw_super->log_sectors_per_block);
253 sbi->log_blocksize = le32_to_cpu(raw_super->log_blocksize);
255 sbi->log_blocks_per_seg = le32_to_cpu(raw_supe
[all...]
H A Df2fs.h205 return le32_to_cpu(ckpt->nat_ver_bitmap_bytesize);
207 return le32_to_cpu(ckpt->sit_ver_bitmap_bytesize);
216 if (le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_payload) > 0) {
223 le32_to_cpu(ckpt->sit_ver_bitmap_bytesize) : 0;
230 unsigned int ckpt_flags = le32_to_cpu(cp->ckpt_flags);
240 start_addr = le32_to_cpu(F2FS_RAW_SUPER(sbi)->cp_blkaddr);
254 return le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_start_sum);
294 return __start_cp_addr(sbi) + le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_start_sum);
299 return __start_cp_addr(sbi) + le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_total_block_count)
366 ni->ino = le32_to_cpu(raw_na
[all...]
/external/libsepol/src/
H A Dprivate.h28 #define le32_to_cpu(x) (x) macro
35 #define le32_to_cpu(x) bswap_32(x) macro
H A Dpolicydb.c1647 r->flags = le32_to_cpu(buf[0]);
1665 t->flags = le32_to_cpu(buf[0]);
1683 items = le32_to_cpu(buf[0]);
1694 r->level[0].sens = le32_to_cpu(buf[0]);
1696 r->level[1].sens = le32_to_cpu(buf[1]);
1746 l->sens = le32_to_cpu(buf[0]);
1748 ncat = le32_to_cpu(buf[1]);
1765 cat->low = le32_to_cpu(buf[0]);
1766 cat->high = le32_to_cpu(buf[1]);
1853 c->user = le32_to_cpu(bu
[all...]
H A Davtab.c390 items2 = le32_to_cpu(buf32[0]);
404 val = le32_to_cpu(buf32[items++]);
410 val = le32_to_cpu(buf32[items++]);
416 val = le32_to_cpu(buf32[items++]);
423 val = le32_to_cpu(buf32[items++]);
439 datum.data = le32_to_cpu(buf32[items++]);
480 datum.data = le32_to_cpu(*buf32);
502 nel = le32_to_cpu(buf[0]);
H A Dmodule.c392 if (le32_to_cpu(buf[0]) != SEPOL_MODULE_PACKAGE_MAGIC) {
395 SEPOL_MODULE_PACKAGE_MAGIC, le32_to_cpu(buf[0]));
399 mod->version = le32_to_cpu(buf[1]);
400 nsec = *sections = le32_to_cpu(buf[2]);
427 off[i] = le32_to_cpu(buf[i]);
502 switch (le32_to_cpu(buf[0])) {
630 i, offsets[i], le32_to_cpu(buf[0]));
692 switch (le32_to_cpu(buf[0])) {
740 len = le32_to_cpu(buf[1]);
773 *type = le32_to_cpu(bu
[all...]
H A Dconditional.c585 booldatum->s.value = le32_to_cpu(buf[0]);
586 booldatum->state = le32_to_cpu(buf[1]);
591 len = le32_to_cpu(buf[2]);
606 booldatum->flags = le32_to_cpu(buf[0]);
726 len = le32_to_cpu(buf[0]);
773 node->cur_state = le32_to_cpu(buf[0]);
781 len = le32_to_cpu(buf[0]);
794 expr->expr_type = le32_to_cpu(buf[0]);
795 expr->bool = le32_to_cpu(buf[1]);
828 node->flags = le32_to_cpu(bu
[all...]
H A Debitmap.c355 mapsize = le32_to_cpu(buf[0]);
356 e->highbit = le32_to_cpu(buf[1]);
357 count = le32_to_cpu(buf[2]);
390 n->startbit = le32_to_cpu(buf[0]);
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.c259 end -= EXT4_XATTR_SIZE(le32_to_cpu(entry->e_value_size));
344 for (n = (le32_to_cpu(entry->e_value_size) +
348 le32_to_cpu(*value++);
H A Dext4_utils.h70 #define le32_to_cpu(x) (x) macro
/external/fio/os/
H A Dos.h207 #define le32_to_cpu(val) ({ \ macro
/external/f2fs-tools/include/
H A Df2fs_fs.h91 #define le32_to_cpu(x) ((__u32)(x)) macro
98 #define le32_to_cpu(x) bswap_32(x) macro

Completed in 1015 milliseconds

12