/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
H A D | sized-enum.c | 2 enum Normal { enum 23 enum Normal normal[3]; in main() 30 normal[i] = (enum Normal) i; in main()
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 39 Normal, enumerator 52 ModuleLoadResult(Module *M) : Storage(M, Normal) {} in ModuleLoadResult() 57 return Storage.getInt() == Normal && Storage.getPointer(); 64 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util.h | 41 Normal, enumerator 46 Spin = Normal 50 explicit UserMutex(Type type = Normal);
|
H A D | tsan_test_util_posix.cpp | 101 if (type_ == Normal) in Init() 115 CHECK(type_ == Normal); in StaticInit() 124 if (type_ == Normal) in Destroy() 136 if (type_ == Normal) in Lock() 148 if (type_ == Normal) in TryLock() 161 if (type_ == Normal) in Unlock()
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 24 Normal, enumerator 169 CompletionMode mode = CompletionMode::Normal) { 179 template <CompletionMode M = CompletionMode::Normal>
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64SMEAttributes.h | 30 Normal = 0, enumerator 40 SMEAttrs(unsigned Mask = Normal) : Bitmask(0) { set(Mask); }
|
/openbsd/regress/usr.bin/mandoc/man/TP/ |
H A D | spacing.out_ascii | 7 Normal text. 37 Normal text.
|
/openbsd/regress/usr.bin/mandoc/man/IP/ |
H A D | spacing.out_ascii | 7 Normal text. 35 Normal text.
|
/openbsd/regress/usr.bin/mandoc/man/HP/ |
H A D | spacing.out_ascii | 7 Normal text. 52 Normal text.
|
H A D | vert.out_ascii | 15 Normal text.
|
/openbsd/regress/usr.bin/mandoc/mdoc/Ns/ |
H A D | punct.out_markdown | 9 Normal words:
|
H A D | punct.out_ascii | 7 Normal words: nons no Opening punctuation: no(ns no Closing punctuation:
|
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/ |
H A D | htmldir2.pod | 7 Normal text, a L<link> to nowhere,
|
H A D | htmldir3.pod | 7 Normal text, a L<link> to nowhere,
|
H A D | htmldir4.pod | 7 Normal text, a L<link> to nowhere,
|
H A D | htmldir5.pod | 7 Normal text, a L<link> to nowhere,
|
H A D | htmldir1.pod | 9 Normal text, a L<link> to nowhere,
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/ |
H A D | error-normal | 2 Normal error handling
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
H A D | error-normal | 2 Normal error handling
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 47 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument 55 if (Normal) in applyTemplateHighlighting() 62 Normal = !Normal; in applyTemplateHighlighting() 742 bool Normal = true; in printDiagnosticMessage() local 743 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage() 744 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 98 Normal testVariant = 0 const 2730 {"DSA", "dsa_*test.json", Normal}, 2732 {"ECDH", "ecdh_test.json", Normal}, 2733 {"ECDH", "ecdh_[^w_]*_test.json", Normal}, 2736 {"ECDSA", "ecdsa_test.json", Normal}, 2740 {"EDDSA", "eddsa_test.json", Normal}, 2742 {"HKDF", "hkdf_sha*_test.json", Normal}, 2743 {"HMAC", "hmac_sha*_test.json", Normal}, 2745 {"KW", "kw_test.json", Normal}, 2747 {"RSA", "rsa_*test.json", Normal}, [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRCallingConv.td | 9 // Normal functions use a special calling convention, solved in code.
|
/openbsd/usr.bin/file/magdir/ |
H A D | frame | 10 # Normal format which would be application/vnd.framemaker.
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.h | 31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VECustomDAG.cpp | 35 return MVT::getVectorVT(ElemVT, P == Packing::Normal ? StandardVectorWidth in getLegalVectorType() 41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking() 514 NewMask = getConstantMask(Packing::Normal, true); in getTargetSplitMask()
|