HomeSort by relevance Sort by last modified time
    Searched defs:be32_to_cpu (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 19 #define be32_to_cpu(n) ntohl(n) macro
  /external/kernel-headers/original/linux/byteorder/
generic.h 100 #define be32_to_cpu __be32_to_cpu macro
  /external/srtp/crypto/include/
datatypes.h 387 # 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/
blktrace.h 73 #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 43 milliseconds