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

/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/TransitiveClosure/
H A DMatrix.pm225 $opt{path_length} = $opt{path};
230 if (exists $opt{path_length}) {
231 $want_path_length = $opt{path_length};
232 delete $opt{path_length};
291 sub path_length { subroutine
349 my $tcm = Graph::TransitiveClosure::Matrix->new($g, path_length => 1);
350 $tcm->path_length($u, $v)
356 $tcm->path_length($u, $v)
367 C<path_length()> and C<path_vertices()> methods.
404 =item path_length
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm225 $opt{path_length} = $opt{path};
230 if (exists $opt{path_length}) {
231 $want_path_length = $opt{path_length};
232 delete $opt{path_length};
291 sub path_length { subroutine
349 my $tcm = Graph::TransitiveClosure::Matrix->new($g, path_length => 1);
350 my $n = $tcm->path_length($u, $v)
358 my $n = $tcm->path_length($u, $v)
369 C<path_length()> and C<path_vertices()> methods.
406 =item path_length
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DTransitiveClosure.pm93 my $tcg = Graph::TransitiveClosure->new($g, path_length => 1);
94 $tcg->path_length($u, $v)
100 # Both path_length and path_vertices.
106 $tcg->path_length($u, $v)
115 C<path_length()> and C<path_vertices()> methods.
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DTransitiveClosure.pm95 my $tcg = Graph::TransitiveClosure->new($g, path_length => 1);
96 $tcg->path_length($u, $v)
102 # Both path_length and path_vertices.
108 $tcg->path_length($u, $v)
117 C<path_length()> and C<path_vertices()> methods.
/macosx-10.9.5/libarchive-29/libarchive/contrib/shar/
H A Dtree.c110 size_t path_length; member in struct:tree
194 t->path_length = t->dirname_length + name_length;
198 t->path_length ++;
320 t->dirname_length = t->path_length;
512 return (t->path_length);
/macosx-10.9.5/libarchive-29/libarchive/examples/minitar/
H A Dtree.c81 size_t path_length; member in struct:tree
156 t->path_length = t->dirname_length + name_length;
159 t->path_length ++;
273 t->dirname_length = t->path_length;
357 return (t->path_length);
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestcert.c94 static void test_cert_path_length(CFMutableDictionaryRef extensions_dict, unsigned int path_length) argument
96 int path_len_int = path_length;
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dtree.c146 size_t path_length; /* Total path length */ member in struct:tree
256 t->path_length = t->dirname_length + name_length;
260 t->path_length ++;
315 t->dirname_length = t->path_length;
436 //t->dirname_length = t->path_length;
456 t->dirname_length = t->path_length;
458 if (t->path_length == 259 || !SetCurrentDirectory(t->stack->name) != 0)
781 return (t->path_length);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_format_zip.c100 static size_t path_length(struct archive_entry *);
332 archive_le16enc(&h.filename_length, (uint16_t)path_length(entry));
533 archive_le16enc(&h.filename_length, (uint16_t)path_length(l->entry));
626 path_length(struct archive_entry *entry) function
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_request.c851 int path_length = 0; local
854 path_length = proc_pidpath(pid, path,
856 if (path_length > 0) {
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/
H A DGraph.pm3609 sub path_length { subroutine
3612 $tcm->path_length(@_);
3657 my $l = $t->path_length($u, $v);
3686 $t->path_vertices($u, $v) : $t->path_length($u, $v);
3692 my $l = $t->path_length($u, $v);
3706 my $l = $t->path_length($u, $v);
3727 my $l = $g->path_length($u, $v);
3745 $t->path_vertices($u, $v) : $t->path_length($u, $v);
3751 my $l = $t->path_length($u, $v);
3765 my $l = $t->path_length(
[all...]
/macosx-10.9.5/vim-53/src/
H A Ddosinst.c2016 long path_length = strlen(path); local
2019 last_char_to_copy = path_length - 2;
/macosx-10.9.5/CPANInternal-140/Graph/lib/
H A DGraph.pm3342 sub path_length { subroutine
3345 $tcm->path_length(@_);
3390 my $l = $t->path_length($u, $v);
3429 my $l = $t->path_length($u, $v);

Completed in 168 milliseconds