HomeSort by relevance Sort by last modified time
    Searched refs:cpu_to_be32wu (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
cdrom.c 62 cpu_to_be32wu((uint32_t *)q, 0);
76 cpu_to_be32wu((uint32_t *)q, nb_sectors);
130 cpu_to_be32wu((uint32_t *)q, nb_sectors);
  /external/qemu/
bswap.h 146 #define cpu_to_be32wu(p, v) cpu_to_be32w(p, v) macro
195 static inline void cpu_to_be32wu(uint32_t *p, uint32_t v)
222 #define cpu_to_32wu cpu_to_be32wu

Completed in 52 milliseconds