Searched refs:ush (Results 51 - 75 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzutil.h43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
121 ush max_chain;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
1041 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng2-win.c126 * "ush acopy = (alpha);") */
129 ush temp = ((ush)(fg)*(ush)(alpha) + \
130 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
210 ush type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzutil.h43 typedef unsigned short ush; typedef
44 typedef ush FAR ushf;
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
121 ush max_chain;
301 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
303 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
312 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
480 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
1043 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
127 ush max_chain;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
127 ush max_chain;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzutil.h49 typedef unsigned short ush; typedef
50 typedef ush FAR ushf;
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */
125 ush max_lazy; /* do not perform lazy search above this match length */
126 ush nice_length; /* quit search above this match length */
127 ush max_chain;
293 overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);
295 s->pending_buf_size = (ulg)s->lit_bufsize * (sizeof(ush)+2L);
304 s->d_buf = overlay + s->lit_bufsize/sizeof(ush);
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
411 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
923 overlay = (ushf *) ZALLOC(dest, ds->lit_bufsize, sizeof(ush)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h2154 ush general_purpose_bit_flag;
2155 ush compression_method;
2156 ush filename_length;
2157 ush extra_field_length;
2168 ush internal_file_attributes;
2171 ush general_purpose_bit_flag;
2172 ush compression_method;
2173 ush filename_length;
2174 ush extra_field_length;
2175 ush file_comment_lengt
[all...]
H A Dinflate.c60 c10 17 Oct 92 G. Roelofs changed ULONG/UWORD/byte to ulg/ush/uch,
119 ush into uch, to save space
262 typedef unsigned short ush;
754 static ZCONST ush cplens64[] = {
761 static ZCONST ush cplens32[] = {
778 static ZCONST ush cpdist[] = {
1556 ZCONST ush *d; /* list of base values for non-simple codes */
1722 r.v.n = (ush)*p++; /* simple code is just the value */
H A Dglobals.h340 ZCONST ush *cplens; /* inflate static */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c102 ATR$C_ASCDATES, sizeof(ush), 0,
117 ush chan;
118 ush chan_pad; /* alignment member */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c784 ush ztime;
792 ush zdate;
863 zt._t.ztime = (ush)(G.lrec.last_mod_dos_datetime) & 0xffff;
864 zt._d.zdate = (ush)(G.lrec.last_mod_dos_datetime >> 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A Dmisc.c26 typedef unsigned short ush; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dglobals.c232 ush zcomlen; /* Length of zip file comment */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmsdos.c189 ush newlen, amatch = 0;
717 if (*(ush*)&buf != 0) return buf;
725 *((ush*)&buf+1) += ((ush)((uch*)buf-NULL) + 15) >> 4;
726 *(ush*)&buf = 0;
734 if (*(ush*)&ptr != 0) { /* object < 64K */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c396 ush ebID;
1762 static ush SH(ush val)
1768 return (*(ush *)swapbuf);
1778 ush swapbuf[2];
1780 swapbuf[1] = SH((ush)(val & 0xffff));
1781 swapbuf[0] = SH((ush)(val >> 16));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c323 ush ebID;
1386 ush id = 0;
1387 ush size = 0;
1475 ush id = 0;
1476 ush size = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dmisc.c78 typedef unsigned short ush; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dmisc.c48 typedef unsigned short ush; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c781 ush ztime; /* DOS file modification time word */
782 ush zdate; /* DOS file modification date word */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c662 #define MEMCOMPRESS_HEADER 6 /* ush compression type, ulg CRC */
663 #define DEFLAT_WORSTCASE_ADD 5 /* byte blocktype, 2 * ush blocklength */
673 ush compsize = 0;
721 compsize = (ush)attrsize;

Completed in 132 milliseconds

12345