Home
last modified time | relevance | path

Searched refs:__constfunc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/include/
H A Dstrings.h59 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;
H A Dstdlib.h97 __constfunc int abs(int);
113 __constfunc long
333 const char *getprogname(void) __constfunc;
/netbsd-src/sys/sys/
H A Dbswap.h16 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;
H A Dendian.h70 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;
H A Dcdefs.h260 #define __constfunc __attribute__((__const__)) macro
262 #define __constfunc macro
/netbsd-src/sys/lib/libkern/
H A Dlibkern.h489 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;
/netbsd-src/sys/arch/sparc64/include/
H A Dpsl.h315 static __inline __constfunc type get##name(void) \
341 static __inline __constfunc uint64_t get##name(void) \
/netbsd-src/lib/libpthread/
H A Dpthread_int.h262 static inline pthread_t __constfunc in pthread__self()
/netbsd-src/lib/libbsdmalloc/
H A Dmalloc.c510 static long __constfunc
/netbsd-src/share/man/man3/
H A DMakefile26 attribute.3 __constfunc.3 \