Searched defs:be32_to_cpu (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h19 #define be32_to_cpu(n) ntohl(n) macro
/external/kernel-headers/original/linux/byteorder/
H A Dgeneric.h100 #define be32_to_cpu __be32_to_cpu macro
/external/srtp/crypto/include/
H A Ddatatypes.h387 # define be32_to_cpu(x) (x) macro
392 # define be32_to_cpu(x) bswap_32((x)) macro
398 static inline uint32_t be32_to_cpu(uint32_t v) { function
409 # define be32_to_cpu(x) ntohl((x)) macro
418 v= (uint64_t)((be32_to_cpu((uint32_t)(v >> 32))) | (((uint64_t)be32_to_cpu((uint32_t)v)) << 32));
/external/blktrace/
H A Dblktrace.h73 #define be32_to_cpu(x) __bswap_32(x) macro
80 #define be32_to_cpu(x) (x) macro
109 t->magic = be32_to_cpu(t->magic);
110 t->sequence = be32_to_cpu(t->sequence);
113 t->bytes = be32_to_cpu(t->bytes);
114 t->action = be32_to_cpu(t->action);
115 t->pid = be32_to_cpu(t->pid);
116 t->device = be32_to_cpu(t->device);

Completed in 134 milliseconds