Searched refs:bswap (Results 1 – 5 of 5) sorted by relevance
55 #define le_bswap(v, size) bswap ## size(v)57 #define le_bswaps(p, size) *p = bswap ## size(*p);60 #define be_bswap(v, size) bswap ## size(v)62 #define be_bswaps(p, size) *p = bswap ## size(*p);
122 static inline uint32_t bswap(uint32_t a) in bswap() function205 uint32_t len = bswap(*tmp); in MA_Transmit()874 *(uint32_t *)&_pttti[8 + 2] = bswap(34); in _TCG_TPM_Extend()875 *(uint32_t *)&_pttti[8 + 6] = bswap(0x14); in _TCG_TPM_Extend()876 *(uint32_t *)&_pttti[8 + 10]= bswap(pcrindex); in _TCG_TPM_Extend()1305 w[i] = bswap(w[i]); in sha1_block()1384 tmp = bswap(bits); in sha1_do()1391 ctx->h[num] = bswap(ctx->h[num]); in sha1_do()
29 ./drivers/bswap.h
1498 /* 386 doesn't have bswap. */1499 - __asm__("bswap %0" : "=r" (x) : "0" (x));
662 428d0d83zt7CgVsTa-CIorpIGVWe7g tools/ioemu/bswap.h
Completed in 10 milliseconds