Home
last modified time | relevance | path

Searched refs:nextbits (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_lzw.c345 nextbits += 8; \
348 nextbits += 8; \
351 nextbits -= nbits; \
592 nextbits += 8; \
595 nextbits += 8; \
599 nextbits -= nbits; \
877 nextbits += nbits; \
879 nextbits -= 8; \
882 nextbits -= 8; \
912 long nextbits; in LZWEncode() local
[all …]
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dremainder_piby2f.c43 unsigned long long u, carry, mask, mant, nextbits; in __remainder_piby2f() local
124 nextbits = (~(res[i+1]) & mask); in __remainder_piby2f()
136 nextbits = res[i+1]; in __remainder_piby2f()
153 mant |= nextbits >> (bitsper - bc); in __remainder_piby2f()
H A Dlibm_inlines.h1929 unsigned long long u, carry, mask, mant, nextbits; in __remainder_piby2f_inline() local
2034 nextbits = (~(res[i+1]) & mask); in __remainder_piby2f_inline()
2046 nextbits = res[i+1]; in __remainder_piby2f_inline()
2066 mant |= nextbits >> (bitsper - bc); in __remainder_piby2f_inline()