Home
last modified time | relevance | path

Searched refs:abs_to (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/p5-SVN-Hooks/SVN-Hooks-1.34/lib/SVN/Hooks/
H A DUpdateConfFile.pm243 my $abs_to = catfile($absbase, $to);
244 if ($is_directory || -d $abs_to) {
245 $abs_to = catfile($abs_to, (File::Spec->splitpath($file))[2]);
248 return $abs_to;
/dports/devel/brz/breezy-3.2.0/breezy/transport/
H A Dmemory.py215 abs_to = self._resolve_symlinks(rel_to)
219 x = abs_to
221 x = abs_to + x[len(abs_from):]
H A Dsftp.py774 def _rename_and_overwrite(self, abs_from, abs_to): argument
781 fancy_rename(abs_from, abs_to,
786 ': unable to rename to %r' % (abs_to))
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dfile.c750 u64 abs_to, struct buffer_head *di_bh) in ocfs2_write_zero_page() argument
760 BUG_ON(abs_from >= abs_to); in ocfs2_write_zero_page()
761 BUG_ON(abs_to > (((u64)index + 1) << PAGE_SHIFT)); in ocfs2_write_zero_page()
766 abs_to - abs_from); in ocfs2_write_zero_page()
781 zero_to = abs_to & (PAGE_SIZE - 1); in ocfs2_write_zero_page()
788 (unsigned long long)abs_to, in ocfs2_write_zero_page()
823 i_size_write(inode, abs_to); in ocfs2_write_zero_page()
H A Docfs2_trace.h1377 unsigned long long abs_from, unsigned long long abs_to,
1380 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1384 __field(unsigned long long, abs_to)
1392 __entry->abs_to = abs_to;
1398 __entry->abs_from, __entry->abs_to,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dfile.c750 u64 abs_to, struct buffer_head *di_bh) in ocfs2_write_zero_page() argument
760 BUG_ON(abs_from >= abs_to); in ocfs2_write_zero_page()
761 BUG_ON(abs_to > (((u64)index + 1) << PAGE_SHIFT)); in ocfs2_write_zero_page()
766 abs_to - abs_from); in ocfs2_write_zero_page()
781 zero_to = abs_to & (PAGE_SIZE - 1); in ocfs2_write_zero_page()
788 (unsigned long long)abs_to, in ocfs2_write_zero_page()
823 i_size_write(inode, abs_to); in ocfs2_write_zero_page()
H A Docfs2_trace.h1377 unsigned long long abs_from, unsigned long long abs_to,
1380 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1384 __field(unsigned long long, abs_to)
1392 __entry->abs_to = abs_to;
1398 __entry->abs_from, __entry->abs_to,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dfile.c750 u64 abs_to, struct buffer_head *di_bh) in ocfs2_write_zero_page() argument
760 BUG_ON(abs_from >= abs_to); in ocfs2_write_zero_page()
761 BUG_ON(abs_to > (((u64)index + 1) << PAGE_SHIFT)); in ocfs2_write_zero_page()
766 abs_to - abs_from); in ocfs2_write_zero_page()
781 zero_to = abs_to & (PAGE_SIZE - 1); in ocfs2_write_zero_page()
788 (unsigned long long)abs_to, in ocfs2_write_zero_page()
823 i_size_write(inode, abs_to); in ocfs2_write_zero_page()
H A Docfs2_trace.h1377 unsigned long long abs_from, unsigned long long abs_to,
1380 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1384 __field(unsigned long long, abs_to)
1392 __entry->abs_to = abs_to;
1398 __entry->abs_from, __entry->abs_to,
/dports/devel/lua-posix/luaposix-35.1/ext/include/
H A Dcompat-5.2.c18 int abs_to = lua_absindex(L, to); in lua_copy() local
21 lua_replace(L, abs_to); in lua_copy()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/util/
H A Dsequence.cpp4301 TSeqPos abs_from, abs_to; in SRelLoc() local
4332 abs_to = crange.GetTo(); in SRelLoc()
4334 if (abs_to == prange.GetTo()) { in SRelLoc()
4341 f->Subtract(*pfuzz, abs_to, abs_to); in SRelLoc()
4348 fuzz_to = pfuzz->Negative(abs_to); in SRelLoc()
4353 abs_to = prange.GetTo(); in SRelLoc()
4359 if (abs_from <= abs_to) { in SRelLoc()
4362 intersection->SetFrom(sigma - abs_to); in SRelLoc()
4372 (*fuzz_to, intersection->GetFrom(), abs_to); in SRelLoc()
4384 intersection->SetTo (abs_to + delta); in SRelLoc()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/util/
H A Dsequence.cpp4301 TSeqPos abs_from, abs_to; in SRelLoc() local
4332 abs_to = crange.GetTo(); in SRelLoc()
4334 if (abs_to == prange.GetTo()) { in SRelLoc()
4341 f->Subtract(*pfuzz, abs_to, abs_to); in SRelLoc()
4348 fuzz_to = pfuzz->Negative(abs_to); in SRelLoc()
4353 abs_to = prange.GetTo(); in SRelLoc()
4359 if (abs_from <= abs_to) { in SRelLoc()
4362 intersection->SetFrom(sigma - abs_to); in SRelLoc()
4372 (*fuzz_to, intersection->GetFrom(), abs_to); in SRelLoc()
4384 intersection->SetTo (abs_to + delta); in SRelLoc()
[all …]
/dports/devel/luv/luv-1.41.0-0/deps/lua-compat-5.3/c-api/
H A Dcompat-5.3.c164 int abs_to = lua_absindex(L, to); in lua_copy() local
167 lua_replace(L, abs_to); in lua_copy()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/compatibility/
H A Dcompat-5.3.c164 int abs_to = lua_absindex(L, to); in lua_copy() local
167 lua_replace(L, abs_to); in lua_copy()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/compatibility/
H A Dcompat-5.3.c.h160 int abs_to = lua_absindex(L, to); in lua_copy() local
163 lua_replace(L, abs_to); in lua_copy()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/filesystem/src/
H A Doperations.cpp1049 path abs_to = to.parent_path(); in copy() local
1050 if (!abs_to.is_absolute()) in copy()
1052 abs_to = detail::absolute(abs_to, cur_dir, ec); in copy()
1056 relative_from = detail::relative(abs_from, abs_to, ec); in copy()
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/src/
H A Doperations.cpp1049 path abs_to = to.parent_path(); in copy() local
1050 if (!abs_to.is_absolute()) in copy()
1052 abs_to = detail::absolute(abs_to, cur_dir, ec); in copy()
1056 relative_from = detail::relative(abs_from, abs_to, ec); in copy()
/dports/devel/lua-cqueues/cqueues-rel-20200726/vendor/compat53/c-api/
H A Dcompat-5.3.c165 int abs_to = lua_absindex(L, to); in lua_copy() local
168 lua_replace(L, abs_to); in lua_copy()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/src/ffi/
H A Dcompat53.rs285 let abs_to = lua_absindex(L, toidx); in lua_copy() localVariable
288 lua_replace(L, abs_to); in lua_copy()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/compatibility/
H A D5.x.x.inl45 int abs_to = lua_absindex(L, to); local
48 lua_replace(L, abs_to);
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/sol/compatibility/
H A D5.x.x.inl45 int abs_to = lua_absindex(L, to); local
48 lua_replace(L, abs_to);
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/single/sol/
H A Dsol.hpp1156 int abs_to = lua_absindex(L, to); in lua_copy() local
1159 lua_replace(L, abs_to); in lua_copy()
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/single/sol/
H A Dsol.hpp1156 int abs_to = lua_absindex(L, to); in lua_copy() local
1159 lua_replace(L, abs_to); in lua_copy()
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A Dsol.hpp2533 int abs_to = lua_absindex(L, to); in lua_copy() local
2536 lua_replace(L, abs_to); in lua_copy()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/single/sol/
H A Dsol.hpp2495 int abs_to = lua_absindex(L, to); in lua_copy() local
2498 lua_replace(L, abs_to); in lua_copy()

12