/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LEB128.h | 25 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 D | nested-tags.t | 12 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 D | warnings.t | 9 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 D | template-encoding.t | 6 use Test::More; 11 unless (eval { require Test::More::UTF8; 1; } ) {
|
H A D | author-pod-syntax.t | 12 use Test::More;
|
H A D | author-signature.t | 14 use Test::More;
|
H A D | inline-comment.t | 7 use Test::More tests => 2;
|
H A D | rt29928.t | 8 use Test::More tests => 2;
|
H A D | out.t | 9 use Test::More tests => 4;
|
H A D | error.t | 8 use Test::More tests => 6;
|
H A D | ofh.t | 8 use Test::More tests => 3;
|
H A D | safe3.t | 7 use Test::More;
|
H A D | strict.t | 8 use Test::More tests => 4;
|
H A D | preprocess.t | 8 use Test::More tests => 9;
|
H A D | broken.t | 6 use Test::More tests => 7;
|
H A D | exported.t | 8 use Test::More tests => 7;
|
H A D | delimiters.t | 8 use Test::More tests => 19;
|
/freebsd/sys/contrib/device-tree/Bindings/soundwire/ |
H A D | qcom,sdw.txt | 71 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 D | qcom,pm8xxx-keypad.txt | 28 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 D | DIEHash.cpp | 65 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 D | Test.pm | 13 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 D | cmdtab.c | 64 { "More", More, MSGLIST, 0, MMNDEL }, 65 { "Page", More, MSGLIST, 0, MMNDEL },
|
/freebsd/crypto/openssl/test/ |
H A D | README-dev.md | 64 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 D | README | 9 More information about logwatch is available from http://www.logwatch.org/
|
/freebsd/contrib/unbound/ |
H A D | README | 7 * More detailed README, README.svn, README.tests in doc directory
|