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

  /external/qemu/
softmmu-semi.h 15 return tswap32(val);
31 val = tswap32(val);
thunk.c 140 *(uint32_t *)dst = tswap32(*(uint32_t *)src);
150 *(uint32_t *)dst = tswap32(*(uint32_t *)src);
159 *(uint64_t *)dst = (int32_t)tswap32(*(uint32_t *)src);
161 *(uint64_t *)dst = tswap32(*(uint32_t *)src);
164 *(uint32_t *)dst = tswap32(*(uint64_t *)src & 0xffffffff);
arm-semi.c 460 ptr[0] = tswap32(ts->heap_base);
461 ptr[1] = tswap32(ts->heap_limit);
462 ptr[2] = tswap32(ts->stack_base);
463 ptr[3] = tswap32(0); /* Stack limit. */
471 ptr[0] = tswap32(limit / 2);
472 ptr[1] = tswap32(limit);
473 ptr[2] = tswap32(limit); /* Stack base */
474 ptr[3] = tswap32(0); /* Stack limit. */
cpu-all.h 51 static inline uint32_t tswap32(uint32_t s) function
83 static inline uint32_t tswap32(uint32_t s) function
108 #define tswapl(s) tswap32(s)
  /external/qemu/hw/
armv7m.c 86 mask = tswap32(mask);
99 mask = tswap32(mask);
mips_r4k.c 131 params_buf[0] = tswap32(ram_size);
132 params_buf[1] = tswap32(0x12345678);

Completed in 81 milliseconds