Search | Google it | Results 1 - 2 of 2 for fundef:__RENAME (0.02 seconds) |
21: #else 22: uint16_t bswap16(uint16_t) __RENAME(__bswap16) __attribute__((__const__)); 23: uint32_t bswap32(uint32_t) __RENAME(__bswap32) __attribute__((__const__));
266: #if defined(__GNUC__) || defined(__PCC__) 267: #define __RENAME(x) ___RENAME(x) 268: #else