Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A 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()
216 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; WHIRLPOOL_Final() local
[all...]
/third_party/openssl/crypto/whrlpool/
H A 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()
216 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; WHIRLPOOL_Final() local
[all...]
/third_party/libsnd/src/GSM610/
H A 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/
H A Dwhrlpool.h33 unsigned int bitoff; member
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dwhrlpool.h42 unsigned int bitoff; member
/third_party/openssl/include/openssl/
H A Dwhrlpool.h42 unsigned int bitoff; member
/third_party/elfutils/libcpu/
H A Di386_parse.y823 int bitoff = 0;
831 bitoff += b->field->bits;
834 ++bitoff;
839 instr->operands[n].off1 = bitoff;
841 instr->operands[n].off2 = bitoff;
843 instr->operands[n].off3 = bitoff;

Completed in 4 milliseconds