Searched refs:longest_match (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32c.c1 /* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
3 * File written by Gilles Vollant, by modifiying the longest_match
6 * longest_match execute standard C code is wmask != 0x7fff
47 uInt longest_match( function
H A Dgvmat32.asm1 ; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
3 ; File written by Gilles Vollant, by modifiying the longest_match
15 ; this file contain two implementation of longest_match
21 ; for using an seembly version of longest_match, you need define ASMV in project
114 public longest_match
656 ;;; match.asm -- Pentium-Pro-optimized version of longest_match()
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
674 longest_match proc near label
949 longest_match endp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32c.c1 /* gvmat32.c -- C portion of the optimized longest_match for 32 bits x86
3 * File written by Gilles Vollant, by modifiying the longest_match
6 * longest_match execute standard C code is wmask != 0x7fff
47 uInt longest_match( function
H A Dgvmat32.asm1 ; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
3 ; File written by Gilles Vollant, by modifiying the longest_match
15 ; this file contain two implementation of longest_match
21 ; for using an seembly version of longest_match, you need define ASMV in project
114 public longest_match
656 ;;; match.asm -- Pentium-Pro-optimized version of longest_match()
669 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
674 longest_match proc near label
949 longest_match endp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S1 /* match.s -- Pentium-optimized version of longest_match()
11 #define longest_match _longest_match define
75 .globl match_init, longest_match
79 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
81 longest_match: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm686/
H A Dmatch.S1 /* match.s -- Pentium-Pro-optimized version of longest_match()
11 #define longest_match _longest_match define
67 .globl match_init, longest_match
71 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
73 longest_match: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S1 /* match.s -- Pentium-optimized version of longest_match()
11 #define longest_match _longest_match define
75 .globl match_init, longest_match
79 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
81 longest_match: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm686/
H A Dmatch.S1 /* match.s -- Pentium-Pro-optimized version of longest_match()
11 #define longest_match _longest_match define
67 .globl match_init, longest_match
71 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
73 longest_match: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
8 ; File written by Gilles Vollant, by converting to assembly the longest_match
36 ;uInt longest_match(s, cur_match)
40 longest_match PROC label
506 longest_match ENDP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
8 ; File written by Gilles Vollant, by converting to assembly the longest_match
36 ;uInt longest_match(s, cur_match)
40 longest_match PROC label
506 longest_match ENDP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c77 static uInt longest_match (deflate_state *s, IPos cur_match);
546 static uInt longest_match( function
942 s->match_length = longest_match (s, hash_head);
944 /* longest_match() sets match_start */
1040 s->match_length = longest_match (s, hash_head);
1042 /* longest_match() sets match_start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm2 ; match.asm -- Pentium-Pro optimized version of longest_match()
98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm2 ; match.asm -- Pentium-Pro optimized version of longest_match()
98 ; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
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));
1027 local uInt longest_match(s, cur_match) function
1491 s->match_length = longest_match (s, hash_head);
1496 /* longest_match() or longest_match_fast() sets match_start */
1595 s->match_length = longest_match (s, hash_head);
1599 /* longest_match() or longest_match_fast() sets match_start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
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));
1027 local uInt longest_match(s, cur_match) function
1491 s->match_length = longest_match (s, hash_head);
1496 /* longest_match() or longest_match_fast() sets match_start */
1595 s->match_length = longest_match (s, hash_head);
1599 /* longest_match() or longest_match_fast() sets match_start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c600 static int longest_match(IPos cur_match) function
1746 match_length = longest_match(hash_head);
1747 /* longest_match() sets match_start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c534 local int longest_match OF((deflate_state *s, IPos cur_match));
939 local int longest_match(s, cur_match) function
1264 s->match_length = longest_match (s, hash_head);
1266 /* longest_match() sets match_start */
1362 s->match_length = longest_match (s, hash_head);
1364 /* longest_match() sets match_start */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c625 uInt longest_match OF((deflate_state *s, IPos cur_match));
627 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1269 local uInt longest_match(s, cur_match) function
1661 s->match_length = longest_match (s, hash_head);
1663 /* longest_match() sets match_start */
1758 s->match_length = longest_match (s, hash_head);
1760 /* longest_match() sets match_start */

Completed in 139 milliseconds