Home
last modified time | relevance | path

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

1234

/NextBSD/sys/gnu/dts/arm/
HDexynos4412-origen.dts238 op_mode = <1>; /* Normal Mode */
246 op_mode = <1>; /* Normal Mode */
254 op_mode = <1>; /* Normal Mode */
262 op_mode = <1>; /* Normal Mode */
270 op_mode = <1>; /* Normal Mode */
278 op_mode = <1>; /* Normal Mode */
286 op_mode = <1>; /* Normal Mode */
294 op_mode = <1>; /* Normal Mode */
302 op_mode = <1>; /* Normal Mode */
310 op_mode = <1>; /* Normal Mode */
[all …]
/NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/
HDtsan_test_util_linux.cc107 if (type_ == Normal) in Init()
119 CHECK(type_ == Normal); in StaticInit()
128 if (type_ == Normal) in Destroy()
138 if (type_ == Normal) in Lock()
148 if (type_ == Normal) in TryLock()
159 if (type_ == Normal) in Unlock()
HDtsan_test_util.h34 enum Type { Normal, Spin, RW }; enumerator
36 explicit Mutex(Type type = Normal);
/NextBSD/usr.bin/migcom/
HDlexxer.l308 . { SAVE(Normal); RETURN(syError); }
315 SAVE(Normal);
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDTextDiagnostic.cpp47 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument
55 if (Normal) in applyTemplateHighlighting()
62 Normal = !Normal; in applyTemplateHighlighting()
757 bool Normal = true; in printDiagnosticMessage() local
758 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage()
759 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
/NextBSD/usr.sbin/bsdconfig/console/
HDrepeat127 "$msg_normal") repeat_rate_to_set="normal" ;; # "Normal" keyboard repeat rate
/NextBSD/contrib/file/magic/Magdir/
HDframe10 # Normal format which would be application/vnd.framemaker.
HDwindows100 >24 lelong&128 128 \b, Normal
HDlinux117 >>506 leshort 0xFFFF Normal VGA
/NextBSD/contrib/gdb/gdb/config/i386/
HDi386gnu.mh26 # Normal servers
/NextBSD/contrib/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrFormats.td23 // Normal instructions
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_cert_cb.pod57 Normal server sanity checks are performed on any certificates set
/NextBSD/usr.sbin/bsdconfig/console/include/
HDmessages.subr171 msg_normal="Normal"
172 msg_normal_desc="\"Normal\" keyboard repeat rate"
/NextBSD/contrib/ofed/management/doc/
HDdiagtools-proposal.txt13 -v enables verbose mode. Normal output includes LID, SMLID, port state,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp284 Normal, in getCurrentMangleNumberContext() enumerator
288 } Kind = Normal; in getCurrentMangleNumberContext()
313 case Normal: in getCurrentMangleNumberContext()
HDSemaType.cpp2078 ASM = ArrayType::Normal; in BuildArrayType()
2122 } else if (ASM != ArrayType::Normal || Quals != 0) in BuildArrayType()
3603 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
3609 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
3623 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
3645 ASM = ArrayType::Normal; in GetFullTypeForDeclarator()
/NextBSD/usr.bin/indent/
HDREADME10 Further additions to provide "Kernel Normal Form" were contributed
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h1696 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) { in SCFG()
1707 Entry(nullptr), Exit(nullptr), NumInstructions(0), Normal(false) { in SCFG()
1717 bool normal() const { return Normal; } in normal()
1781 bool Normal; variable
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDScanfFormatString.cpp433 if (CAT->getSizeModifier() == ArrayType::Normal) in fixType()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp398 Normal, enumerator
415 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr), IsLeak(isLeak) {} in MallocBugVisitor()
2622 if (Mode == Normal) { in VisitNode()
2660 Mode = Normal; in VisitNode()
/NextBSD/share/misc/
HDusb_hid_usages694 0xBE Track Normal
868 0x231 AC Normal View
1032 0x20 Normal
1644 0x104 Polarity Normal Bar Code
/NextBSD/contrib/binutils/bfd/doc/
HDbfdsumm.texi111 Normal global and simple local symbols are maintained on output, so an
/NextBSD/contrib/diff/doc/
HDdiff.texi508 * Normal:: Showing differences without surrounding text.
1052 @node Normal
1064 (@pxref{Unified Format}) are superior. Normal format is the default for
1070 * Example Normal:: Sample output in the normal format.
1071 * Detailed Normal:: A detailed description of normal output format.
1074 @node Example Normal
1075 @subsection An Example of Normal Format
1097 @node Detailed Normal
1098 @subsection Detailed Description of Normal Format
1101 each hunk shows one area where the files differ. Normal format hunks
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp1871 ArrayType::Normal, in CreateArrayType()
1878 ArrayType::Normal, in CreateArrayType()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1464 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitSingleRegion()
2325 ArrayType::Normal, /*IndexTypeQuals=*/0); in emitTaskCall()
2563 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitReduction()

1234