Searched refs:__constfunc (Results 1 – 10 of 10) sorted by relevance
59 int ffs(int) __constfunc;62 int ffsl(long) __constfunc;63 int ffsll(long long) __constfunc;66 unsigned int popcount(unsigned int) __constfunc;67 unsigned int popcountl(unsigned long) __constfunc;68 unsigned int popcountll(unsigned long long) __constfunc;69 unsigned int popcount32(__uint32_t) __constfunc;70 unsigned int popcount64(__uint64_t) __constfunc;
97 __constfunc int abs(int);113 __constfunc long333 const char *getprogname(void) __constfunc;
16 uint16_t bswap16(uint16_t) __constfunc;17 uint32_t bswap32(uint32_t) __constfunc;19 uint16_t bswap16(uint16_t) __RENAME(__bswap16) __constfunc;20 uint32_t bswap32(uint32_t) __RENAME(__bswap32) __constfunc;22 uint64_t bswap64(uint64_t) __constfunc;
70 uint32_t htonl(uint32_t) __constfunc;71 uint16_t htons(uint16_t) __constfunc;72 uint32_t ntohl(uint32_t) __constfunc;73 uint16_t ntohs(uint16_t) __constfunc;
260 #define __constfunc __attribute__((__const__)) macro262 #define __constfunc macro
489 unsigned int popcount(unsigned int) __constfunc;490 unsigned int popcountl(unsigned long) __constfunc;491 unsigned int popcountll(unsigned long long) __constfunc;492 unsigned int popcount32(uint32_t) __constfunc;493 unsigned int popcount64(uint64_t) __constfunc;
315 static __inline __constfunc type get##name(void) \341 static __inline __constfunc uint64_t get##name(void) \
262 static inline pthread_t __constfunc in pthread__self()
510 static long __constfunc
26 attribute.3 __constfunc.3 \