HomeSort by relevance Sort by last modified time
    Searched refs:SWAP_LE16 (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
mke2fs.c 272 sb->state = sb->errors = SWAP_LE16(1);
276 sb->inode_size = SWAP_LE16(sizeof(struct ext2_inode));
384 in->uid = SWAP_LE16(that->st.st_uid & 0xFFFF);
385 in->uid_high = SWAP_LE16(that->st.st_uid >> 16);
386 in->gid = SWAP_LE16(that->st.st_gid & 0xFFFF);
387 in->gid_high = SWAP_LE16(that->st.st_gid >> 16);
400 in->links_count = SWAP_LE16(that->st.st_nlink);
519 TT.sb.block_group_nr = SWAP_LE16(i);
551 bg[slot].free_inodes_count = SWAP_LE16(temp);
  /external/toybox/lib/
portability.h 163 #define SWAP_LE16(x) bswap_16(x)
171 #define SWAP_LE16(x) (x)
  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 32 extern void swap_le16(void *, void *);
288 #define SWAP_LE16(s, d) swap_le16(s, d)

Completed in 663 milliseconds