Searched refs:IPos (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32c.c28 IPos cur_match); /* current match */
33 IPos cur_match); /* current match */
37 IPos cur_match); /* current match */
49 IPos cur_match) /* current match */
H A Dgvmat32.asm53 ; IPos cur_match; /* current match */
200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32c.c28 IPos cur_match); /* current match */
33 IPos cur_match); /* current match */
37 IPos cur_match); /* current match */
49 IPos cur_match) /* current match */
H A Dgvmat32.asm53 ; IPos cur_match; /* current match */
200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h65 typedef unsigned IPos; typedef
68 * save space in the various tables. IPos is used only for parameter passing.
130 IPos prev_match; /* previous match */
H A Ddeflate.c77 static uInt longest_match (deflate_state *s, IPos cur_match);
80 static void check_match (deflate_state *s, IPos start, IPos match,
548 IPos cur_match /* current match */
557 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
558 s->strstart - (IPos)MAX_DIST(s) : NIL;
691 IPos start,
692 IPos match,
909 IPos hash_hea
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h88 typedef unsigned IPos; typedef
91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */
H A Ddeflate.c89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
1029 IPos cur_match; /* current match */
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h88 typedef unsigned IPos; typedef
91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */
H A Ddeflate.c89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
1029 IPos cur_match; /* current match */
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c193 typedef unsigned IPos; typedef
195 * save space in the various tables. IPos is used only for parameter passing.
600 static int longest_match(IPos cur_match)
607 IPos limit = G1.strstart > (IPos) MAX_DIST ? G1.strstart - (IPos) MAX_DIST : 0;
679 static void check_match(IPos start, IPos match, int length)
1720 IPos hash_head; /* head of hash chain */
1721 IPos prev_matc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm3 ; IPos cur_match); /* current match */
38 ; IPos cur_match; /* current match */
243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm3 ; IPos cur_match); /* current match */
38 ; IPos cur_match; /* current match */
243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c210 typedef unsigned IPos; typedef
213 * save space in the various tables. IPos is used only for parameter passing.
275 IPos prev_match; /* previous match */
534 local int longest_match OF((deflate_state *s, IPos cur_match));
543 local void check_match OF((deflate_state *s, IPos start, IPos match,
941 IPos cur_match; /* current match */
948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
949 s->strstart - (IPos)MAX_DIS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c335 typedef unsigned IPos; typedef
338 * save space in the various tables. IPos is used only for parameter passing.
400 IPos prev_match; /* previous match */
625 uInt longest_match OF((deflate_state *s, IPos cur_match));
627 local uInt longest_match OF((deflate_state *s, IPos cur_match));
631 local void check_match OF((deflate_state *s, IPos start, IPos match,
830 IPos hash_head = 0;
1271 IPos cur_match; /* current match */
1279 IPos limi
[all...]

Completed in 123 milliseconds