Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drecovery.c341 static inline __u32 get_be32(__be32 *p) in get_be32() function
356 unsigned long long block = get_be32(&tag->t_blocknr); in read_tag_block()
358 block |= (u64)get_be32(&tag->t_blocknr_high) << 32; in read_tag_block()
/external/e2fsprogs/debugfs/
Drecovery.c341 static inline __u32 get_be32(__be32 *p) in get_be32() function
356 unsigned long long block = get_be32(&tag->t_blocknr); in read_tag_block()
358 block |= (u64)get_be32(&tag->t_blocknr_high) << 32; in read_tag_block()
/external/syslinux/com32/include/
Dbyteswap.h131 static inline uint32_t get_be32(const uint32_t *p) in get_be32() function
/external/valgrind/perf/
Dtinycc.c20107 static int get_be32(const uint8_t *b) in get_be32() function
20124 nsyms = get_be32(data); in tcc_load_alacarte()
20135 off = get_be32(ar_index + i * 4) + sizeof(ArchiveHeader); in tcc_load_alacarte()