Home
last modified time | relevance | path

Searched refs:__dn (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__bit_reference192 __n -= __dn;
245 __n -= __dn;
288 __n -= __dn;
333 __n -= __dn;
368 __n -= __dn;
410 __n -= __dn;
459 __n -= __dn;
513 __n -= __dn;
559 __n -= __dn;
621 __n -= __dn;
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcount.h56 __storage_type __dn = std::min(__clz_f, __n); in __count_bool() local
57 …e_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn)); in __count_bool()
59 __n -= __dn; in __count_bool()
H A Dfind.h109 __storage_type __dn = std::min(__clz_f, __n); in __find_bool() local
110 …e_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn)); in __find_bool()
114 if (__n == __dn) in __find_bool()
116 __n -= __dn; in __find_bool()