Home
last modified time | relevance | path

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

12

/dports/devel/dev86/dev86-0.16.20/bootblocks/
H A Dbuffer.c14 static long bad_start = -1; variable
25 bad_start = -1; in reset_disk()
98 if( bstart != buf_start && bstart != bad_start && buf_len > 1 )
104 bad_start = bstart;
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_memory.c++360 bool bad_start, bad_end; in Test() local
370 bad_start = false; in Test()
377 bad_start = true; in Test()
384 if(bad_start) { in Test()
416 if(bad_start || bad_end) { in Test()
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A Dutf8.t1194 my $bad_start = substr($utf, 1);
1212 [ $bad_start, 0, 1, 1, "bad start, forward 1 from 0" ],
1213 …[ $bad_start, 0, $utf_ch_len-1, $utf_ch_len-1, "bad start, forward ch_len-1 from 0" …
1214 … [ $bad_start, 0, $utf_ch_len, $utf_ch_len*2-1, "bad start, forward ch_len from 0" ],
1215 …[ $bad_start, $utf_ch_len-1, -1, 0, "bad start, back 1 from first start by…
1216 …[ $bad_start, $utf_ch_len-2, -1, 0, "bad start, back 1 from before first s…
1217 [ $bad_start, 0, -1, 0, "bad start, back 1 from 0" ],
1218 [ $bad_start, length $bad_start, -10, 0, "bad start, back 10 from end" ],
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/t/
H A Dutf8.t1194 my $bad_start = substr($utf, 1);
1212 [ $bad_start, 0, 1, 1, "bad start, forward 1 from 0" ],
1213 …[ $bad_start, 0, $utf_ch_len-1, $utf_ch_len-1, "bad start, forward ch_len-1 from 0" …
1214 … [ $bad_start, 0, $utf_ch_len, $utf_ch_len*2-1, "bad start, forward ch_len from 0" ],
1215 …[ $bad_start, $utf_ch_len-1, -1, 0, "bad start, back 1 from first start by…
1216 …[ $bad_start, $utf_ch_len-2, -1, 0, "bad start, back 1 from before first s…
1217 [ $bad_start, 0, -1, 0, "bad start, back 1 from 0" ],
1218 [ $bad_start, length $bad_start, -10, 0, "bad start, back 10 from end" ],
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A Dutf8.t1194 my $bad_start = substr($utf, 1);
1212 [ $bad_start, 0, 1, 1, "bad start, forward 1 from 0" ],
1213 …[ $bad_start, 0, $utf_ch_len-1, $utf_ch_len-1, "bad start, forward ch_len-1 from 0" …
1214 … [ $bad_start, 0, $utf_ch_len, $utf_ch_len*2-1, "bad start, forward ch_len from 0" ],
1215 …[ $bad_start, $utf_ch_len-1, -1, 0, "bad start, back 1 from first start by…
1216 …[ $bad_start, $utf_ch_len-2, -1, 0, "bad start, back 1 from before first s…
1217 [ $bad_start, 0, -1, 0, "bad start, back 1 from 0" ],
1218 [ $bad_start, length $bad_start, -10, 0, "bad start, back 10 from end" ],
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/t/
H A Dutf8.t1194 my $bad_start = substr($utf, 1);
1212 [ $bad_start, 0, 1, 1, "bad start, forward 1 from 0" ],
1213 …[ $bad_start, 0, $utf_ch_len-1, $utf_ch_len-1, "bad start, forward ch_len-1 from 0" …
1214 … [ $bad_start, 0, $utf_ch_len, $utf_ch_len*2-1, "bad start, forward ch_len from 0" ],
1215 …[ $bad_start, $utf_ch_len-1, -1, 0, "bad start, back 1 from first start by…
1216 …[ $bad_start, $utf_ch_len-2, -1, 0, "bad start, back 1 from before first s…
1217 [ $bad_start, 0, -1, 0, "bad start, back 1 from 0" ],
1218 [ $bad_start, length $bad_start, -10, 0, "bad start, back 10 from end" ],
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/ktest/
H A Dconfig-bisect.pl697 my $bad_start = expand_path $ARGV[1];
700 my $bad = "$bad_start.tmp";
714 if ( ! -f $bad_start ) {
715 die "$bad_start not found\n";
735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/ktest/
H A Dconfig-bisect.pl697 my $bad_start = expand_path $ARGV[1];
700 my $bad = "$bad_start.tmp";
714 if ( ! -f $bad_start ) {
715 die "$bad_start not found\n";
735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/ktest/
H A Dconfig-bisect.pl697 my $bad_start = expand_path $ARGV[1];
700 my $bad = "$bad_start.tmp";
714 if ( ! -f $bad_start ) {
715 die "$bad_start not found\n";
735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";
/dports/textproc/rnv/rnv-1.7.11/
H A Drnd.c207 static int bad_start(int p) { in bad_start() function
219 return bad_start(p1)||bad_start(p2); in bad_start()
354 if(bad_start(flat[0])) error(RND_ER_BADSTART); in paths()
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Drange-test.c204 int bad_start, int bad_end, in request_semi_invalid_range() argument
213 ranges[1].start = bad_start; in request_semi_invalid_range()
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Drange-test.c211 int bad_start, int bad_end, in request_semi_invalid_range() argument
220 ranges[1].start = bad_start; in request_semi_invalid_range()
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_threads.py434 def bad_start(self, *args): function
437 monkeypatch.setattr(_core._thread_cache.ThreadCache, "start_thread_soon", bad_start)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A Dether1.c258 int bad_start = 0; in ether1_ramtest() local
278 bad_start = i; in ether1_ramtest()
282 if (bad_start == i - 1) in ether1_ramtest()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A Dether1.c258 int bad_start = 0; in ether1_ramtest() local
278 bad_start = i; in ether1_ramtest()
282 if (bad_start == i - 1) in ether1_ramtest()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A Dether1.c258 int bad_start = 0; in ether1_ramtest() local
278 bad_start = i; in ether1_ramtest()
282 if (bad_start == i - 1) in ether1_ramtest()
/dports/lang/cython/Cython-0.29.24/tests/memoryview/
H A Derror_declarations.pyx17 cdef signed char[1::] bad_start
/dports/lang/cython-devel/cython-2b1e743/tests/memoryview/
H A Derror_declarations.pyx17 cdef signed char[1::] bad_start
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dcdregion_validator.cpp259 …topErrorMessage(const CSeq_feat& feat, size_t internal_stop_count, bool bad_start, char transl_sta… in GetInternalStopErrorMessage() argument
265 if (bad_start) { in GetInternalStopErrorMessage()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dfta_src.cpp2860 bool bad_start; in ParsePcrPrimers() local
2896 for(comma = false, bad_start = false, p = &val_buf[0]; *p != '\0';) in ParsePcrPrimers()
2906 bad_start = true; in ParsePcrPrimers()
3070 if(bad_start) in ParsePcrPrimers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/
H A Dautopep8.py3374 for bad_start in ['.', '%', '+', '-', '/']:
3375 if current_line.startswith(bad_start):
3379 if current_line == bad_start:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/
H A Dautopep8.py3486 for bad_start in ['.', '%', '+', '-', '/']:
3487 if current_line.startswith(bad_start):
3491 if current_line == bad_start:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/
H A Dautopep8.py3486 for bad_start in ['.', '%', '+', '-', '/']:
3487 if current_line.startswith(bad_start):
3491 if current_line == bad_start:
/dports/textproc/py-autopep8/autopep8-1.4.4/
H A Dautopep8.py3879 for bad_start in ['.', '%', '+', '-', '/']:
3880 if current_line.startswith(bad_start):
3884 if current_line == bad_start:
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/mnesia/test/
H A Dmnesia_test_lib.erl799 BadN = [{BadNode, Appl, bad_start} || BadNode <- BadStarters],

12