Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c379 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp); in init_superblock()
383 sb->blocks_count = SWAP_LE32(TT.blocks); in init_superblock()
384 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()
386 sb->r_blocks_count = SWAP_LE32(temp); in init_superblock()
388 sb->first_data_block = SWAP_LE32(TT.blocksize == 1024 ? 1 : 0); in init_superblock()
393 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()
396 sb->inodes_per_group = SWAP_LE32(TT.inodespg); in init_superblock()
397 sb->inodes_count = SWAP_LE32(TT.inodespg * TT.groups); in init_superblock()
402 sb->free_inodes_count = SWAP_LE32(temp - TT.treeinodes); in init_superblock()
406 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.h165 #define SWAP_LE32(x) bswap_32(x) macro
173 #define SWAP_LE32(x) (x) macro
/external/toybox/toys/lsb/
Dmd5sum.c232 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