/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
utils.h | 34 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/ |
utils.h | 34 static inline uint32_t le32_to_cpu(uint32_t v) function 39 static inline uint32_t le32_to_cpu(uint32_t v) function
|
/bionic/libc/kernel/uapi/linux/ |
bfs_fs.h | 77 #define BFS_NZFILESIZE(ip) ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE) 80 #define BFS_FILEBLOCKS(ip) ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock)) 81 #define BFS_UNCLEAN(bfs_sb, sb) ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & MS_RDONLY))
|
msdos_fs.h | 35 #define CF_LE_L(v) le32_to_cpu(v) 89 #define IS_FSINFO(x) (le32_to_cpu((x)->signature1) == FAT_FSINFO_SIG1 && le32_to_cpu((x)->signature2) == FAT_FSINFO_SIG2)
|
/development/ndk/platforms/android-L/include/linux/ |
bfs_fs.h | 77 #define BFS_NZFILESIZE(ip) ((le32_to_cpu((ip)->i_eoffset) + 1) - le32_to_cpu((ip)->i_sblock) * BFS_BSIZE) 80 #define BFS_FILEBLOCKS(ip) ((ip)->i_sblock == 0 ? 0 : (le32_to_cpu((ip)->i_eblock) + 1) - le32_to_cpu((ip)->i_sblock)) 81 #define BFS_UNCLEAN(bfs_sb, sb) ((le32_to_cpu(bfs_sb->s_from) != -1) && (le32_to_cpu(bfs_sb->s_to) != -1) && !(sb->s_flags & MS_RDONLY))
|
msdos_fs.h | 35 #define CF_LE_L(v) le32_to_cpu(v) 89 #define IS_FSINFO(x) (le32_to_cpu((x)->signature1) == FAT_FSINFO_SIG1 && le32_to_cpu((x)->signature2) == FAT_FSINFO_SIG2)
|
/external/kernel-headers/original/uapi/linux/ |
bfs_fs.h | 70 ((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))
|
msdos_fs.h | 20 #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/ |
cconv.c | 72 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(top->size_percent) [all...] |
client.c | 737 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(src->io_u_lat_u[i]) [all...] |
server.c | 186 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); [all...] |
/external/f2fs-tools/mkfs/ |
f2fs_format.c | 160 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_block.segment_count_sit) / 2) < [all...] |
/external/f2fs-tools/fsck/ |
dump.c | 110 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_blk->footer.ino)) [all...] |
fsck.c | 123 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_blk->footer.nid)) [all...] |
mount.c | 16 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_super->log_blocks_per_seg) [all...] |
f2fs.h | 205 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_nat->ino) [all...] |
/external/libsepol/src/ |
private.h | 28 #define le32_to_cpu(x) (x) macro 35 #define le32_to_cpu(x) bswap_32(x) macro
|
policydb.c | [all...] |
avtab.c | 390 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]);
|
module.c | 392 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(buf[0]) [all...] |
conditional.c | 585 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(buf[0]) [all...] |
ebitmap.c | 355 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]);
|
/development/ndk/platforms/android-3/include/linux/ |
msdos_fs.h | 26 #define CF_LE_L(v) le32_to_cpu(v) 88 #define IS_FSINFO(x) (le32_to_cpu((x)->signature1) == FAT_FSINFO_SIG1 && le32_to_cpu((x)->signature2) == FAT_FSINFO_SIG2)
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
cfi_endian.h | 23 #define cfi32_to_cpu(x) le32_to_cpu(x)
|
/external/fio/os/ |
os.h | 207 #define le32_to_cpu(val) ({ \ macro
|