Home
last modified time | relevance | path

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

123456789

/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;
H A Dexported.t8 use Test::More tests => 7;
H A Ddelimiters.t8 use Test::More tests => 19;
/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/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/crypto/openssl/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 @_;
/freebsd/usr.bin/mail/
H A Dcmdtab.c64 { "More", More, MSGLIST, 0, MMNDEL },
65 { "Page", More, MSGLIST, 0, MMNDEL },
/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
/freebsd/contrib/wpa/hostapd/logwatch/
H A DREADME9 More information about logwatch is available from http://www.logwatch.org/
/freebsd/contrib/unbound/
H A DREADME7 * More detailed README, README.svn, README.tests in doc directory

123456789