Lines Matching full:of

2 .\"	The Regents of the University of California.  All rights reserved.
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
12 .\" notice, this list of conditions and the following disclaimer in the
14 .\" 3. Neither the name of the University nor the names of its contributors
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 .\" 1. Redistributions of source code must retain the above copyright
37 .\" notice, this list of conditions, and the following disclaimer,
48 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR
51 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
52 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
53 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
55 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56 .\" POSSIBILITY OF SUCH DAMAGES.
130 These macros operate on strings of bits.
134 returns a pointer of type
151 Users of this macro are responsible for initialization of the bit string,
152 typically via a global initialization of the containing struct or use of the
160 returns the number of bytes necessary to store
191 of bit string
211 the zero-based number of the first bit not set in the array of
224 the zero-based number of the first bit set in the array of
236 the zero-based number of the first bit not set in the array of
253 the zero-based number of the first bit set in the array of
270 the zero-based number of the first bit in the array of
288 the zero-based number of the first bit beginning a sequence of unset bits of
291 unset bits in the array of
295 If no sequence of contiguous unset bits of the specified
305 the zero-based number of the first bit beginning a sequence of set bits of
308 set bits in the array of
312 If no sequence of contiguous set bits of the specified
322 the zero-based number of the first bit beginning a sequence of unset bits of
325 unset bits in the array of
331 If no sequence of contiguous unset bits of the specified
343 the zero-based number of the first bit beginning a sequence of set bits of
346 set bits in the array of
352 If no sequence of contiguous set bits of the specified
364 the zero-based number of the first bit beginning a sequence of bits of
367 bits in the array of
375 If no sequence of contiguous such bits of the specified
387 the number of bits set in the array of
396 traverses all set bits in the array of
405 traverses all set bits in the array of
416 traverses all unset bits in the array of
425 traverses all unset bits in the array of