Lines Matching refs:keybits
373 unsigned int keybits;
443 node->keymask, node->keybits);
502 node->keybits = 0;
538 int keybits;
544 keybits = 8 * keylen;
547 while (keybits) {
557 keybits--;
589 parent->keybits = 0;
598 parent->keybits = 0;
601 parent->keybits |= (1 << node->bitnum);
619 parent->keybits = 0;
622 parent->keybits = 0;
627 parent->keybits |= node->keybits;
629 parent->keybits |= (1 << parent->bitnum);
644 * keybits collected in the nodes describe the choices made in these
697 if (left->keybits != right->keybits)
775 node->keybits |= left->keybits;
780 node->keybits |= right->keybits;