Home
last modified time | relevance | path

Searched refs:bitoff (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/whrlpool/
Dwp_dgst.c95 unsigned int bitoff = c->bitoff, in WHIRLPOOL_BitUpdate() local
96 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7; in WHIRLPOOL_BitUpdate()
116 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) { in WHIRLPOOL_BitUpdate()
121 unsigned int byteoff = bitoff / 8; in WHIRLPOOL_BitUpdate()
123 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */ in WHIRLPOOL_BitUpdate()
130 bitoff = 0; in WHIRLPOOL_BitUpdate()
133 bitoff += (unsigned int)bits; in WHIRLPOOL_BitUpdate()
136 c->bitoff = bitoff; in WHIRLPOOL_BitUpdate()
155 unsigned int byteoff = bitoff / 8; in WHIRLPOOL_BitUpdate()
162 bitoff += inpgap; in WHIRLPOOL_BitUpdate()
[all …]
/third_party/libsnd/src/GSM610/
Dadd.c99 static unsigned char const bitoff [256] = { variable
147 ? -1 + bitoff [0xFF & (a >> 24)] in gsm_norm()
148 : 7 + bitoff [0xFF & (a >> 16)]) in gsm_norm()
150 ? 15 + bitoff [0xFF & (a >> 8)] in gsm_norm()
151 : 23 + bitoff [0xFF & a]) ; in gsm_norm()
/third_party/openssl/ohos_lite/include/openssl/
Dwhrlpool.h33 unsigned int bitoff; member
/third_party/openssl/include/openssl/
Dwhrlpool.h42 unsigned int bitoff; member
/third_party/elfutils/libcpu/
Di386_parse.y823 int bitoff = 0; in fillin_arg() local
831 bitoff += b->field->bits; in fillin_arg()
834 ++bitoff; in fillin_arg()
839 instr->operands[n].off1 = bitoff; in fillin_arg()
841 instr->operands[n].off2 = bitoff; in fillin_arg()
843 instr->operands[n].off3 = bitoff; in fillin_arg()