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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A Dwp_dgst.c88 unsigned int bitoff = c->bitoff, local
89 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7;
109 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
114 unsigned int byteoff = bitoff / 8;
116 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */
123 bitoff = 0;
126 bitoff += (unsigned int)bits;
129 c->bitoff = bitoff;
209 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; local
[all...]
H A Dwhrlpool.h22 unsigned int bitoff; member in struct:__anon4942
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A Dwp_dgst.c88 unsigned int bitoff = c->bitoff, local
89 bitrem = bitoff % 8, inpgap = (8 - (unsigned int)bits % 8) & 7;
109 if (bitoff == 0 && (n = bits / WHIRLPOOL_BBLOCK)) {
114 unsigned int byteoff = bitoff / 8;
116 bitrem = WHIRLPOOL_BBLOCK - bitoff; /* re-use bitrem */
123 bitoff = 0;
126 bitoff += (unsigned int)bits;
129 c->bitoff = bitoff;
209 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; local
[all...]
H A Dwhrlpool.h22 unsigned int bitoff; member in struct:__anon4593
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dlocalalloc.c817 int numfound, bitoff, left, startoff, lastzero; local
827 bitoff = -1;
839 if (ocfs2_resmap_resv_bits(resmap, resv, &bitoff, &numfound) == 0) {
857 numfound = bitoff = startoff = 0;
860 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
861 if (bitoff == left) {
862 /* mlog(0, "bitoff (%d) == left", bitoff); */
865 /* mlog(0, "Found a zero: bitoff = %d, startoff = %d, "
866 "numfound = %d\n", bitoff, startof
[all...]
H A Dsuballoc.c1626 unsigned int bitoff = le32_to_cpu(rec->e_cpos) * bpc; local
1629 if (res->sr_bit_offset < bitoff)
1631 if (res->sr_bit_offset >= (bitoff + bitcount))
1634 (res->sr_bit_offset - bitoff);
1635 if ((res->sr_bit_offset + res->sr_bits) > (bitoff + bitcount))
1636 res->sr_bits = (bitoff + bitcount) - res->sr_bit_offset;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c5616 uint bitoff = 0; local
5625 bitoff = OTP4325_FM_DISABLED_OFFSET;
5632 if (bitoff) {

Completed in 129 milliseconds