Searched refs:chainlen (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvmdvideo.c75 unsigned int chainlen; local
120 chainlen = (bytestream2_get_byte(&gb) & 0x0F) + 3;
121 if (chainlen == speclen) {
122 chainlen = bytestream2_get_byte(&gb) + 0xF + 3;
124 if (d_end - d < chainlen)
126 for (j = 0; j < chainlen; j++) {
131 dataleft -= chainlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvmdav.c85 unsigned int chainlen; local
130 chainlen = (bytestream2_get_byte(&gb) & 0x0F) + 3;
131 if (chainlen == speclen) {
132 chainlen = bytestream2_get_byte(&gb) + 0xF + 3;
134 if (d + chainlen > d_end)
136 for (j = 0; j < chainlen; j++) {
141 dataleft -= chainlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm167 ; chainlen is decremented once beforehand so that the function can
253 ; * %edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
278 ;/* Store the current value of chainlen. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm167 ; chainlen is decremented once beforehand so that the function can
253 ; * %edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
278 ;/* Store the current value of chainlen. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm207 ;;; chainlen is decremented once beforehand so that the function can
338 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
361 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm207 ;;; chainlen is decremented once beforehand so that the function can
338 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
361 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm207 ;;; chainlen is decremented once beforehand so that the function can
338 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
361 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx64/
H A Dgvmat64.asm246 ;;; chainlen is decremented once beforehand so that the function can
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
400 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm232 ;;; chainlen is decremented once beforehand so that the function can
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
339 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm246 ;;; chainlen is decremented once beforehand so that the function can
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
400 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm232 ;;; chainlen is decremented once beforehand so that the function can
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
339 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm718 ;;; chainlen is decremented once beforehand so that the function can
805 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
825 ;;; Store the current value of chainlen.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm718 ;;; chainlen is decremented once beforehand so that the function can
805 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
825 ;;; Store the current value of chainlen.

Completed in 115 milliseconds