Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 196) sorted by relevance

12345678

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dsized-enum.c2 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 DModuleLoader.h39 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 Dtsan_test_util.h41 Normal, enumerator
46 Spin = Normal
50 explicit UserMutex(Type type = Normal);
H A Dtsan_test_util_posix.cpp101 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 DCompletionRequest.h24 Normal, enumerator
169 CompletionMode mode = CompletionMode::Normal) {
179 template <CompletionMode M = CompletionMode::Normal>
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h30 Normal = 0, enumerator
40 SMEAttrs(unsigned Mask = Normal) : Bitmask(0) { set(Mask); }
/openbsd/regress/usr.bin/mandoc/man/TP/
H A Dspacing.out_ascii7 Normal text.
37 Normal text.
/openbsd/regress/usr.bin/mandoc/man/IP/
H A Dspacing.out_ascii7 Normal text.
35 Normal text.
/openbsd/regress/usr.bin/mandoc/man/HP/
H A Dspacing.out_ascii7 Normal text.
52 Normal text.
H A Dvert.out_ascii15 Normal text.
/openbsd/regress/usr.bin/mandoc/mdoc/Ns/
H A Dpunct.out_markdown9 Normal words:
H A Dpunct.out_ascii7 Normal words: nons no Opening punctuation: no(ns no Closing punctuation:
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmldir2.pod7 Normal text, a L<link> to nowhere,
H A Dhtmldir3.pod7 Normal text, a L<link> to nowhere,
H A Dhtmldir4.pod7 Normal text, a L<link> to nowhere,
H A Dhtmldir5.pod7 Normal text, a L<link> to nowhere,
H A Dhtmldir1.pod9 Normal text, a L<link> to nowhere,
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/
H A Derror-normal2 Normal error handling
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Derror-normal2 Normal error handling
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DTextDiagnostic.cpp47 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 Dwycheproof.go98 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 DAVRCallingConv.td9 // Normal functions use a special calling convention, solved in code.
/openbsd/usr.bin/file/magdir/
H A Dframe10 # Normal format which would be application/vnd.framemaker.
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVECustomDAG.cpp35 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()

12345678