Lines Matching refs:word
882 tctx.width = 60; /* Used for hex word length only. */
1633 isc_int32_t word;
1640 #define word state->word
1668 word = s - atob_digits;
1671 word = times85(word);
1672 word += s - atob_digits;
1675 word = times85(word);
1676 word += s - atob_digits;
1677 RETERR(putbyte((word >> 24) & 0xff, target, state));
1678 RETERR(putbyte((word >> 16) & 0xff, target, state));
1679 RETERR(putbyte((word >> 8) & 0xff, target, state));
1680 RETERR(putbyte(word & 0xff, target, state));
1681 word = 0;
1735 Ceor = Csum = Crot = word = bcount = 0;
1807 word <<= 8;
1808 word |= c;
1810 if (word == 0) {
1817 register isc_int32_t tmpword = word;
1863 Ceor = Csum = Crot = word = bcount = 0;