Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/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);
/freebsd/crypto/openssl/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;
/freebsd/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt71 More info in MIPI Alliance SoundWire 1.0 Specifications.
80 More info in MIPI Alliance SoundWire 1.0 Specifications.
90 More info in MIPI Alliance SoundWire 1.0 Specifications.
98 More info in MIPI Alliance SoundWire 1.0 Specifications.
109 More info in MIPI Alliance SoundWire 1.0 Specifications.
119 More info in MIPI Alliance SoundWire 1.0 Specifications.
129 More info in MIPI Alliance SoundWire 1.0 Specifications.
140 More info in MIPI Alliance SoundWire 1.0 Specifications.
151 More info in MIPI Alliance SoundWire 1.0 Specifications.
163 More info in MIPI Alliance SoundWire 1.0 Specifications.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dqcom,pm8xxx-keypad.txt28 Definition: the linux keymap. More information can be found in
45 Definition: number of rows in the keymap. More information can be found
51 Definition: number of columns in the keymap. More information can be
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/
H A DRRA.pm32 require Test::More;
33 Test::More->import();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp65 bool More; in addSLEB128() local
69 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128()
71 if (More) in addSLEB128()
74 } while (More); in addSLEB128()
/freebsd/usr.bin/mail/
H A Dcmdtab.c64 { "More", More, MSGLIST, 0, MMNDEL },
65 { "Page", More, MSGLIST, 0, MMNDEL },
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm14 use Test::More 0.96;
20 @EXPORT = (@Test::More::EXPORT, qw(setup run indir cmd app fuzz test
22 @EXPORT_OK = (@Test::More::EXPORT_OK, qw(bldtop_dir bldtop_file
525 my $tb = Test::More->builder;
1322 Test::More::subtest @_;
/freebsd/contrib/pam-krb5/tests/docs/
H A Dpod-spelling-t42 use Test::More;
H A Dpod-t43 use Test::More;
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/
H A DConfig.pm17 use Test::More;
/freebsd/crypto/openssl/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

1234567891011