HomeSort by relevance Sort by last modified time
    Searched full:swap_le32 (Results 1 - 7 of 7) sorted by null

  /external/toybox/toys/pending/
mke2fs.c 268 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp);
272 sb->blocks_count = SWAP_LE32(TT.blocks);
273 sb->free_blocks_count = SWAP_LE32(TT.freeblocks);
275 sb->r_blocks_count = SWAP_LE32(temp);
277 sb->first_data_block = SWAP_LE32(TT.blocksize == 1024 ? 1 : 0);
282 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits);
285 sb->inodes_per_group = SWAP_LE32(TT.inodespg);
286 sb->inodes_count = SWAP_LE32(TT.inodespg * TT.groups);
291 sb->free_inodes_count = SWAP_LE32(temp - TT.treeinodes);
295 sb->wtime = sb->lastcheck = sb->mkfs_time = SWAP_LE32(time(NULL))
    [all...]
fdisk.c 98 uint32_t val = SWAP_LE32(value);
613 new_start = SWAP_LE32(new_start);
    [all...]
  /external/squashfs-tools/squashfs-tools/
swap.c 41 void swap_le32(void *src, void *dest) function
squashfs_swap.h 33 extern void swap_le32(void *, void *);
289 #define SWAP_LE32(s, d) swap_le32(s, d)
  /external/toybox/lib/
portability.h 191 #define SWAP_LE32(x) bswap_32(x)
199 #define SWAP_LE32(x) (x)
  /external/toybox/toys/lsb/
md5sum.c 180 for (j=0; j<16; j++) TT.buffer.i[j] = SWAP_LE32(TT.buffer.i[j]);
  /external/toybox/www/
code.html     [all...]

Completed in 408 milliseconds