Searched refs:PADDED (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ | ||
H A D | bitstring.c | 33 #define PADDED(n) ((((n) + 7) >> 3) << 3) macro 97 sbitpos = PADDED(source->size) - sbitpos; 105 tbitpos = PADDED(target->size) - tbitpos; |
Completed in 229 milliseconds