Home
last modified time | relevance | path

Searched full:safety (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h1 //===- StackSafetyAnalysis.h - Stack memory safety analysis -----*- C++ -*-===//
9 // Stack Safety Analysis detects allocas and arguments with safe access.
25 /// Interface to access stack safety analysis results for single function.
127 /// This pass performs the global (interprocedural) stack safety analysis (new
150 /// This pass performs the global (interprocedural) stack safety analysis
H A DMustExecute.h46 /// Captures loop safety information.
88 /// Computes safety information for a loop checks loop body & header for
90 /// as argument. Updates safety information in LoopSafetyInfo argument.
161 /// Inform the safety info that we are planning to insert a new instruction
166 /// Inform safety info that we are planning to remove the instruction \p Inst
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh55 exclude EXFAIL common/safety/tst.copyin2.d
56 exclude EXFAIL common/safety/tst.msgdsize.d
57 exclude EXFAIL common/safety/tst.msgsize.d
121 exclude EXFAIL common/safety/tst.vahole.d
174 exclude SKIP common/safety/tst.rw.d
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rtmv20-regulator.yaml79 description: Eye safety function pulse width limit in microsecond.
85 description: Eye safety function load current limit in microamp.
117 description: Eye safety function enable control.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBoundsSafety.cpp1 //===-- SemaBoundsSafety.cpp - Bounds Safety specific routines-*- C++ -*---===//
9 /// This file declares semantic analysis functions specific to `-fbounds-safety`
10 /// (Bounds Safety) and also its attributes when used without `-fbounds-safety`
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod5 openssl-threads - Overview of thread safety in OpenSSL
59 Another instance of thread-safety is when updates to an object's
72 For implicit global state or singletons, thread-safety depends on the facility.
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dti,j721e-esm.yaml15 that allows handling of safety events somewhat similar to what interrupt
16 controller would do. The safety signals have their separate paths within
/freebsd/lib/libc/include/
H A Dreentrant.h44 * safety.
49 * One approach for thread safety is to provide discrete versions of the
61 * support for thread safety completely if the target environment does
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt46 Description: Maximum charge current; May be clamped to safety limits.
60 voltage. May be clamped to safety limits.
106 the JEITA safety guidelines if this flag is set.
H A Dact8945a-charger.txt18 Specifies the charger's PRECONDITION safety timer setting value;
22 Specifies the charger's total safety timer setting value;
H A Dqcom,pm8941-charger.yaml47 description: Maximum charge current in uA; May be clamped to safety limits; Defaults to 1A
64 May be clamped to safety limits.
117 be done externally to fully comply with the JEITA safety guidelines if this flag
H A Dactive-semi,act8945a-charger.yaml40 Specifies the charger's PRECONDITION safety timer setting value in minutes.
48 Specifies the charger's total safety timer setting value in hours;
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4574 AC_DEFINE([REENTRANT], [1], [enable thread safety])
575 AC_DEFINE([_REENTRANT], [1], [enable thread safety])
576 AC_DEFINE([THREAD_SAFE], [1], [enable thread safety])
577 AC_DEFINE([_THREAD_SAFE], [1], [enable thread safety])
578 AC_DEFINE([THREADSAFE], [1], [enable thread safety])
579 AC_DEFINE([_THREADSAFE], [1], [enable thread safety])
580 AC_DEFINE([_SGI_MP_SOURCE], [1], [enable thread safety])
/freebsd/usr.sbin/ntp/libntpevent/event2/
H A Devent-config.h525 /* enable thread safety */
558 /* enable thread safety */
561 /* enable thread safety */
586 /* enable thread safety */
589 /* enable thread safety */
592 /* enable thread safety */
595 /* enable thread safety */
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_preamble.h162 * Are extra safety checks enabled; things like checking the size of sized
170 * This lets us only guard safety checks by one flag instead of two; fast
/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c15 * most of the compressed data. There must be enough safety margin to
18 * The safety margin for XZ with LZMA2 or BCJ+LZMA2 is calculated below.
48 * safety margin for LZMA2.
73 * Now we have enough information to calculate the safety margin. We need
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp34 // Since we have no exact knowledge of code layout, allow some safety buffer
37 BranchRelaxSafetyBuffer("branch-relax-safety-buffer", cl::init(200),
38 cl::Hidden, cl::desc("safety buffer size"));
/freebsd/secure/lib/libcrypto/man/man7/
H A Dopenssl-threads.7140 openssl\-threads \- Overview of thread safety in OpenSSL
193 Another instance of thread-safety is when updates to an object's
206 For implicit global state or singletons, thread-safety depends on the facility.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1 //===- StackSafetyAnalysis.cpp - Stack memory safety analysis -------------===//
38 #define DEBUG_TYPE "stack-safety"
62 static cl::opt<int> StackSafetyMaxIterations("stack-safety-max-iterations",
65 static cl::opt<bool> StackSafetyPrint("stack-safety-print", cl::init(false),
68 static cl::opt<bool> StackSafetyRun("stack-safety-run", cl::init(false),
1045 OS << "'Stack Safety Local Analysis' for function '" << F.getName() << "'\n"; in run()
1087 OS << "'Stack Safety Analysis' for module '" << M.getName() << "'\n"; in run()
1213 static const char LocalPassArg[] = "stack-safety-local";
1214 static const char LocalPassName[] = "Stack Safety Local Analysis";
1221 static const char GlobalPassName[] = "Stack Safety Analysi
[all...]
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in784 /* enable thread safety */
839 /* enable thread safety */
842 /* enable thread safety */
978 /* enable thread safety */
981 /* enable thread safety */
984 /* enable thread safety */
987 /* enable thread safety */
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dac14xx.dts45 0x5 0x0 0xe0400000 0x00010000 /* CS5: safety */
125 safety@5,0 {
126 compatible = "ifm,safety";
/freebsd/contrib/ldns/compat/
H A Dgmtime_r.c11 /* no thread safety. */ in gmtime_r()
H A Dlocaltime_r.c11 /* no thread safety. */ in localtime_r()
H A Dctime_r.c11 /* no thread safety. */ in ctime_r()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1029 def TypeSafety : DiagGroup<"type-safety">;
1112 // Thread Safety warnings
1113 def ThreadSafetyAttributes : DiagGroup<"thread-safety-attributes">;
1114 def ThreadSafetyAnalysis : DiagGroup<"thread-safety-analysis">;
1115 def ThreadSafetyPrecise : DiagGroup<"thread-safety-precise">;
1116 def ThreadSafetyReferenceReturn : DiagGroup<"thread-safety-reference-return">;
1117 def ThreadSafetyReference : DiagGroup<"thread-safety-reference",
1119 def ThreadSafetyNegative : DiagGroup<"thread-safety-negative">;
1120 def ThreadSafety : DiagGroup<"thread-safety",
1125 def ThreadSafetyVerbose : DiagGroup<"thread-safety-verbose">;
[all …]

12345678910>>...20