Lines Matching +full:8 +full:th
170 * Set the n-th bit of @dst iff the n-th bit of @src is set and
171 * n is less than @first, or the m-th bit of @src is set for any
459 * that bit 7 is the 3rd (starting with 0th) set bit in @buf.
480 * whatever position is held by the n-th set bit in @old is mapped
481 * to the n-th set bit in @new. In the more general case, allowing
483 * weight of @old, map the position of the n-th set bit in @old to
484 * the position of the m-th set bit in @new, where m == n % w.
533 * whatever position is held by the n-th set bit in @old is mapped
534 * to the n-th set bit in @new. In the more general case, allowing
536 * weight of @old, map the position of the n-th set bit in @old to
537 * the position of the m-th set bit in @new, where m == n % w.
571 * Set the n-th bit of @dst iff there exists some m such that the
572 * n-th bit of @relmap is set, the m-th bit of @orig is set, and
573 * the n-th bit of @relmap is also the m-th _set_ bit of @relmap.
578 * using the map { <n, m> | the n-th bit of @relmap is the
579 * m-th set bit of @relmap }.
608 * because they were the 4th, 6th, 8th and 10th set bits
609 * set in @relmap, and the 4th, 6th, 8th and 10th bits of
649 * 0 9 18 27 0 9 8 7 40 61 74 95
653 * 78 102 211 1 2 8 41 42 74 [#f1]_