Home
last modified time | relevance | path

Searched refs:b (Results 1 – 5 of 5) sorted by relevance

/include/
A Dintprops.h109 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument
270 __builtin_add_overflow_p (a, b, (__typeof__ ((a) + (b))) 0)
280 : (a) + (b) < (b))
293 : (b) < 0 && (a) + (b) <= (a))
296 : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \
297 : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max))
562 ((b) < 0 \
575 : (tmax) < (b) || (tmax) - (b) < (a))
589 ((b) < 0 \
606 ? (EXPR_SIGNED (b) ? 0 < (b) + (tmin) : -1 - (tmin) < (b) - 1) \
[all …]
A Drtld-malloc.h42 calloc (size_t a, size_t b) in calloc() argument
44 return __rtld_calloc (a, b); in calloc()
A Ddirent.h46 extern int __alphasort64 (const struct dirent64 **a, const struct dirent64 **b)
49 const struct dirent64 **b)
A Dalloc_buffer.h171 alloc_buffer_add_byte (struct alloc_buffer *buf, unsigned char b) in alloc_buffer_add_byte() argument
175 *(unsigned char *) buf->__alloc_buffer_current = b; in alloc_buffer_add_byte()
A Dlibc-symbols.h32 #define PASTE_NAME1(a,b) a##b argument
33 #define PASTE_NAME(a,b) PASTE_NAME1 (a,b) argument

Completed in 16 milliseconds