Search | Google it | Results 1 - 2 of 2 for fundef:bswap16 (0.00 seconds) |
20: uint16_t 21: bswap16(x) 22: uint16_t x;
18: #if defined(_KERNEL) || defined(_STANDALONE) || !defined(__BSWAP_RENAME) 19: uint16_t bswap16(uint16_t) __attribute__((__const__)); 20: uint32_t bswap32(uint32_t) __attribute__((__const__));