Home
last modified time | relevance | path

Searched refs:constraint (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/libucl/src/
H A Ducl_schema.c310 double constraint, val; in ucl_schema_validate_number() local
316 constraint = ucl_object_todouble (elt); in ucl_schema_validate_number()
317 if (constraint <= 0) { in ucl_schema_validate_number()
324 if (fabs (remainder (val, constraint)) > alpha) { in ucl_schema_validate_number()
327 val, constraint, remainder (val, constraint)); in ucl_schema_validate_number()
334 constraint = ucl_object_todouble (elt); 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()
350 constraint = ucl_object_todouble (elt); in ucl_schema_validate_number()
356 if (val < constraint || (exclusive && val <= constraint)) { in ucl_schema_validate_number()
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.agent38 2. restrict-destination-v00@openssh.com 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:
69 will then record the constraint against the key.
76 3. SSH_AGENT_CONSTRAIN_MAXSIGN key constraint
78 This key constraint allows communication to an agent of the maximum
80 the constraint is:
87 3. associated-certs-v00@openssh.com key constraint extension
[all …]
H A DPROTOCOL.u2f260 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/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_get_error.pod228 =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 DOSSL_CRMF_MSG_set0_validity.pod46 which means no constraint for the respective field.
H A DBN_rand.pod49 If it is B<BN_RAND_TOP_ANY>, there is no constraint.
H A DSSL_CTX_set_client_cert_cb.pod50 server. This constraint is violated by the default behavior of the OpenSSL
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DSyntax.td30 // Syntax is any constraint on constructs that can appear somewhere.
38 // NodeType is also a syntax constraint: one node of this type.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td1436 // is tied to the destination so we can workaround the earlyclobber constraint.
2021 defvar constraint = "@earlyclobber $rd";
2025 def "_M_" # mti.BX : VPseudoUnaryNoMaskNoPolicy<VR, VR, constraint>,
2029 def "_M_" # mti.BX # "_MASK" : VPseudoUnaryMask<VR, VR, constraint>,
2060 defvar constraint = "@earlyclobber $rd";
2064 def "_" # mx : VPseudoUnaryNoMask<m.vrclass, VR, constraint>,
2067 def "_" # mx # "_MASK" : VPseudoUnaryMask<m.vrclass, VR, constraint>,
2214 defvar constraint = "@earlyclobber $rd";
2228 constraint, e>,
2655 defvar constraint
[all...]
/freebsd/crypto/heimdal/lib/asn1/
H A Dsymbol.h131 struct constraint_spec *constraint;
127 struct constraint_spec *constraint; global() member
H A Dgen.c754 i.constraint = NULL; in define_type()
855 i.constraint = NULL; in define_type()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DCaymanInstructions.td147 //Adding this constraint prevents this from happening.
174 // the same constraint as VTX_READ_32_eg, because the $src_gpr.ptr and $dst
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h95 ConstraintKind constraint = ConstraintKind::NoConstraint; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h406 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption, in TrackConstraintBRVisitor() argument
408 : Message(Message), Constraint(constraint), Assumption(assumption) {} in TrackConstraintBRVisitor()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def18 "Use constraint tracking of concrete value ranges",
H A DAnalyzerOptions.def184 "constraint manager backend.",
408 "The maximum complexity of symbolic constraint.", 35)
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20185 # 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/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h130 const char *constraint) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h90 const char *constraint) const override;
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c216 policy.constraint = (uint32_t)(10 * clock2abs); in move_pthread_to_realtime_scheduling_class()
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod71 constraint the information requested on export. It is also used in the cache
/freebsd/contrib/libevent/test/
H A Dregress_main.c216 policy.constraint = (uint32_t)(10 * clock2abs); in move_pthread_to_realtime_scheduling_class()
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst51 **Why?** Because any constraint imposed on libcbor has to be enforced
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt39 New constraint on existing properties:
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrCDE.td96 string Cstr; // asm constraint string
107 string Cstr; // asm constraint string

1234