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

/bind-9.6-ESV-R11/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...]
/bind-9.6-ESV-R11/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...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dlibisc.mak120 -@erase "$(INTDIR)\bitstring.obj"
241 "$(INTDIR)\bitstring.obj" \
315 -@erase "$(INTDIR)\bitstring.obj"
316 -@erase "$(INTDIR)\bitstring.sbr"
507 "$(INTDIR)\bitstring.sbr" \
594 "$(INTDIR)\bitstring.obj" \
1146 SOURCE=..\bitstring.c
1151 "$(INTDIR)\bitstring.obj" : $(SOURCE) "$(INTDIR)"
1158 "$(INTDIR)\bitstring.obj" "$(INTDIR)\bitstring
[all...]

Completed in 11 milliseconds