Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/semihost/machine/m68k/
Dm68k_semihost.h91 statbuf->st_dev = be32toh(m68k_stat->my_dev); in copy_stat()
92 statbuf->st_ino = be32toh(m68k_stat->my_ino); in copy_stat()
93 statbuf->st_mode = be32toh(m68k_stat->my_mode); in copy_stat()
94 statbuf->st_nlink = be32toh(m68k_stat->my_nlink); in copy_stat()
95 statbuf->st_uid = be32toh(m68k_stat->my_uid); in copy_stat()
96 statbuf->st_gid = be32toh(m68k_stat->my_gid); in copy_stat()
97 statbuf->st_rdev = be32toh(m68k_stat->my_rdev); in copy_stat()
98 statbuf->st_size = be32toh(m68k_stat->my_size); in copy_stat()
99 statbuf->st_blksize = be32toh(m68k_stat->my_blksize); in copy_stat()
100 statbuf->st_blocks = be32toh(m68k_stat->my_blocks); in copy_stat()
[all …]
/picolibc-latest/semihost/machine/nios2/
Dnios2_semihost.h91 statbuf->st_dev = be32toh(nios2_stat->my_dev); in copy_stat()
92 statbuf->st_ino = be32toh(nios2_stat->my_ino); in copy_stat()
93 statbuf->st_mode = be32toh(nios2_stat->my_mode); in copy_stat()
94 statbuf->st_nlink = be32toh(nios2_stat->my_nlink); in copy_stat()
95 statbuf->st_uid = be32toh(nios2_stat->my_uid); in copy_stat()
96 statbuf->st_gid = be32toh(nios2_stat->my_gid); in copy_stat()
97 statbuf->st_rdev = be32toh(nios2_stat->my_rdev); in copy_stat()
98 statbuf->st_size = be32toh(nios2_stat->my_size); in copy_stat()
99 statbuf->st_blksize = be32toh(nios2_stat->my_blksize); in copy_stat()
100 statbuf->st_blocks = be32toh(nios2_stat->my_blocks); in copy_stat()
[all …]
/picolibc-latest/newlib/libc/include/machine/
Dendian.h64 #define be32toh(_x) __bswap32(_x) macro
77 #define be32toh(_x) ((__uint32_t)(_x)) macro
/picolibc-latest/newlib/libc/include/sys/
Dendian.h76 #define be32toh(x) bswap32((x)) macro
90 #define be32toh(x) ((uint32_t)(x)) macro