Searched refs:ulg (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dmisc.c38 typedef unsigned long ulg; typedef
88 static ulg output_ptr;
89 static ulg bytes_out;
98 static ulg free_mem_ptr;
99 static ulg free_mem_ptr_end;
158 ulg c = crc;
169 bytes_out += (ulg)outcnt;
170 output_ptr += (ulg)outcnt;
194 free_mem_ptr = (ulg)output_start + ksize;
195 free_mem_ptr_end = (ulg)output_star
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h75 ulg pending_buf_size; /* size of pending_buf */
99 ulg window_size;
220 ulg opt_len; /* bit length of current block with optimal trees */
221 ulg static_len; /* bit length of current block with static trees */
222 ulg compressed_len; /* total bit length of compressed file */
227 ulg bits_sent; /* bit length of the compressed data */
269 ulg zlib_tr_flush_block (deflate_state *s, char *buf, ulg stored_len,
272 void zlib_tr_stored_block (deflate_state *s, char *buf, ulg stored_len,
H A Ddeftree.c187 s->bits_sent += (ulg)length;
445 s->opt_len += (ulg)f * (bits + xbits);
446 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
795 ulg stored_len, /* length of input block */
800 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
856 ulg zlib_tr_flush_block(
859 ulg stored_len, /* length of input block */
863 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
995 ulg out_length = (ulg)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A Dmisc.c120 typedef unsigned long ulg; typedef
170 static ulg output_ptr;
171 static ulg bytes_out;
182 static ulg free_mem_ptr;
183 static ulg free_mem_ptr_end;
254 ulg c = crc;
265 bytes_out += (ulg)outcnt;
266 output_ptr += (ulg)outcnt;
284 ulg
285 decompress_kernel(ulg output_star
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dmisc.c177 typedef unsigned long ulg; typedef
227 static ulg output_ptr;
228 static ulg bytes_out;
239 static ulg free_mem_ptr;
240 static ulg free_mem_ptr_end;
311 ulg c = crc;
322 bytes_out += (ulg)outcnt;
323 output_ptr += (ulg)outcnt;
345 ulg
346 decompress_kernel(ulg output_star
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c221 STATIC ulg bb; /* bit buffer */
231 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
272 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
530 register ulg b; /* bit buffer */
633 register ulg b; /* bit buffer */
758 register ulg b; /* bit buffer */
921 register ulg b; /* bit buffer */
1016 static ulg crc_32_tab[256];
1017 static ulg crc; /* initialized in makecrc() so it'll reside in bss */
1058 crc = (ulg)
[all...]
H A Dload.c95 typedef unsigned long ulg; typedef
135 ulg c = crc;
146 bytes_out += (ulg)outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h98 ulg pending_buf_size; /* size of pending_buf */
123 ulg window_size;
244 ulg opt_len; /* bit length of current block with optimal trees */
245 ulg static_len; /* bit length of current block with static trees */
250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
H A Dtrees.c199 s->bits_sent += (ulg)length;
527 s->opt_len += (ulg)f * (bits + xbits);
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
870 ulg stored_len; /* length of input block */
875 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
924 ulg stored_len; /* length of input block */
927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1048 ulg out_length = (ulg)s->last_lit*8L;
1049 ulg in_lengt
[all...]
H A Dzutil.c219 ulg bsize = (ulg)items*size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h98 ulg pending_buf_size; /* size of pending_buf */
123 ulg window_size;
244 ulg opt_len; /* bit length of current block with optimal trees */
245 ulg static_len; /* bit length of current block with static trees */
250 ulg compressed_len; /* total bit length of compressed file mod 2^32 */
251 ulg bits_sent; /* bit length of compressed data sent mod 2^32 */
284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
H A Dtrees.c199 s->bits_sent += (ulg)length;
527 s->opt_len += (ulg)f * (bits + xbits);
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
870 ulg stored_len; /* length of input block */
875 s->compressed_len = (s->compressed_len + 3 + 7) & (ulg)~7L;
924 ulg stored_len; /* length of input block */
927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
1048 ulg out_length = (ulg)s->last_lit*8L;
1049 ulg in_lengt
[all...]
H A Dzutil.c219 ulg bsize = (ulg)items*size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c220 STATIC ulg bb; /* bit buffer */
230 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
271 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
560 register ulg b; /* bit buffer */
666 register ulg b; /* bit buffer */
802 register ulg b; /* bit buffer */
994 register ulg b; /* bit buffer */
1092 static ulg crc_32_tab[256];
1093 static ulg crc; /* initialized in makecrc() so it'll reside in bss */
1134 crc = (ulg)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c34 typedef unsigned long ulg; typedef
201 ulg c = crc; /* temporary variable */
212 bytes_out += (ulg)outcnt;
213 output_ptr += (ulg)outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c32 typedef unsigned long ulg; typedef
182 ulg c = crc; /* temporary variable */
193 bytes_out += (ulg) outcnt;
194 output_ptr += (ulg) outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A Dmisc.c43 typedef unsigned long ulg; typedef
195 ulg c = crc; /* temporary variable */
206 bytes_out += (ulg)outcnt;
207 output_ptr += (ulg)outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c27 typedef unsigned long ulg; typedef
179 ulg c = crc; /* temporary variable */
190 bytes_out += (ulg)outcnt;
191 output_ptr += (ulg)outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dmisc.c30 typedef unsigned long ulg; typedef
168 ulg c = crc; /* temporary variable */
179 bytes_out += (ulg)outcnt;
180 output_ptr += (ulg)outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c114 typedef unsigned long ulg; typedef
315 ulg c = crc; /* temporary variable */
325 bytes_out += (ulg)outcnt;
361 if ((ulg)output & (__KERNEL_ALIGN - 1))
363 if ((ulg)output >= 0xffffffffffUL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dmisc.c45 typedef unsigned long ulg; typedef
209 ulg c = crc; /* temporary variable */
220 bytes_out += (ulg)outcnt;
221 output_ptr += (ulg)outcnt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzutil.h22 typedef unsigned long ulg; typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c189 typedef uint32_t ulg; typedef
305 ulg isize; /* only 32 bits stored in .gz file */
339 ulg bits_sent; /* bit length of the compressed data */
384 static void put_32bit(ulg n)
520 G1.bits_sent += (ulg) len << 3;
741 * ulg flush_block(char *buf, ulg stored_len, int eof)
950 ulg opt_len; /* bit length of current block with optimal trees */
951 ulg static_len; /* bit length of current block with static trees */
953 ulg compressed_le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c301 typedef unsigned long ulg; typedef
386 ulg c = crc; /* temporary variable */
402 bytes_out += (ulg)outcnt;
422 crc = (ulg)0xffffffffL; /* shift register contents */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c114 typedef unsigned long ulg; typedef
319 ulg c = crc; /* temporary variable */
329 bytes_out += (ulg)outcnt;

Completed in 238 milliseconds

12