Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6809/
H A Dm6809make.py58 percent_pos = line.find("%") variable
59 dispatch = line[percent_pos+1:].strip("\t\n; ")
62 label = line[:percent_pos].strip()
79 percent_pos = lines[count+1].find("%") variable
80 next_dispatch = lines[count+1][percent_pos+1:].strip("\t\n; ")
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6809/
H A Dm6809make.py58 percent_pos = line.find("%") variable
59 dispatch = line[percent_pos+1:].strip("\t\n; ")
62 label = line[:percent_pos].strip()
79 percent_pos = lines[count+1].find("%") variable
80 next_dispatch = lines[count+1][percent_pos+1:].strip("\t\n; ")
/dports/devel/make++/makepp-2.0/Mpp/
H A DText.pm71 my $percent_pos = index $src, '%'; # Find the percent char.
72 $percent_pos < 0 and
75 chop( my $src_prefix = substr $src, 0, $percent_pos+1, '' );
79 if( $len_diff >= $percent_pos && # Make sure prefix & suffix don't overlap.
80 substr( $word, 0, $percent_pos ) eq $src_prefix &&
82 my $pattern_stem = substr $word, $percent_pos, $len_diff - $percent_pos;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SearchIO/
H A Dblasttable.pm201 my ($num_scores, $raw_score, $identities, $positives, $percent_pos,
210 ($qname, $hname, $percent_id, $percent_pos, $hsp_len, $mismatches, $gapsm,
216 $identities, $positives,$mismatches, $percent_id, $percent_pos,
276 if (not defined $positives and defined $percent_pos) {
277 $positives = sprintf "%d", ($percent_pos * $hsp_len / 100);
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dmisc.c180 .percent_pos = get_percent_pos(mpctx), in update_vo_playback_state()
186 oldstate.percent_pos != newstate.percent_pos) in update_vo_playback_state()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/shell/
H A Dshell_misc.cpp402 const auto percent_pos = static_cast<size_t>(match.position(0)); in ProcessCmdLineEnvVarStitution() local
408 text.replace(percent_pos, percent_len, in ProcessCmdLineEnvVarStitution()
420 text.replace(percent_pos, percent_len, replacement); in ProcessCmdLineEnvVarStitution()
423 text.replace(percent_pos, percent_len, ""); in ProcessCmdLineEnvVarStitution()
/dports/japanese/less/less-382.262.03.01/
H A Djump.c124 pos = percent_pos(len, percent);
H A Dos.c254 percent_pos(pos, percent) in percent_pos() function
H A Dfuncs.h210 public POSITION percent_pos ();
/dports/sysutils/less/less-551/
H A Djump.c158 pos = percent_pos(len, percent, fraction);
H A Dos.c284 percent_pos(pos, percent, fraction) in percent_pos() function
H A Dfuncs.h259 public POSITION percent_pos LESSPARAMS ((POSITION pos, int percent, long fraction));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DFormatEntity.cpp2322 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2323 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2324 if (percent_pos > 0) { in ExtractVariableInfo()
2325 if (percent_pos > 1) in ExtractVariableInfo()
2326 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2328 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DFormatEntity.cpp2328 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2329 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2330 if (percent_pos > 0) { in ExtractVariableInfo()
2331 if (percent_pos > 1) in ExtractVariableInfo()
2332 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2334 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DFormatEntity.cpp2322 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2323 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2324 if (percent_pos > 0) { in ExtractVariableInfo()
2325 if (percent_pos > 1) in ExtractVariableInfo()
2326 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2328 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DFormatEntity.cpp2322 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2323 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2324 if (percent_pos > 0) { in ExtractVariableInfo()
2325 if (percent_pos > 1) in ExtractVariableInfo()
2326 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2328 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2328 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2329 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2330 if (percent_pos > 0) { in ExtractVariableInfo()
2331 if (percent_pos > 1) in ExtractVariableInfo()
2332 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2334 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DFormatEntity.cpp2328 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2329 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2330 if (percent_pos > 0) { in ExtractVariableInfo()
2331 if (percent_pos > 1) in ExtractVariableInfo()
2332 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2334 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DFormatEntity.cpp2328 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2329 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2330 if (percent_pos > 0) { in ExtractVariableInfo()
2331 if (percent_pos > 1) in ExtractVariableInfo()
2332 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2334 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DFormatEntity.cpp2322 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2323 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2324 if (percent_pos > 0) { in ExtractVariableInfo()
2325 if (percent_pos > 1) in ExtractVariableInfo()
2326 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2328 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2315 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2316 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2317 if (percent_pos > 0) { in ExtractVariableInfo()
2318 if (percent_pos > 1) in ExtractVariableInfo()
2319 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2321 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DFormatEntity.cpp2328 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo() local
2329 if (percent_pos < paren_pos) { in ExtractVariableInfo()
2330 if (percent_pos > 0) { in ExtractVariableInfo()
2331 if (percent_pos > 1) in ExtractVariableInfo()
2332 variable_name = format_str.substr(0, percent_pos); in ExtractVariableInfo()
2334 format_str.substr(percent_pos + 1, paren_pos - (percent_pos + 1)); in ExtractVariableInfo()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo.h140 int percent_pos; member
H A Dw32_common.c625 pstate->percent_pos, 100); in update_playback_state()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvdocview.cpp1770 int percent_pos = /*info.left + */percent * info.width() / 10000; in drawPageHeader() local
1830 if ( x < info.left + percent_pos ) { in drawPageHeader()