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

  /external/qemu/include/exec/
softmmu-semi.h 17 return tswap32(val);
33 val = tswap32(val);
cpu-all.h 52 static inline uint32_t tswap32(uint32_t s) function
84 static inline uint32_t tswap32(uint32_t s) function
109 #define tswapl(s) tswap32(s)
  /external/qemu/target-arm/
arm-semi.c 528 ptr[0] = tswap32(ts->heap_base);
529 ptr[1] = tswap32(ts->heap_limit);
530 ptr[2] = tswap32(ts->stack_base);
531 ptr[3] = tswap32(0); /* Stack limit. */
541 ptr[0] = tswap32(limit / 2);
542 ptr[1] = tswap32(limit);
543 ptr[2] = tswap32(limit); /* Stack base */
544 ptr[3] = tswap32(0); /* Stack limit. */
  /external/qemu/hw/arm/
armv7m.c 86 mask = tswap32(mask);
99 mask = tswap32(mask);
  /external/qemu/hw/mips/
mips_r4k.c 131 params_buf[0] = tswap32(ram_size);
132 params_buf[1] = tswap32(0x12345678);

Completed in 71 milliseconds