HomeSort by: relevance | last modified time | path
    Searched refs:__constfunc (Results 1 - 10 of 10) sorted by relevancy

  /src/include/
strings.h 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;
stdlib.h 97 __constfunc int abs(int);
113 __constfunc long
337 const char *getprogname(void) __constfunc;
  /src/sys/sys/
bswap.h 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;
endian.h 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;
cdefs.h 260 #define __constfunc __attribute__((__const__)) macro
262 #define __constfunc macro
  /src/sys/lib/libkern/
libkern.h 492 unsigned int popcount(unsigned int) __constfunc;
493 unsigned int popcountl(unsigned long) __constfunc;
494 unsigned int popcountll(unsigned long long) __constfunc;
495 unsigned int popcount32(uint32_t) __constfunc;
496 unsigned int popcount64(uint64_t) __constfunc;
  /src/sys/arch/sparc64/include/
psl.h 315 static __inline __constfunc type get##name(void) \
341 static __inline __constfunc uint64_t get##name(void) \
  /src/lib/libpthread/
pthread_int.h 266 static inline pthread_t __constfunc
  /src/lib/libbsdmalloc/
malloc.c 510 static long __constfunc
  /src/share/man/man3/
Makefile 26 attribute.3 __constfunc.3 \

Completed in 15 milliseconds