Searched refs:bit (Results 1 - 16 of 16) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dbit.h9 /* $Id: bit.h,v 1.14 2007/06/19 23:47:16 tbox Exp $ */
14 /*! \file dns/bit.h */
21 #define DNS_BIT_SET(bit, bitset) \
22 (*(bitset) |= ((dns_bitset_t)1 << (bit)))
23 #define DNS_BIT_CLEAR(bit, bitset) \
24 (*(bitset) &= ~((dns_bitset_t)1 << (bit)))
25 #define DNS_BIT_CHECK(bit, bitset) \
26 ISC_TF((*(bitset) & ((dns_bitset_t)1 << (bit))) \
27 == ((dns_bitset_t)1 << (bit)))
H A Dnsec.h74 * Convert a raw bitmap into a compressed windowed bit map. 'map' and 'raw'
77 * Returns the length of the compressed windowed bit map.
81 dns_nsec_setbit(unsigned char *array, unsigned int type, unsigned int bit);
83 * Set type bit in raw 'array' to 'bit'.
89 * Test if the corresponding 'type' bit is set in 'array'.
/bind-9.11.3/lib/isc/
H A Dlfsr.c80 unsigned int bit; local
92 for (bit = 0; bit < 7; bit++) {
H A Dradix.c256 while (node->bit < bitlen) {
260 if (BIT_TEST(addr[node->bit >> 3], 0x80 >> (node->bit & 0x07)))
275 if (prefix->bitlen < node->bit)
327 node->bit = bitlen;
376 while (node->bit < bitlen || node->prefix == NULL) {
377 if (node->bit < radix->maxbits &&
378 BIT_TEST(addr[node->bit >> 3], 0x80 >> (node->bit & 0x07)))
395 /* Find the first bit differen
[all...]
/bind-9.11.3/lib/dns/
H A Drpz.c97 * Get bit #n from the array of words of an IP address.
253 * Return the bit number of the highest set bit in 'zbit'.
290 * Make a set of bit masks given one or more bits and their type.
498 * This bit arithmetic creates a mask of zones in which
515 * Locate the least significant 0 bit in the mask (for
521 * Also set the bit for zone 0, because if it's in
666 * 16-bit 0 fields are equal (e.g., 1.0.0.1.0.0.db8.2001 corresponding
995 * bit.
999 unsigned int bit; local
1038 dns_rpz_prefix_t maxbit, bit; local
[all...]
H A Dnsec.c37 dns_nsec_setbit(unsigned char *array, unsigned int type, unsigned int bit) { argument
43 if (bit != 0)
H A Dacl.c88 * "any" is a positive iptable entry with bit length 0.
270 *scope = node->bit;
H A Dpeer.c20 #include <dns/bit.h>
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm118 my $bit = $bits[$i];
119 unshift @idx, $v & ((1 << $bit) - 1);
120 $v = $v >> $bit;
H A Dgenerate_normalize_data.pl569 foreach my $bit (@_) {
570 print "#define ${prefix}_BITS_$i\t$bit\n";
/bind-9.11.3/lib/isc/include/isc/
H A Dradix.h77 * have the same length and bit pattern (e.g., 127/8 and 7f::/8). Also,
97 isc_uint32_t bit; /* bit length of the prefix */ member in struct:isc_radix_node
113 isc_uint32_t maxbits; /* for IP, 32 bit addresses */
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c447 "set the DNSSEC OK bit (implies EDNS)", NULL,
771 bit_set(unsigned char *bits, unsigned int bit) argument
775 shift = 7 - (bit % 8);
778 bits[bit / 8] |= mask;
782 bit_check(unsigned char *bits, unsigned int bit) argument
786 shift = 7 - (bit % 8);
788 if ((bits[bit / 8] >> shift) & 0x01)
/bind-9.11.3/bin/tests/
H A Dnamed.conf475 * channel null { // this is the bit bucket;
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltconfig1856 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1894 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
1960 deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1964 *-32|*"-32 ") libsuff= shlibsuff= libmagic=32-bit;;
1966 *-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
2081 deplibs_check_method="file_magic ELF [0-9][0-9]-bit [LM]SB dynamic lib"
2106 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
2116 deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3082 # and sets the high bit in the cache file unless we assign to the vars.
/bind-9.11.3/unit/atf-src/
H A Dconfigure5577 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5640 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5657 *-32|*"-32 ") libmagic=32-bit;;
5659 *-64|*"-64 ") libmagic=64-bit;;
5679 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5715 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5723 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5727 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6848 *32-bit*)
6854 *64-bit*)
[all...]
/bind-9.11.3/
H A Dconfigure1730 --enable-largefile 64-bit file support
4958 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5026 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5043 *-32|*"-32 ") libmagic=32-bit;;
5045 *-64|*"-64 ") libmagic=64-bit;;
5065 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5101 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5109 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5113 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6149 *32-bit*)
[all...]

Completed in 70 milliseconds