Home
last modified time | relevance | path

Searched refs:nonzero (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/lib/libc/amd64/string/
H A Dtimingsafe_memcmp.S70 or %eax, %ecx # nonzero if not equal
85 or %edi, %ecx # nonzero if not equal
100 or %rdi, %rcx # nonzero if not equal
140 or %r10, %r8 # nonzero if not equal
H A Dtimingsafe_bcmp.S85 setnz %al # ensure EAX nonzero even if only
175 setnz %al # ensure EAX nonzero even if only
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibroute.c97 unsigned i, chunk, bit, nonzero = 0; in dump_mlid() local
105 nonzero++; in dump_mlid()
112 if (!nonzero && !dump_all) { in dump_mlid()
124 nonzero++; in dump_mlid()
128 if (!nonzero && !dump_all) { in dump_mlid()
H A Ddump_fts.c72 unsigned i, chunk, bit, nonzero = 0; in dump_mlid() local
80 nonzero++; in dump_mlid()
87 if (!nonzero && !dump_all) { in dump_mlid()
99 nonzero++; in dump_mlid()
103 if (!nonzero && !dump_all) { in dump_mlid()
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_memcmp.pod22 CRYPTO_memcmp() returns 0 if the memory regions are equal and nonzero
28 as the return value when they differ is undefined, other than being nonzero.
H A DASN1_TYPE_get.pod36 they are identical and nonzero otherwise.
66 value under BER can have any nonzero encoding but ASN1_TYPE_cmp() will
70 return value is nonzero. Technically if both parameters are NULL the two
84 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
H A DPKCS12_item_decrypt_d2i.pod36 password I<pass> of length I<passlen>. If I<zbuf> is nonzero then the output
41 I<passlen>, returning an encoded object in I<obj>. If I<zbuf> is nonzero then
H A DX509_ALGOR_dup.pod38 encodings and nonzero otherwise.
53 nonzero otherwise.
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod52 length B<cookie_len>. A nonzero return value from verify_stateless_cookie_cb()
67 pointed to by B<cookie> and is of length B<cookie_len>. A nonzero return value
H A DOSSL_ESS_check_signing_certs.pod32 If I<set_issuer_serial> is nonzero then also the issuer and serial number
42 If I<require_signing_cert> is nonzero, I<ss> or I<ssv2> must not be NULL.
H A DOSSL_HTTP_parse_url.pod39 environment variable, or from C<https_proxy> if I<use_ssl> is nonzero.
42 environment variable, or from C<HTTPS_PROXY> if I<use_ssl> is nonzero.
H A DX509_check_ca.pod30 Actually, any nonzero value means that this certificate could have been
H A DUI_UTIL_read_pw.pod24 If B<verify> is nonzero, the password will be verified as well.
H A DBIO_get_data.pod28 whether initialisation has been completed for this BIO or not. A nonzero value
H A DX509_check_purpose.pod16 represented by I<id>. If I<ca> is nonzero, then certificate I<x> is
H A DOCSP_cert_to_id.pod55 OCSP_id_cmp() and OCSP_id_issuer_cmp() returns zero for a match and nonzero
H A DOSSL_HTTP_REQ_CTX.pod95 nonzero the function must be used before calling OSSL_HTTP_REQ_CTX_set1_req().
99 If the I<asn1> parameter is nonzero a structure in ASN.1 encoding will be
180 to send further requests and OSSL_HTTP_is_alive() returns nonzero,
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc24 UBSAN_CHECK(NullptrWithNonZeroOffset, "nullptr-with-nonzero-offset",
26 UBSAN_CHECK(NullptrAfterNonZeroOffset, "nullptr-after-nonzero-offset",
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod77 is B<rejected> and I<unprotectedErrors> is nonzero.
124 and I<unprotectedErrors> is nonzero.
149 The function does not protect the message if I<unprotectedErrors> is nonzero.
H A Dossl_provider_new.pod190 provider. If I<activate> is nonzero then the parent provider is also activated.
193 provider. If I<deactivate> is nonzero then the parent provider is also
221 If I<upcalls> is nonzero then, if this is a child provider, upcalls to the
222 parent libctx will be made to inform it of an up-ref. If I<aschild> is nonzero
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros35 Shifts `a' right by the number of bits given in `count'. If any nonzero
39 result will be either 0 or 1, depending on whether `a' is zero or nonzero.
62 Shifts `a' right by the number of bits given in `count'. If any nonzero
66 result will be either 0 or 1, depending on whether `a' is zero or nonzero.
91 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The
170 number of bits given in `count'. If any nonzero bits are shifted off, they
175 nonzero. The result is broken into two 64-bit pieces which are stored at
215 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros34 Shifts `a' right by the number of bits given in `count'. If any nonzero
38 result will be either 0 or 1, depending on whether `a' is zero or nonzero.
95 number of bits given in `count'. If any nonzero bits are shifted off, they
100 nonzero. The result is broken into two 32-bit pieces which are stored at
140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rand.pod.in27 Otherwise, the command will fail with a nonzero error code.
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod56 A nonzero value (the default) uses the derivation function. A zero value
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg221 # .out files are NOT created if nonzero specified, you must run ifpack

12345