Searched refs:bitstring (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-13-stable/include/
H A Dbitstring.h36 #include <sys/bitstring.h>
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbitstring.c18 /* $Id: bitstring.c,v 1.17 2007/06/19 23:47:17 tbox Exp $ */
27 #include <isc/bitstring.h>
43 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, argument
47 * Make 'bitstring' refer to the bitstring of 'size' bits starting
48 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0'
50 * bitstring. Otherwise bit 0 is the most significant bit.
53 REQUIRE(bitstring != NULL);
57 bitstring->magic = BITSTRING_MAGIC;
58 bitstring
65 isc_bitstring_invalidate(isc_bitstring_t *bitstring) argument
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dbitstring.h18 /* $Id: bitstring.h,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
27 /*! \file isc/bitstring.h
31 * A bitstring is a packed array of bits, stored in a contiguous
32 * sequence of octets. The "most significant bit" (msb) of a bitstring
34 * bitstring is the low bit of the last octet.
39 * and any padding bits required to make the bitstring a multiple of 8 bits
43 * and any padding bits required to make the bitstring a multiple of 8 bits
46 * E.g., consider the bitstring "11010001111". This bitstring is 11 bits
97 isc_bitstring_init(isc_bitstring_t *bitstring, unsigne
[all...]
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_open.c16 #include <bitstring.h>
H A Dex_set.c16 #include <bitstring.h>
H A Dex_version.c16 #include <bitstring.h>
H A Dex_equal.c16 #include <bitstring.h>
H A Dex_mark.c16 #include <bitstring.h>
H A Dex_quit.c16 #include <bitstring.h>
H A Dex_yank.c16 #include <bitstring.h>
H A Dex_stop.c16 #include <bitstring.h>
H A Dex_delete.c16 #include <bitstring.h>
H A Dex_put.c16 #include <bitstring.h>
H A Dex_undo.c16 #include <bitstring.h>
H A Dex_abbrev.c16 #include <bitstring.h>
H A Dex_file.c16 #include <bitstring.h>
H A Dex_preserve.c16 #include <bitstring.h>
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_redraw.c16 #include <bitstring.h>
H A Dv_status.c16 #include <bitstring.h>
H A Dv_zexit.c16 #include <bitstring.h>
H A Dv_screen.c16 #include <bitstring.h>
H A Dv_yank.c16 #include <bitstring.h>
/freebsd-13-stable/sys/dev/ice/
H A Dice_resmgr.h56 #include <sys/bitstring.h>
74 * Represent resource allocations using a bitstring, where bit zero represents
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h36 #include <sys/bitstring.h>
38 #include <bitstring.h>
/freebsd-13-stable/share/man/man3/
H A DMakefile9 bitstring.3 \
97 MLINKS+= bitstring.3 bit_alloc.3 \
98 bitstring.3 bit_clear.3 \
99 bitstring.3 bit_decl.3 \
100 bitstring.3 bit_ffc.3 \
101 bitstring.3 bit_ffc_at.3 \
102 bitstring.3 bit_ffs.3 \
103 bitstring.3 bit_ffs_at.3 \
104 bitstring.3 bit_nclear.3 \
105 bitstring
[all...]

Completed in 278 milliseconds

12345678