Searched refs:sbitpos (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dbitstring.c83 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, argument
90 * Starting at bit 'sbitpos', copy 'n' bits from 'source' to
98 REQUIRE(sbitpos <= source->length);
99 sbitpos = PADDED(source->size) - sbitpos;
100 REQUIRE(sbitpos >= n);
101 sbitpos -= n;
103 REQUIRE(sbitpos + n <= source->length);
121 if (BITSET(source, sbitpos))
125 sbitpos
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dbitstring.c83 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, argument
90 * Starting at bit 'sbitpos', copy 'n' bits from 'source' to
98 REQUIRE(sbitpos <= source->length);
99 sbitpos = PADDED(source->size) - sbitpos;
100 REQUIRE(sbitpos >= n);
101 sbitpos -= n;
103 REQUIRE(sbitpos + n <= source->length);
121 if (BITSET(source, sbitpos))
125 sbitpos
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dbitstring.h136 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos,
140 * \brief Starting at bit 'sbitpos', copy 'n' bits from 'source' to
147 *\li 'sbitpos' + 'n' is less than or equal to the length of 'source'.
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dbitstring.h136 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos,
140 * \brief Starting at bit 'sbitpos', copy 'n' bits from 'source' to
147 *\li 'sbitpos' + 'n' is less than or equal to the length of 'source'.

Completed in 97 milliseconds