HomeSort by: relevance | last modified time | path
    Searched defs:swp32 (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/shmif_dumpbus/
shmif_dumpbus.c 78 swp32(uint32_t x) function in typeref:typename:uint32_t
105 #define FIXENDIAN32(x) (doswap ? swp32(x) : (uint32_t)(x))
170 if (bmem->shm_magic != swp32(SHMIF_MAGIC))

Completed in 16 milliseconds