Searched refs:COUNT (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/
H A Dleak_analyser.sh145 COUNT=0
147 COUNT=$(echo "$ALLOCATIONS" | wc -l)
151 echo "$ALLOCATIONS^total leaks: $COUNT" | tr '^' '\n' | less
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h133 #define count_leading_zeros(COUNT,X) \
134 __asm__("ctlz %1,%0" : "=r"(COUNT) : "r"(X))
135 #define count_trailing_zeros(COUNT,X) \
136 __asm__("cttz %1,%0" : "=r"(COUNT) : "r"(X))
140 #define count_leading_zeros(COUNT,X) \
146 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
148 #define count_trailing_zeros(COUNT,X) \
162 (COUNT) = __a; \

Completed in 19 milliseconds