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

/freebsd-11-stable/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.c53 svn_diff__lcs_t *lcs = NULL; local
54 svn_diff__lcs_t **lcs_ref = &lcs;
101 * ### common parts in it by getting an lcs between
104 * ### We use this lcs to create a simple diff. Only
129 lcs = apr_palloc(subpool, sizeof(*lcs));
130 lcs->next = NULL;
131 lcs->position[0] = start_position[0];
132 lcs->position[1] = start_position[1];
133 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-11-stable/contrib/subversion/subversion/svn/
H A Dsimilarity.c55 apr_size_t lcs;
56 const apr_size_t score = svn_string__similarity(key, ctx, buffer, &lcs);
58 *diff = key->len - lcs;
60 *diff = ctx->len - lcs;
53 apr_size_t lcs; local
H A Dprops.c211 apr_size_t lcs;
214 svn_string__similarity(&propstring, &prefix, &buffer, &lcs);
216 if (lcs < prefix.len - 1)
221 if (lcs == prefix.len - 1)
209 apr_size_t lcs; local
/freebsd-11-stable/usr.bin/svn/lib/libsvn_diff/
H A DMakefile18 lcs.c \
/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c803 int lcs = 0; local
874 * Set up last cluster size ("lcs") already here. Calculate
880 lcs = 0; lcs < sblock.fs_contigsumsize; block++, lcs++) {
922 if (lcs < sblock.fs_contigsumsize) {
923 if (lcs)
924 cg_clustersum(&acg)[lcs]--;
925 lcs++;
926 cg_clustersum(&acg)[lcs]
1686 static int lcs = 0; local
[all...]
/freebsd-11-stable/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-11-stable/sys/net/
H A Dslcompress.c200 struct cstate *lcs; local
204 lcs = cs; cs = cs->cs_next;
222 comp->last_cs = lcs;
234 comp->last_cs = lcs;
236 lcs->cs_next = cs->cs_next;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c1427 apr_size_t lcs = 0;
1433 ++lcs;
1446 ++lcs;
1496 lcs += prev[slots];
1500 *rlcs = lcs;
1504 return ((2 * SVN_STRING__SIM_RANGE_MAX * lcs + total/2) / total);
1422 apr_size_t lcs = 0; local
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk459 libsvn_diff_DEPS = subversion/libsvn_diff/binary_diff.lo 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
460 libsvn_diff_OBJECTS = binary_diff.lo 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
2578 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_mergeinfo.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/libsvn_diff/diff.h

Completed in 121 milliseconds