Home
last modified time | relevance | path

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

12345678910>>...31

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLEB128.h25 bool More; variable
31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
34 if (More || Count < PadTo)
37 } while (More);
55 bool More; variable
60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
63 if (More || Count < PadTo)
66 } while (More);
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dnested-tags.t12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) {
13 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing');
16 Test::More->import;
H A Dwarnings.t9 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) {
10 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing');
13 Test::More->import;
H A Dtemplate-encoding.t6 use Test::More;
11 unless (eval { require Test::More::UTF8; 1; } ) {
H A Dauthor-pod-syntax.t12 use Test::More;
H A Dauthor-signature.t14 use Test::More;
H A Dinline-comment.t7 use Test::More tests => 2;
H A Drt29928.t8 use Test::More tests => 2;
H A Dout.t9 use Test::More tests => 4;
H A Derror.t8 use Test::More tests => 6;
H A Dofh.t8 use Test::More tests => 3;
H A Dsafe3.t7 use Test::More;
H A Dstrict.t8 use Test::More tests => 4;
H A Dpreprocess.t8 use Test::More tests => 9;
H A Dbroken.t6 use Test::More tests => 7;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp66 bool More; in addSLEB128() local
70 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128()
72 if (More) in addSLEB128()
75 } while (More); in addSLEB128()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm13 use Test::More 0.96;
19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test
21 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file
514 my $tb = Test::More->builder;
1212 Test::More::subtest @_;
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A DREADME9 do some additions in test/Makefile. More on this later.
59 For more complex tests, you will need to read up on Test::More and
60 OpenSSL::Test. Test::More is normally preinstalled, do `man Test::More' for
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DTest.pm13 use Test::More 0.96;
19 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test
21 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file
524 my $tb = Test::More->builder;
1296 Test::More::subtest @_;
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-changes.sdf45 H3: More sophisticated Syncrepl configurations
49 H3: More extensive TLS configuration control
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A DREADME-dev.md64 For more complex tests, you will need to read up on Test::More and
65 OpenSSL::Test. Test::More is normally preinstalled, do `man Test::More` for
/netbsd-src/external/bsd/ipf/dist/
H A Dtodo37 * More examples
38 * More documentation
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr2-fpu.s27 #TODO: More tests?
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A Dindex.rst46 More information on the design and implementation of GlobalISel can be found in
58 More information on specific passes can be found in the following sections:
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ddh2048.pem10 These are the 2048-bit DH parameters from "More Modular Exponential

12345678910>>...31