Searched refs:cur_match (Results 1 - 15 of 15) 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 */
52 return longest_match_686(s,cur_match);
55 return longest_match_686(s,cur_match);
58 return longest_match_7fff(s,cur_match);
47 longest_match( deflate_state *s, IPos cur_match) argument
H A Dgvmat32.asm51 ;uInt longest_match_7fff(s, cur_match)
53 ; IPos cur_match; /* current match */
56 cur_match equ dword ptr[esp+NbStack-0] define
219 mov eax,cur_match
234 ; eax = ax = cur_match
250 ; cur_match = prev[cur_match & wmask]
253 ; if cur_match > limit, go to exitloop
262 ; if (scan_start==*(cur_match+window)) goto normalbeg2
270 ; cur_match
[all...]
/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 */
52 return longest_match_686(s,cur_match);
55 return longest_match_686(s,cur_match);
58 return longest_match_7fff(s,cur_match);
47 longest_match( deflate_state *s, IPos cur_match) argument
H A Dgvmat32.asm51 ;uInt longest_match_7fff(s, cur_match)
53 ; IPos cur_match; /* current match */
56 cur_match equ dword ptr[esp+NbStack-0] define
219 mov eax,cur_match
234 ; eax = ax = cur_match
250 ; cur_match = prev[cur_match & wmask]
253 ; if cur_match > limit, go to exitloop
262 ; if (scan_start==*(cur_match+window)) goto normalbeg2
270 ; cur_match
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dematch.c477 struct tcf_ematch *cur_match; local
482 cur_match = tcf_em_get_match(tree, match_idx);
484 if (tcf_em_is_container(cur_match)) {
489 match_idx = cur_match->data;
493 res = tcf_em_match(skb, cur_match, info);
495 if (tcf_em_early_end(cur_match, res))
504 cur_match = tcf_em_get_match(tree, match_idx);
506 if (tcf_em_early_end(cur_match, res))
/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 */
36 ;uInt longest_match(s, cur_match)
38 ; IPos cur_match; /* current match */
168 ;;; Retrieve the function arguments. r8d will hold cur_match
324 ;;; match = s->window + cur_match;
328 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
452 ;;; s->match_start = cur_match;
/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 */
36 ;uInt longest_match(s, cur_match)
38 ; IPos cur_match; /* current match */
168 ;;; Retrieve the function arguments. r8d will hold cur_match
324 ;;; match = s->window + cur_match;
328 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
452 ;;; s->match_start = cur_match;
/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));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1019 * IN assertions: cur_match is the head of the hash chain for the current
1027 local uInt longest_match(s, cur_match)
1029 IPos cur_match; /* current match */
1039 /* Stop when cur_match becomes <= limit. To simplify the code,
1075 Assert(cur_match < s->strstart, "no future");
1076 match = s->window + cur_match;
1153 s->match_start = cur_match;
[all...]
/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));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1019 * IN assertions: cur_match is the head of the hash chain for the current
1027 local uInt longest_match(s, cur_match)
1029 IPos cur_match; /* current match */
1039 /* Stop when cur_match becomes <= limit. To simplify the code,
1075 Assert(cur_match < s->strstart, "no future");
1076 match = s->window + cur_match;
1153 s->match_start = cur_match;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm142 ; Retrieve the function arguments. ecx will hold cur_match
239 ; * match = s->window + cur_match;
243 ; * } while ((cur_match = prev[cur_match & wmask]) > limit
361 ;/* s->match_start = cur_match; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm142 ; Retrieve the function arguments. ecx will hold cur_match
239 ; * match = s->window + cur_match;
243 ; * } while ((cur_match = prev[cur_match & wmask]) > limit
361 ;/* s->match_start = cur_match; */
/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);
539 * IN assertions: cur_match is the head of the hash chain for the current
548 IPos cur_match /* current match */
559 /* Stop when cur_match becomes <= limit. To simplify the code,
595 Assert(cur_match < s->strstart, "no future");
596 match = s->window + cur_match;
668 s->match_start = cur_match;
678 } while ((cur_match = prev[cur_match & wmask]) > limit
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c592 * IN assertions: cur_match is the head of the hash chain for the current
600 static int longest_match(IPos cur_match) argument
608 /* Stop when cur_match becomes <= limit. To simplify the code,
629 Assert(cur_match < G1.strstart, "no future");
630 match = G1.window + cur_match;
661 G1.match_start = cur_match;
668 } while ((cur_match = G1.prev[cur_match & WMASK]) > limit
/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));
932 * IN assertions: cur_match is the head of the hash chain for the current
939 local int longest_match(s, cur_match)
941 IPos cur_match; /* current match */
950 /* Stop when cur_match becomes <= limit. To simplify the code,
981 Assert(cur_match < s->strstart, "no future");
982 match = s->window + cur_match;
1054 s->match_start = cur_match;
1064 } while ((cur_match = prev[cur_match
[all...]
/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));
1261 * IN assertions: cur_match is the head of the hash chain for the current
1269 local uInt longest_match(s, cur_match)
1271 IPos cur_match; /* current match */
1281 /* Stop when cur_match becomes <= limit. To simplify the code,
1317 Assert(cur_match < s->strstart, "no future");
1318 match = s->window + cur_match;
1390 s->match_start = cur_match;
1400 } while ((cur_match
[all...]

Completed in 204 milliseconds