Searched refs:match (Results 1 - 4 of 4) sorted by relevance

/broadcom-cfe-1.4.2/cfe/zlib/
H A Ddeflate.c18 * string matches are performed only when the previous match ends. So it
22 * is used to find longer strings when a small match has been found.
92 local void check_match OF((deflate_state *s, IPos start, IPos match,
119 ush good_length; /* reduce lazy search above this match length */
120 ush max_lazy; /* do not perform lazy search above this match length */
121 ush nice_length; /* quit search above this match length */
685 * Initialize the "longest match" routines for a new zlib stream
713 * Set match_start to the longest match starting at the given string and
719 * OUT assertion: the match length is not greater than s->lookahead.
722 /* For 80x86 and 680x0, an optimized version will be provided in match
732 register Bytef *match; /* matched string */ local
873 register Bytef *match; /* matched string */ local
[all...]
H A DMakefile.in45 # to use the asm code: make OBJA=match.o
76 match.o: match.S
77 $(CPP) match.S > _match.s
79 mv _match.o match.o
H A DMakefile.orig45 # to use the asm code: make OBJA=match.o
76 match.o: match.S
77 $(CPP) match.S > _match.s
79 mv _match.o match.o
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dsb1250_memcpy.S129 #define match t8 define
130 #define dst2 match
370 ## Set match = (src and dst have same alignment)
375 xor match, t0, t1
382 beqz match, both_aligned

Completed in 34 milliseconds