Searched refs:be32toh (Results 1 – 7 of 7) sorted by relevance
304 else if (magic == be32toh(COW_MAGIC)) in read_cow_header()305 version = be32toh(header->v1.version); in read_cow_header()330 *mtime_out = be32toh(header->v2.mtime); in read_cow_header()332 *sectorsize_out = be32toh(header->v2.sectorsize); in read_cow_header()344 *mtime_out = be32toh(header->v3.mtime); in read_cow_header()346 *sectorsize_out = be32toh(header->v3.sectorsize); in read_cow_header()347 *align_out = be32toh(header->v3.alignment); in read_cow_header()374 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()377 *sectorsize_out = be32toh(header->v3_b.sectorsize); in read_cow_header()378 *align_out = be32toh(header->v3_b.alignment); in read_cow_header()
11 #ifdef be32toh14 # define be32toh(x) bswap_32(x) macro19 # define be32toh(x) (x) macro70 entry = be32toh(hdr.ehdr32.e_entry); in main()
17 #ifdef be32toh
428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \430 #define getpnn(ST, REG) ((be32toh((ST)->REG) >> (31-REG##_offset)) \432 #define get32(ST, REG) (be32toh(ST.REG))433 #define getp32(ST, REG) (be32toh((ST)->REG))
153 #define elf32toh(x) be32toh(x)
342 crc = be32toh(crc); in compress_file()
128 input = be32toh(input); in print4byte()