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

/freebsd-11-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...]
H A Dwhrlpool.h22 unsigned int bitoff; member in struct:__anon6439
/freebsd-11-stable/sys/dev/uart/
H A Duart_tty.c303 uart_tty_modem(struct tty *tp, int biton, int bitoff) argument
308 if (biton != 0 || bitoff != 0)
309 UART_SETSIG(sc, SER_DELTA(bitoff | biton) | biton);
/freebsd-11-stable/sys/dev/rc/
H A Drc.c1037 rc_modem(struct tty *tp, int biton, int bitoff) argument
1049 if (biton == 0 && bitoff == 0) {
1068 if (bitoff & SER_DTR)
1073 if (bitoff & SER_DTR)
1077 if (bitoff & SER_RTS)
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c948 Dwarf_Unsigned sz, bitsz, bitoff, maxsz=0; local
1022 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) {
1024 ml->ml_offset += bitoff;
1041 ml->ml_offset += bysz * NBBY - bitoff -
1045 bitoff - ml->ml_size;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1599 int error, bitmask, bitoff; local
1622 bitoff = vie->immediate & bitmask;
1625 if (val & (1UL << bitoff))

Completed in 133 milliseconds