Searched refs:bitoff (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c89 unsigned int bitoff = c->bitoff, local
90 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7;
110 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
115 unsigned int byteoff = bitoff / 8;
117 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */
124 bitoff = 0;
127 bitoff += (unsigned int)bits;
130 c->bitoff = bitoff;
210 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; local
[all...]
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dwhrlpool.h33 unsigned int bitoff; member in struct:__anon8247
/freebsd-12-stable/sys/dev/uart/
H A Duart_tty.c305 uart_tty_modem(struct tty *tp, int biton, int bitoff) argument
310 if (biton != 0 || bitoff != 0)
311 UART_SETSIG(sc, SER_DELTA(bitoff | biton) | biton);
/freebsd-12-stable/sys/dev/rc/
H A Drc.c1039 rc_modem(struct tty *tp, int biton, int bitoff) argument
1051 if (biton == 0 && bitoff == 0) {
1070 if (bitoff & SER_DTR)
1075 if (bitoff & SER_DTR)
1079 if (bitoff & SER_RTS)
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c935 Dwarf_Unsigned sz, bitsz, bitoff; local
1007 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) {
1009 ml->ml_offset += bitoff;
1026 ml->ml_offset += bysz * NBBY - bitoff -
1030 bitoff - ml->ml_size;
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1601 int error, bitmask, bitoff; local
1624 bitoff = vie->immediate & bitmask;
1627 if (val & (1UL << bitoff))

Completed in 183 milliseconds