Searched refs:BSWAP_L (Results 1 – 1 of 1) sorted by relevance
42 #define BSWAP_L(l) (((l & 0xff) << 24) | ((l & 0xff00) <<8) \ macro45 #define BSWAP_L(l) (l) macro48 #define GETU32(p) BSWAP_L(*(uint32_t *)(p))49 #define PUTU32(ct, st) *((uint32_t *)(ct)) = BSWAP_L(st)