Home
last modified time | relevance | path

Searched refs:SWAP_LE32 (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/pending/
Dmke2fs.c268 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp); in init_superblock()
272 sb->blocks_count = SWAP_LE32(TT.blocks); in init_superblock()
273 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()
275 sb->r_blocks_count = SWAP_LE32(temp); in init_superblock()
277 sb->first_data_block = SWAP_LE32(TT.blocksize == 1024 ? 1 : 0); in init_superblock()
282 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()
285 sb->inodes_per_group = SWAP_LE32(TT.inodespg); in init_superblock()
286 sb->inodes_count = SWAP_LE32(TT.inodespg * TT.groups); in init_superblock()
291 sb->free_inodes_count = SWAP_LE32(temp - TT.treeinodes); in init_superblock()
295 sb->wtime = sb->lastcheck = sb->mkfs_time = SWAP_LE32(time(NULL)); in init_superblock()
[all …]
Dfdisk.c98 uint32_t val = SWAP_LE32(value); in set_levalue()
613 new_start = SWAP_LE32(new_start); in delete_partition()
/external/toybox/lib/
Dportability.h191 #define SWAP_LE32(x) bswap_32(x) macro
199 #define SWAP_LE32(x) (x) macro
/external/toybox/toys/lsb/
Dmd5sum.c180 for (j=0; j<16; j++) TT.buffer.i[j] = SWAP_LE32(TT.buffer.i[j]); in hash_update()
/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h289 #define SWAP_LE32(s, d) swap_le32(s, d) macro