HomeSort by relevance Sort by last modified time
    Searched full:count_leading_zeros (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
159 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
163 #define count_leading_zeros(COUNT,X) \ macro
210 #define count_leading_zeros(count, x) \ macro
280 /* Let gcc decide how best to implement count_leading_zeros. */
281 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
289 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
295 #define count_leading_zeros macro
301 #define count_leading_zeros macro
311 #define count_leading_zeros macro
379 #define count_leading_zeros macro
480 #define count_leading_zeros macro
516 #define count_leading_zeros macro
564 #define count_leading_zeros macro
734 #define count_leading_zeros macro
741 #define count_leading_zeros macro
763 #define count_leading_zeros macro
806 # define count_leading_zeros macro
852 #define count_leading_zeros macro
937 #define count_leading_zeros macro
998 #define count_leading_zeros macro
1069 #define count_leading_zeros macro
1132 #define count_leading_zeros macro
1259 #define count_leading_zeros macro
1495 #define count_leading_zeros macro
1516 #define count_leading_zeros macro
1522 #define count_leading_zeros macro
1704 #define count_leading_zeros macro
    [all...]

Completed in 96 milliseconds