Home
last modified time | relevance | path

Searched refs:SWAP_LE16 (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dmke2fs.c408 sb->state = sb->errors = SWAP_LE16(1); in init_superblock()
412 sb->inode_size = SWAP_LE16(sizeof(struct ext2_inode)); in init_superblock()
520 in->uid = SWAP_LE16(that->st.st_uid & 0xFFFF); in fill_inode()
521 in->uid_high = SWAP_LE16(that->st.st_uid >> 16); in fill_inode()
522 in->gid = SWAP_LE16(that->st.st_gid & 0xFFFF); in fill_inode()
523 in->gid_high = SWAP_LE16(that->st.st_gid >> 16); in fill_inode()
536 in->links_count = SWAP_LE16(that->st.st_nlink); in fill_inode()
656 sb.block_group_nr = SWAP_LE16(i); in mke2fs_main()
688 bg[slot].free_inodes_count = SWAP_LE16(temp); in mke2fs_main()
/external/toybox/lib/
Dportability.h164 #define SWAP_LE16(x) bswap_16(x) macro
172 #define SWAP_LE16(x) (x) macro
/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h288 #define SWAP_LE16(s, d) swap_le16(s, d) macro