Home
last modified time | relevance | path

Searched refs:count (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Dlonglong.h222 (count) = c_ + 1; \
486 #define count_leading_zeros(count, x) ((count) = __builtin_clz (x)) argument
487 #define count_trailing_zeros(count, x) ((count) = __builtin_ctz (x)) argument
522 #define count_leading_zeros(count, x) ((count) = __builtin_clzll (x)) argument
523 #define count_trailing_zeros(count, x) ((count) = __builtin_ctzll (x)) argument
590 : "=r" (count) \
747 #define count_leading_zeros(count,x) ((count) = __builtin_clz (x)) argument
1050 (count) += 16; \
1528 #define count_leading_zeros(count, x) ((count) = __builtin_clz (x)) argument
1530 #define count_trailing_zeros(count, x) ((count) = __builtin_ctz (x)) argument
[all …]
A Dstrtod_l.c468 #define __mpn_lshift_1(ptr, size, count, limb) \ argument
472 if (__builtin_constant_p (count) && count == BITS_PER_MP_LIMB) \
482 unsigned int __count = (count); \

Completed in 10 milliseconds