Searched refs:maxcode (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c119 int sig, code, maxcode; local
171 maxcode = NSIGILL;
174 maxcode = NSIGFPE;
177 maxcode = NSIGSEGV;
180 maxcode = NSIGBUS;
183 maxcode = NSIGTRAP;
189 if (code <= 0 || code > maxcode)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c89 long maxcode; local
129 maxcode = MAXCODE(INIT_BITS) - 1;
172 if (free_ent > maxcode) {
179 maxcode = maxmaxcode;
181 maxcode = MAXCODE(n_bits) - 1;
210 maxcode = MAXCODE(INIT_BITS) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlzwenc.c58 int maxcode; ///< Max value of code member in struct:LZWEncodeState
211 s->maxcode = 1 << s->maxbits;
246 if (s->tabsize >= s->maxcode - 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzwenc.c59 int maxcode; ///< Max value of code member in struct:LZWEncodeState
212 s->maxcode = 1 << s->maxbits;
247 if (s->tabsize >= s->maxcode - 1) {
H A Dwavpackenc.c2121 uint32_t maxcode = high - low, code = sample - low; local
2122 int bitcount = count_bits(maxcode);
2123 uint32_t extras = (1 << bitcount) - maxcode - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dwrgif.c54 int maxcode; /* maximum code, given n_bits */ member in struct:__anon3966
148 dinfo->maxcode = MAXCODE(dinfo->n_bits);
172 if (dinfo->code_counter < dinfo->maxcode) {
H A Djdhuff.c30 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon3924
31 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
351 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
353 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
356 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
562 while (code > htbl->maxcode[l]) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdhuff.c223 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
225 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
228 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
414 while (code > htbl->maxcode[l]) {
H A Djdhuff.h28 JPEG_INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon628
29 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_lzw.c96 u_short maxcode; /* maximum code for lzw_nbits */ member in struct:__anon765
103 #define lzw_maxcode base.maxcode

Completed in 191 milliseconds