| /freebsd-14.2/contrib/libucl/src/ |
| H A D | ucl_schema.c | 310 double constraint, val; in ucl_schema_validate_number() local 317 if (constraint <= 0) { in ucl_schema_validate_number() 327 val, constraint, remainder (val, constraint)); in ucl_schema_validate_number() 340 if (val > constraint || (exclusive && val >= constraint)) { in ucl_schema_validate_number() 343 val, constraint); in ucl_schema_validate_number() 356 if (val < constraint || (exclusive && val <= constraint)) { in ucl_schema_validate_number() 359 val, constraint); in ucl_schema_validate_number() 376 int64_t constraint; in ucl_schema_validate_string() local 887 int64_t constraint, i; in ucl_schema_validate_values() local 895 if (i > constraint) { in ucl_schema_validate_values() [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | PROTOCOL.agent | 38 2. [email protected] key constraint extension 40 The key constraint extension supports destination- and forwarding path- 41 restricted keys. It may be attached as a constraint when keys or 46 constraint[] constraints 48 Where a constraint consists of: 66 will then record the constraint against the key. 73 3. SSH_AGENT_CONSTRAIN_MAXSIGN key constraint 75 This key constraint allows communication to an agent of the maximum 77 the constraint is: 84 3. [email protected] key constraint extension [all …]
|
| H A D | PROTOCOL.u2f | 260 with a new key constraint extension to encode a path to the middleware 261 library for the key. The format of this constraint extension would be: 267 This constraint-based approach does not present any compatibility
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ConstraintManager.h | 44 ConditionTruthVal(bool constraint) : Val(constraint) {} in ConditionTruthVal() argument
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | X509_STORE_CTX_get_error.pod | 228 =item B<X509_V_ERR_PATH_LENGTH_EXCEEDED: path length constraint exceeded> 291 proxy path length constraint exceeded> 293 Proxy path length constraint exceeded. 339 A name constraint violation occurred in the permitted subtrees. 343 A name constraint violation occurred in the excluded subtrees. 357 unsupported name constraint type> 359 An unsupported name constraint type was encountered. OpenSSL currently only 363 unsupported or invalid name constraint syntax> 365 The format of the name constraint is not recognised: for example an email
|
| H A D | OSSL_CRMF_MSG_set0_validity.pod | 46 which means no constraint for the respective field.
|
| H A D | BN_rand.pod | 49 If it is B<BN_RAND_TOP_ANY>, there is no constraint.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-idle.yaml | 40 The exit latency constraint in microsecond for the injected idle state 41 for the device. It is the latency constraint to apply when selecting an
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | symbol.h | 131 struct constraint_spec *constraint; member
|
| H A D | gen.c | 754 i.constraint = NULL; in define_type() 855 i.constraint = NULL; in define_type()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 30 // Syntax is any constraint on constructs that can appear somewhere. 38 // NodeType is also a syntax constraint: one node of this type.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | CaymanInstructions.td | 147 //Adding this constraint prevents this from happening. 174 // the same constraint as VTX_READ_32_eg, because the $src_gpr.ptr and $dst
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.h | 89 ConstraintKind constraint = ConstraintKind::NoConstraint; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 405 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption, in TrackConstraintBRVisitor() argument 407 : Message(Message), Constraint(constraint), Assumption(assumption) {} in TrackConstraintBRVisitor()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 18 "Use constraint tracking of concrete value ranges",
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | README-HS20 | 185 # matching dNSName is found, this constraint is met. If no dNSName 186 # values are present, this constraint is matched against SubjectName CN 283 # bandwidth that is preferred for the credential. This constraint is 295 # BSS Load or if the limit would prevent any connection, this constraint 302 # Capability ANQP element). This constraint is ignored if the AP does not 303 # advertise Connection Capability or if this constraint would prevent any
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 2050 defvar constraint = "@earlyclobber $rd"; 2088 defvar constraint = "@earlyclobber $rd"; 3311 defvar constraint = "@earlyclobber $rd"; 3317 defvar constraint = "@earlyclobber $rd"; 3324 defvar constraint = "@earlyclobber $rd"; 3330 defvar constraint = "@earlyclobber $rd"; 3336 defvar constraint = "@earlyclobber $rd"; 3713 defvar constraint = "@earlyclobber $rd"; 3722 defvar constraint = "@earlyclobber $rd"; 3731 defvar constraint = "@earlyclobber $rd"; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 130 const char *constraint) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 90 const char *constraint) const override;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | rohm,bd99954.yaml | 16 secondary battery intended to be used in space-constraint equipment such
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_main.c | 216 policy.constraint = (uint32_t)(10 * clock2abs); in move_pthread_to_realtime_scheduling_class()
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | evp_keymgmt_util_export_to_provider.pod | 71 constraint the information requested on export. It is also used in the cache
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | regress_main.c | 216 policy.constraint = (uint32_t)(10 * clock2abs); in move_pthread_to_realtime_scheduling_class()
|
| /freebsd-14.2/contrib/libcbor/doc/source/ |
| H A D | development.rst | 51 **Why?** Because any constraint imposed on libcbor has to be enforced
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/i3c/ |
| H A D | i3c.txt | 39 New constraint on existing properties:
|