Searched refs:tbits (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsquashfs_compat.h770 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, b_pos)
773 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, 64 - tbits - b_pos)
776 #define _SQUASHFS_SWAP(value, p, pos, tbits, SHIFT) {\
781 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
783 value = (val >> (SHIFT))/* & ((1 << tbits) - 1)*/;\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dpcmplc.c1826 short tbits ; local
1840 for (ii = 0, rbits = tbits = 0 ; ii < NUMBITS ; ii++) {
1842 tbits <<= 1 ;
1846 tbits |= 1 ;
1849 pcs->pcm_t_val = tbits ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c772 int tbits, qstep; local
778 tbits = 0;
811 tbits += bits;
816 if (tbits > destbits) {
826 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c772 int tbits, qstep; local
778 tbits = 0;
811 tbits += bits;
816 if (tbits > destbits) {
826 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2170 int tbits, qstep; local
2175 tbits = 0;
2207 tbits += bits;
2245 tbits += bits;
2251 if (tbits > destbits) {
2261 if (!qstep && tbits > destbits*1.02 && sce->sf_idx[0] < 217)

Completed in 202 milliseconds