| /freebsd/crypto/openssl/doc/designs/quic-design/images/ |
| H A D | quic-concurrency-models.svg | 1 …nonzero;stroke:none" transform="scale(.95973)" clip-path="url(#a)"/><path d="M481.5.5h3v1h-3zm6 0h…
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | timingsafe_memcmp.S | 70 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 D | timingsafe_bcmp.S | 85 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 D | ibroute.c | 97 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 D | dump_fts.c | 72 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 D | CRYPTO_memcmp.pod | 22 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 D | ASN1_TYPE_get.pod | 36 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 D | OSSL_LIB_CTX_set_conf_diagnostics.pod | 18 diagnostics flag. If I<value> is nonzero subsequent parsing and application 34 should not be performed, nonzero otherwise.
|
| H A D | PKCS12_item_decrypt_d2i.pod | 36 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 D | X509_ALGOR_dup.pod | 42 encodings and nonzero otherwise. 57 nonzero otherwise.
|
| H A D | SSL_CTX_set_stateless_cookie_generate_cb.pod | 52 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 D | OSSL_ESS_check_signing_certs.pod | 32 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 D | X509_check_ca.pod | 30 Actually, any nonzero value means that this certificate could have been
|
| H A D | OSSL_HTTP_parse_url.pod | 39 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 D | SSL_poll.pod | 177 output the number of entries in the array which have nonzero I<revents> fields 349 the array with nonzero I<revents> fields, even if the SSL_poll() call returns 356 It is possible for I<result_count> to be written as a nonzero value if the 384 If SSL_poll() returns 1 and I<result_count> is nonzero, that many events were 394 If SSL_poll() returns 0 and I<result_count> is nonzero, inspect the I<items>
|
| H A D | UI_UTIL_read_pw.pod | 24 If B<verify> is nonzero, the password will be verified as well.
|
| H A D | BIO_get_data.pod | 28 whether initialisation has been completed for this BIO or not. A nonzero value
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_checks.inc | 24 UBSAN_CHECK(NullptrWithNonZeroOffset, "nullptr-with-nonzero-offset", 26 UBSAN_CHECK(NullptrAfterNonZeroOffset, "nullptr-after-nonzero-offset",
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | ossl_cmp_certreq_new.pod | 77 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 D | DEFINE_LIST_OF.pod | 65 B<ossl_list_I<TYPE>_is_empty>() returns nonzero if I<list> has no elements and 95 B<ossl_list_I<TYPE>_is_empty>() returns nonzero if the list is empty and zero
|
| /freebsd/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 35 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 D | softfloat-macros | 34 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/krb5/src/util/ |
| H A D | t_enum.pm | 40 * int init() -> returns nonzero on alloc failure
|
| H A D | t_array.pm | 32 * int init() -> nonzero if fail initial allocation
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-rand.pod.in | 35 Otherwise, the command will fail with a nonzero error code.
|