Searched refs:be32toh (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/tools/
H A Delf-entry.c11 #ifdef be32toh
14 # define be32toh(x) bswap_32(x) macro
19 # define be32toh(x) (x) macro
70 entry = be32toh(hdr.ehdr32.e_entry);
H A Dloongson3-llsc-check.c17 #ifdef be32toh
/linux-master/arch/um/drivers/
H A Dcow_user.c304 else if (magic == be32toh(COW_MAGIC))
305 version = be32toh(header->v1.version);
330 *mtime_out = be32toh(header->v2.mtime);
332 *sectorsize_out = be32toh(header->v2.sectorsize);
344 *mtime_out = be32toh(header->v3.mtime);
346 *sectorsize_out = be32toh(header->v3.sectorsize);
347 *align_out = be32toh(header->v3.alignment);
369 * Additionally, we must use be32toh() instead of be64toh(), since
374 *mtime_out = (time32_t) be32toh(header->v3_b.mtime);
377 *sectorsize_out = be32toh(heade
[all...]
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h428 #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))
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c150 #define elf32toh(x) be32toh(x)
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c342 crc = be32toh(crc);
/linux-master/tools/iio/
H A Diio_generic_buffer.c128 input = be32toh(input);

Completed in 103 milliseconds