Searched refs:codes (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinftrees.h54 unsigned codes, code **table,
H A Dinflate.h60 Read deflate codes:
94 code const *lencode; /* starting table for length/literal codes */
95 code const *distcode; /* starting table for distance codes */
103 code *next; /* next available space in codes[] */
106 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
H A Dinftrees.c13 The code lengths are lens[0..codes-1]. The result starts at *table,
23 int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, argument
32 int left; /* number of prefix codes available */
44 unsigned short count[MAXBITS+1]; /* number of codes of each length */
46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
49 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
52 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
56 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
63 code lengths are lens[0..codes-1]. Each length corresponds to the
64 symbols 0..codes
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/lang/cl/
H A DMakefile.am23 generated_clfiles = gpg-error-codes.lisp
33 CLEANFILES = gpg-error-codes.lisp
35 codes_file = $(top_srcdir)/src/err-codes.h.in
38 gpg-error-codes.lisp: Makefile mkerrcodes.awk $(codes_file) $(errno_file)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h30 Read deflate codes:
43 code FAR *next; /* next available space in codes[] */
46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
H A Dinftree9.h54 unsigned codes, code FAR * FAR *table,
H A Dinftree9.c22 The code lengths are lens[0..codes-1]. The result starts at *table,
32 int inflate_table9(type, lens, codes, table, bits, work)
35 unsigned codes;
46 int left; /* number of prefix codes available */
58 unsigned short count[MAXBITS+1]; /* number of codes of each length */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
64 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
72 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */
79 code lengths are lens[0..codes
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinftrees.h54 unsigned codes, code FAR * FAR *table,
H A Dinflate.h68 Read deflate codes:
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
114 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h30 Read deflate codes:
43 code FAR *next; /* next available space in codes[] */
46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
H A Dinftree9.h54 unsigned codes, code FAR * FAR *table,
H A Dinftree9.c22 The code lengths are lens[0..codes-1]. The result starts at *table,
32 int inflate_table9(type, lens, codes, table, bits, work)
35 unsigned codes;
46 int left; /* number of prefix codes available */
58 unsigned short count[MAXBITS+1]; /* number of codes of each length */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
64 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
72 static const unsigned short dext[32] = { /* Distance codes 0..31 extra */
79 code lengths are lens[0..codes
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinftrees.h54 unsigned codes, code FAR * FAR *table,
H A Dinflate.h68 Read deflate codes:
102 code const FAR *lencode; /* starting table for length/literal codes */
103 code const FAR *distcode; /* starting table for distance codes */
111 code FAR *next; /* next available space in codes[] */
114 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-log.c42 } codes[] = { variable in typeref:struct:__anon1038
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
58 return _(codes[i].title);
66 for (i = 0; codes[i].message; i++) if (codes[i].code == code) break;
67 return _(codes[i].message);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis.h38 int ff_vorbis_len2vlc(uint8_t *bits, uint32_t *codes, uint_fast32_t num);
H A Dvorbis.c46 // Generate vlc codes from vorbis huffman code lengths
51 int ff_vorbis_len2vlc(uint8_t *bits, uint32_t *codes, uint_fast32_t num) { argument
68 codes[p]=0;
75 av_log(NULL, AV_LOG_INFO, " %d. of %d code len %d code %d - ", p, num, bits[p], codes[p]);
76 init_get_bits(&gb, (uint_fast8_t *)&codes[p], bits[p]);
99 codes[p]=code;
102 av_log(NULL, AV_LOG_INFO, " %d. code len %d code %d - ", p, bits[p], codes[p]);
103 init_get_bits(&gb, (uint_fast8_t *)&codes[p], bits[p]);
H A Dbitstream.c143 const void *codes, int codes_wrap, int codes_size,
163 table[i][0] = -1; //codes
166 /* first pass: map codes and compute auxillary table sizes */
169 GET_DATA(code, codes, i, codes_wrap, codes_size);
199 av_log(NULL, AV_LOG_ERROR, "incorrect codes\n");
233 codes, codes_wrap, codes_size,
254 'nb_codes' : number of vlcs codes
258 'codes' : table which gives the bit pattern of of each vlc code.
263 'bits' or 'codes' tables.
266 or 'codes' table
140 build_table(VLC *vlc, int table_nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, uint32_t code_prefix, int n_prefix, int flags) argument
274 init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, int flags) argument
[all...]
H A Dmotionpixels.c46 HuffCode codes[MAX_HUFF_CODES]; member in struct:MotionPixelsContext
159 av_log(mp->avctx, AV_LOG_ERROR, "too many codes\n");
162 mp->codes[mp->current_codes_count ].code = code;
163 mp->codes[mp->current_codes_count++].size = size;
169 mp->codes[0].delta = get_bits(gb, 4);
175 mp->codes[i].delta = get_bits(gb, 4);
211 return mp->codes[i].delta;
328 init_vlc(&mp->vlc, mp->max_codes_bits, mp->codes_count, &mp->codes[0].size, sizeof(HuffCode), 1, &mp->codes[0].code, sizeof(HuffCode), 4, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A DMakefile.am20 # We distribute the generated sources err-sources.h and err-codes.h,
41 EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
45 err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 \
48 BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
49 err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h \
54 CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
56 mkw32errmap.map.c err-sources-sym.h err-codes-sym.h errnos-sym.h \
114 # We build err-sources.h and err-codes.h in the source directory.
127 $(srcdir)/err-codes.h: Makefile.am mkstrtable.awk err-codes
[all...]
H A Dmkheader.awk46 # the err-codes.h.in file, the errnos.in file, and then gpg-error.h.in.
57 # codes_nr holds the number of error codes.
193 else if ($0 ~ /^@include err-codes/)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2trace.h6 unsigned char port, cat, codes, label; member in struct:ip2breadcrumb::__anon4229
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-stringtable-116 /* This is an example of excape codes in the string table, codes */
49 # This is an example of excape codes in the string table, codes
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S88 ldr r9, [sp, #60] @ get new condition codes
94 mov r1, r9 @ fetch the condition codes
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry26.S86 ldr r9, [sp, #60] @ get new condition codes
92 mov r1, r9 @ fetch the condition codes

Completed in 139 milliseconds

1234