Home
last modified time | relevance | path

Searched refs:jumplen (Results 1 – 11 of 11) sorted by relevance

/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/
H A Deventview.py87 jumplen = self.rows - 3
93 self.offset -= jumplen
99 self.offset += jumplen
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DByteCodeArray.cpp55 void compileJump(long opcode, long jumplen) { in compileJump() argument
57 compileByte((jumplen >> 8) & 0xFF); in compileJump()
58 compileByte(jumplen & 0xFF); in compileJump()
H A DByteCodeArray.h50 void compileJump(long opcode, long jumplen);
H A DPyrParseNode.cpp1666 compileByte((jumplen >> 8) & 0xFF); in compileArg()
1667 compileByte(jumplen & 0xFF); in compileArg()
2327 int jumplen = byteCodeLength(nilByteCodes); in compileQQMsg() local
2330 compileByte((jumplen >> 8) & 0xFF); in compileQQMsg()
2331 compileByte(jumplen & 0xFF); in compileQQMsg()
2353 compileByte((jumplen >> 8) & 0xFF); in compileXQMsg()
2354 compileByte(jumplen & 0xFF); in compileXQMsg()
2460 if (jumplen) { in compileIfNilMsg()
2464 compileByte(jumplen & 0xFF); in compileIfNilMsg()
2746 int jumplen = offset - lastOffset; in compileSwitchMsg() local
[all …]
/dports/biology/hisat2/hisat2-2.2.1/
H A Dbp_aligner.h733 index_t jumplen = hitoff > this->_minK ? this->_minK : this->_minK_local; in hybridSearch_recur() local
735 … int64_t expected_score = hit.score() - (hit.rdoff() - hitoff) / jumplen * sc.mmpMax - sc.mmpMax; in hybridSearch_recur()
737 assert_lt(hitlen + jumplen, rdlen); in hybridSearch_recur()
749 hitoff - jumplen, in hybridSearch_recur()
750 hitlen + jumplen, in hybridSearch_recur()
1207 … index_t jumplen = hitoff + hitlen + this->_minK < rdlen ? this->_minK : this->_minK_local; in hybridSearch_recur() local
1208 assert_lt(hitoff + hitlen + jumplen, rdlen); in hybridSearch_recur()
1210 … int64_t expected_score = hit.score() - (hitlen - hit.len()) / jumplen * sc.mmpMax - sc.mmpMax; in hybridSearch_recur()
1223 hitlen + jumplen, in hybridSearch_recur()
H A Dspliced_aligner.h1328 … index_t jumplen = hitoff > this->_minK ? (index_t)this->_minK : (index_t)this->_minK_local; in hybridSearch_recur() local
1330 … int64_t expected_score = hit.score() - (hit.rdoff() - hitoff) / jumplen * sc.mmpMax - sc.mmpMax; in hybridSearch_recur()
1332 assert_lt(hitlen + jumplen, rdlen); in hybridSearch_recur()
1348 hitoff - jumplen, in hybridSearch_recur()
1349 hitlen + jumplen, in hybridSearch_recur()
2016 …index_t jumplen = hitoff + hitlen + this->_minK < rdlen ? (index_t)this->_minK : (index_t)this->_m… in hybridSearch_recur() local
2017 assert_lt(hitoff + hitlen + jumplen, rdlen); in hybridSearch_recur()
2019 … int64_t expected_score = hit.score() - (hitlen - hit.len()) / jumplen * sc.mmpMax - sc.mmpMax; in hybridSearch_recur()
2036 hitlen + jumplen, in hybridSearch_recur()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmenu.c481 static void menu_length_jump (MUTTMENU *menu, int jumplen) in menu_length_jump() argument
483 int tmp, neg = (jumplen >= 0) ? 0 : -1; in menu_length_jump()
492 menu->top += jumplen; in menu_length_jump()
510 menu->current += jumplen; in menu_length_jump()
/dports/math/octave-forge-optim/optim-1.6.1/inst/
H A Dnelder_mead_min.m215 jumplen = 10 * max (max (u) - min (u)); variable
217 u += jumplen * randn (size (u));
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Di386-tdep.c7431 int len, jumplen; in i386_fast_tracepoint_valid_at() local
7435 jumplen = target_get_min_fast_tracepoint_insn_len (); in i386_fast_tracepoint_valid_at()
7437 if (jumplen < 0) in i386_fast_tracepoint_valid_at()
7442 jumplen = 5; in i386_fast_tracepoint_valid_at()
7444 else if (jumplen == 0) in i386_fast_tracepoint_valid_at()
7452 jumplen = (register_size (gdbarch, 0) == 8) ? 5 : 4; in i386_fast_tracepoint_valid_at()
7464 if (len < jumplen) in i386_fast_tracepoint_valid_at()
7471 len, jumplen); in i386_fast_tracepoint_valid_at()
/dports/devel/gdb/gdb-11.1/gdb/
H A Di386-tdep.c8111 int len, jumplen; in i386_fast_tracepoint_valid_at() local
8114 jumplen = target_get_min_fast_tracepoint_insn_len (); in i386_fast_tracepoint_valid_at()
8116 if (jumplen < 0) in i386_fast_tracepoint_valid_at()
8121 jumplen = 5; in i386_fast_tracepoint_valid_at()
8123 else if (jumplen == 0) in i386_fast_tracepoint_valid_at()
8131 jumplen = (register_size (gdbarch, 0) == 8) ? 5 : 4; in i386_fast_tracepoint_valid_at()
8137 if (len < jumplen) in i386_fast_tracepoint_valid_at()
8144 len, jumplen); in i386_fast_tracepoint_valid_at()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Di386-tdep.c6930 int len, jumplen; in i386_fast_tracepoint_valid_at() local
6936 jumplen = 5; in i386_fast_tracepoint_valid_at()
6944 if (len < jumplen) in i386_fast_tracepoint_valid_at()
6951 len, jumplen); in i386_fast_tracepoint_valid_at()