Searched refs:lsb0 (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | bitstring.h | 36 * Two bit numbering schemes are supported, "msb0" and "lsb0". 42 * In the "lsb0" scheme, bit number 0 designates the least significant bit, 59 * In the lsb0 encoding, it would be 89 isc_boolean_t lsb0; member in struct:isc_bitstring 98 unsigned int length, unsigned int size, isc_boolean_t lsb0); 101 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0' 143 *\li 'source' and target are valid bitstrings with the same lsb0 setting.
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | bitstring.c | 44 unsigned int length, unsigned int size, isc_boolean_t lsb0) 48 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0' 61 bitstring->lsb0 = lsb0; 77 bitstring->lsb0 = ISC_FALSE; 94 REQUIRE(source->lsb0 == target->lsb0); 95 if (source->lsb0) { 103 if (target->lsb0) { 43 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, unsigned int length, unsigned int size, isc_boolean_t lsb0) argument
|
Completed in 9 milliseconds