Searched refs:lcs (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Dlcs.c2 * lcs.c : routines for creating an lcs
78 svn_diff__lcs_t *lcs; member in struct:svn_diff__snake_t
90 svn_diff__lcs_t *lcs; local
94 * can mark that lcs node for reuse, because the sequence up to this
97 lcs = fp_k[0].lcs;
98 while (lcs)
100 lcs->refcount--;
101 if (lcs
188 svn_diff__lcs_reverse(svn_diff__lcs_t *lcs) argument
210 prepend_lcs(svn_diff__lcs_t *lcs, apr_off_t lines, apr_off_t pos0_offset, apr_off_t pos1_offset, apr_pool_t *pool) argument
249 svn_diff__lcs_t *lcs, *lcs_freelist = NULL; local
[all...]
H A Ddiff.c66 svn_diff__diff(svn_diff__lcs_t *lcs, argument
76 if (original_start < lcs->position[0]->offset
77 || modified_start < lcs->position[1]->offset)
84 lcs->position[0]->offset - original_start;
87 lcs->position[1]->offset - modified_start;
95 if (lcs->length == 0)
98 original_start = lcs->position[0]->offset;
99 modified_start = lcs->position[1]->offset;
107 (*diff_ref)->original_length = lcs->length;
109 (*diff_ref)->modified_length = lcs
140 svn_diff__lcs_t *lcs; local
[all...]
H A Ddiff3.c52 svn_diff__lcs_t *lcs = NULL; local
53 svn_diff__lcs_t **lcs_ref = &lcs;
100 * ### common parts in it by getting an lcs between
103 * ### We use this lcs to create a simple diff. Only
128 lcs = apr_palloc(subpool, sizeof(*lcs));
129 lcs->next = NULL;
130 lcs->position[0] = start_position[0];
131 lcs->position[1] = start_position[1];
132 lcs
[all...]
H A Ddiff.h104 * The resulting lcs structure will be the return value of this function.
156 svn_diff__diff(svn_diff__lcs_t *lcs,
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dprops.c139 apr_size_t lcs;
140 const unsigned int score = svn_string__similarity(key, ctx, buffer, &lcs);
142 *diff = key->len - lcs;
144 *diff = ctx->len - lcs;
266 apr_size_t lcs;
269 svn_string__similarity(&context.name, &prefix, &context.buffer, &lcs);
271 if (lcs < prefix.len - 1)
276 if (lcs == prefix.len - 1)
137 apr_size_t lcs; local
264 apr_size_t lcs; local
/freebsd-10.0-release/usr.bin/svn/lib/libsvn_diff/
H A DMakefile11 diff_tree.c lcs.c parse-diff.c token.c util.c
/freebsd-10.0-release/sbin/growfs/
H A Dgrowfs.c804 int lcs = 0; local
875 * Set up last cluster size ("lcs") already here. Calculate
881 lcs = 0; lcs < sblock.fs_contigsumsize; block++, lcs++) {
923 if (lcs < sblock.fs_contigsumsize) {
924 if (lcs)
925 cg_clustersum(&acg)[lcs]--;
926 lcs++;
927 cg_clustersum(&acg)[lcs]
1687 static int lcs = 0; local
[all...]
/freebsd-10.0-release/sys/net/
H A Dslcompress.c205 register struct cstate *lcs; local
209 lcs = cs; cs = cs->cs_next;
227 comp->last_cs = lcs;
239 comp->last_cs = lcs;
241 lcs->cs_next = cs->cs_next;
/freebsd-10.0-release/usr.sbin/ppp/
H A Dslcompress.c212 register struct cstate *lcs; local
216 lcs = cs;
233 comp->last_cs = lcs;
247 comp->last_cs = lcs;
249 lcs->cs_next = cs->cs_next;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c1198 apr_size_t lcs = 0;
1204 ++lcs;
1217 ++lcs;
1267 lcs += prev[slots];
1271 *rlcs = lcs;
1275 return(unsigned int)((2000 * lcs + total/2) / total);
1193 apr_size_t lcs = 0; local
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh59 ftp.uu.net prep.ai.mit.edu export.lcs.mit.edu \
/freebsd-10.0-release/etc/
H A Dservices2441 lcs-ap 9082/sctp #LCS Application Protocol
/freebsd-10.0-release/contrib/subversion/
H A Dbuild-outputs.mk362 libsvn_diff_DEPS = subversion/libsvn_diff/deprecated.lo subversion/libsvn_diff/diff.lo subversion/libsvn_diff/diff3.lo subversion/libsvn_diff/diff4.lo subversion/libsvn_diff/diff_file.lo subversion/libsvn_diff/diff_memory.lo subversion/libsvn_diff/diff_tree.lo subversion/libsvn_diff/lcs.lo subversion/libsvn_diff/parse-diff.lo subversion/libsvn_diff/token.lo subversion/libsvn_diff/util.lo subversion/libsvn_subr/libsvn_subr-1.la
363 libsvn_diff_OBJECTS = deprecated.lo diff.lo diff3.lo diff4.lo diff_file.lo diff_memory.lo diff_tree.lo lcs.lo parse-diff.lo token.lo util.lo
2084 subversion/libsvn_diff/lcs.lo: subversion/libsvn_diff/lcs.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_diff/diff.h

Completed in 140 milliseconds