Searched refs:__pure (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/include/ |
| HD | string.h | 57 void *memchr(const void *, int, size_t) __pure; 59 void *memrchr(const void *, int, size_t) __pure; 61 int memcmp(const void *, const void *, size_t) __pure; 64 void *memmem(const void *, size_t, const void *, size_t) __pure; 73 char *strcasestr(const char *, const char *) __pure; 76 char *strchr(const char *, int) __pure; 78 char *strchrnul(const char*, int) __pure; 80 int strcmp(const char *, const char *) __pure; 83 size_t strcspn(const char *, const char *) __pure; 95 size_t strlen(const char *) __pure; [all …]
|
| HD | wchar.h | 135 wchar_t *wcschr(const wchar_t *, wchar_t) __pure; 136 int wcscmp(const wchar_t *, const wchar_t *) __pure; 139 size_t wcscspn(const wchar_t *, const wchar_t *) __pure; 142 size_t wcslen(const wchar_t *) __pure; 145 int wcsncmp(const wchar_t *, const wchar_t *, size_t) __pure; 147 wchar_t *wcspbrk(const wchar_t *, const wchar_t *) __pure; 148 wchar_t *wcsrchr(const wchar_t *, wchar_t) __pure; 151 size_t wcsspn(const wchar_t *, const wchar_t *) __pure; 153 __pure; 162 wchar_t *wmemchr(const wchar_t *, wchar_t, size_t) __pure; [all …]
|
| HD | strings.h | 42 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */ 60 char *index(const char *, int) __pure; /* LEGACY */ 61 char *rindex(const char *, int) __pure; /* LEGACY */ 63 int strcasecmp(const char *, const char *) __pure; 64 int strncasecmp(const char *, const char *, size_t) __pure;
|
| HD | _ctype.h | 72 unsigned long ___runetype(__ct_rune_t) __pure; 73 __ct_rune_t ___tolower(__ct_rune_t) __pure; 74 __ct_rune_t ___toupper(__ct_rune_t) __pure;
|
| /NextBSD/include/xlocale/ |
| HD | _ctype.h | 49 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure; 50 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure; 51 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | r600_blit_shaders.h | 41 __pure uint32_t int2float(uint32_t x);
|
| HD | r600_blit.c | 505 __pure uint32_t int2float(uint32_t x) in int2float()
|
| /NextBSD/sys/opencrypto/ |
| HD | gfmult.h | 111 static inline struct gf128 __pure /* XXX - __pure2 instead */
|
| /NextBSD/sys/sys/ |
| HD | cdefs.h | 345 #define __pure __attribute__((__pure__)) macro 348 #define __pure macro
|
| HD | libkern.h | 130 size_t strcspn(const char * __restrict, const char * __restrict) __pure;
|