Home
last modified time | relevance | path

Searched refs:this_pos (Results 1 – 25 of 71) sorted by relevance

123

/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/
H A Dterrain.gd56 var this_pos
58 this_pos = self.get_initial_pos()
61 if other_pos == this_pos + Vector2(-1, 0):
63 if other_pos == this_pos + Vector2(1, 0):
65 if other_pos == this_pos + Vector2(0, -1):
67 if other_pos == this_pos + Vector2(0, 1):
/dports/security/olm/olm-3.2.6/include/olm/
H A Dlist.hh101 T * this_pos = _data; in operator =() local
104 *this_pos = *other; in operator =()
105 ++this_pos; in operator =()
108 _end = this_pos; in operator =()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmconsist.c154 Int4 find_this_position_by_anchor (Int4Ptr anchor_pos, Int4Ptr pos, Uint2 num, Int4 this_pos, Int4 … in find_this_position_by_anchor() argument
168 if(this_pos == prev) in find_this_position_by_anchor()
170 if(this_pos == curr) in find_this_position_by_anchor()
172 if(this_pos >prev && this_pos <curr) in find_this_position_by_anchor()
176 val = (FloatHi)(a_curr - a_prev) * (FloatHi)(this_pos - prev) / (FloatHi)(curr - prev); in find_this_position_by_anchor()
185 val = (FloatHi)(a_curr - a_prev) * (FloatHi)(this_pos - prev) / (FloatHi)(curr - prev); in find_this_position_by_anchor()
H A Dmconsist.h51 …position_by_anchor PROTO((Int4Ptr anchor_pos, Int4Ptr pos, Uint2 num, Int4 this_pos, Int4 length));
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Done-page-breaking.cc98 SCM this_pos = scm_car (c); in solve() local
99 line_posns.push_back (scm_to_double (this_pos)); in solve()
100 if (scm_is_true (scm_gr_p (this_pos, lowest_line_pos))) in solve()
101 lowest_line_pos = this_pos; in solve()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Done-page-breaking.cc97 SCM this_pos = scm_car (c); in solve() local
98 line_posns.push_back (scm_to_double (this_pos)); in solve()
99 if (scm_is_true (scm_gr_p (this_pos, lowest_line_pos))) in solve()
100 lowest_line_pos = this_pos; in solve()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DFixedString.h1449 std::size_t this_pos, in compare() argument
1462 std::size_t this_pos, in compare() argument
1471 this_pos, in compare()
1508 std::size_t this_pos, in compare() argument
1530 std::size_t this_pos, in compare() argument
1538 this_pos, in compare()
1545 std::size_t this_pos, in compare() argument
1550 this_pos, in compare()
1599 std::size_t this_pos,
1616 std::size_t this_pos, in replace() argument
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DFixedString.h1529 std::size_t this_pos, in compare() argument
1542 std::size_t this_pos, in compare() argument
1551 this_pos, in compare()
1579 std::size_t this_pos, in compare() argument
1589 std::size_t this_pos, in compare() argument
1611 std::size_t this_pos, in compare() argument
1619 this_pos, in compare()
1626 std::size_t this_pos, in compare() argument
1631 this_pos, in compare()
1680 std::size_t this_pos,
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A DPrintBuffer.cc970 int this_pos = -1; in append_aligned() local
978 this_pos = u; in append_aligned()
982 if (this_pos != -1) break; in append_aligned()
994 if (this_pos == -1) // no align char in this pb in append_aligned()
1010 ucs_r = this_w - this_pos; in append_aligned()
1011 if (this_pos > ucs_w) ucs_l = this_pos - ucs_w; in append_aligned()
1012 else this_l = ucs_w - this_pos; in append_aligned()
1015 if (this_pos == -1) // no align char in this pb in append_aligned()
1031 if (ucs_pos > this_pos) this_l = ucs_pos - this_pos; in append_aligned()
1032 else ucs_l = this_pos - ucs_pos; in append_aligned()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dtramp-ppc.c80 int this_pos = 3; in mono_arch_get_unbox_trampoline() local
96 ppc_addi (code, this_pos, this_pos, sizeof (MonoObject)); in mono_arch_get_unbox_trampoline()
101 ppc_addi (code, this_pos, this_pos, sizeof (MonoObject)); in mono_arch_get_unbox_trampoline()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1732 int this_pos = offset + d;
1734 if (this_pos < 0 || this_pos > bw)
1739 center = this_pos;
1745 int this_pos = offset + d;
1747 if (this_pos < 0 || this_pos > bw)
1752 center = this_pos;
1758 int this_pos = offset + d;
1760 if (this_pos < 0 || this_pos > bw)
1765 center = this_pos;
1773 if (this_pos < 0 || this_pos > bw)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1737 int this_pos = offset + d; in vector_match() local
1739 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1743 center = this_pos; in vector_match()
1749 int this_pos = offset + d; in vector_match() local
1751 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1755 center = this_pos; in vector_match()
1761 int this_pos = offset + d; in vector_match() local
1763 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
1767 center = this_pos; in vector_match()
1775 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddircompareop.cc724 for ( size_t this_pos = 0; this_pos < this_sdir->size(); this_pos++ ) { in run() local
725 … this_vdm->setEntrySelectionState( this_sdir->getEntryAtPos( this_pos )->getFullname(), in run()
726 this_equal.at( this_pos ) ); in run()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsearch.c1558 ptrdiff_t this_pos = pos; in simple_search() local
1580 this_pos++; in simple_search()
1602 ptrdiff_t this_pos = pos; in simple_search() local
1612 int buf_ch = FETCH_BYTE (this_pos); in simple_search()
1619 this_pos++; in simple_search()
1641 ptrdiff_t this_pos = pos; in simple_search() local
1668 pos = this_pos; in simple_search()
1684 ptrdiff_t this_pos = pos - len; in simple_search() local
1688 if (this_pos < lim) in simple_search()
1694 int buf_ch = FETCH_BYTE (this_pos); in simple_search()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dsearch.c1545 ptrdiff_t this_pos = pos; in simple_search() local
1569 this_pos++; in simple_search()
1591 ptrdiff_t this_pos = pos; in simple_search() local
1601 int buf_ch = FETCH_BYTE (this_pos); in simple_search()
1608 this_pos++; in simple_search()
1630 ptrdiff_t this_pos = pos; in simple_search() local
1642 DEC_BOTH (this_pos, this_pos_byte); in simple_search()
1657 pos = this_pos; in simple_search()
1673 ptrdiff_t this_pos = pos - len; in simple_search() local
1677 if (this_pos < lim) in simple_search()
[all …]
/dports/biology/minimap2/minimap2-2.24/
H A Dformat.c393 int this_rid = -1, this_pos = -1; in mm_write_sam3() local
438 this_rid = r_prev->rid, this_pos = r_prev->rs; in mm_write_sam3()
439 mm_sprintf_lite(s, "\t%s\t%d\t0\t*", mi->seq[this_rid].name, this_pos+1); in mm_write_sam3()
442 this_rid = r->rid, this_pos = r->rs; in mm_write_sam3()
466 int this_pos5 = r->rev? r->re - 1 : this_pos; in mm_write_sam3()
476 mm_sprintf_lite(s, "\t=\t%d\t", this_pos + 1); // next segment will take r's coordinate in mm_write_sam3()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2393 int this_pos = offset + d; in vector_match() local
2395 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2399 center = this_pos; in vector_match()
2405 int this_pos = offset + d; in vector_match() local
2407 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2411 center = this_pos; in vector_match()
2417 int this_pos = offset + d; in vector_match() local
2419 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2423 center = this_pos; in vector_match()
2431 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2244 int this_pos = offset + d; in vector_match() local
2246 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2250 center = this_pos; in vector_match()
2256 int this_pos = offset + d; in vector_match() local
2258 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2262 center = this_pos; in vector_match()
2268 int this_pos = offset + d; in vector_match() local
2270 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
2274 center = this_pos; in vector_match()
2282 if (this_pos < 0 || this_pos > bw) continue; in vector_match()
[all …]

123