/third_party/mbedtls/tests/data_files/dir4/ |
D | Readme | 13 3. nonzero pathlen constraint on the root CA (invalid) 18 4. nonzero pathlen constraint on an intermediate CA (invalid) 23 5. nonzero pathlen constraint on an intermediate CA with maximum number of elements in the chain (v… 28 6. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid)
|
/third_party/ltp/testcases/network/lib6/ |
D | in6_02.c | 25 int nonzero; member 55 if (!TST_RET != !test_case[i].nonzero) { in if_nametoindex_test() 58 test_case[i].nonzero ? "non" : ""); in if_nametoindex_test()
|
/third_party/musl/src/math/ |
D | fma.c | 102 int nonzero = 1; in fma() local 117 nonzero = !!rhi; in fma() 121 if (nonzero) { in fma()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fma.c | 102 int nonzero = 1; in fma() local 117 nonzero = !!rhi; in fma() 121 if (nonzero) { in fma()
|
/third_party/python/Doc/c-api/ |
D | capsule.rst | 126 Return a nonzero value if the object is valid and matches the name passed in. 134 Return ``0`` on success. Return nonzero and set an exception on failure. 141 Return ``0`` on success. Return nonzero and set an exception on failure. 150 Return ``0`` on success. Return nonzero and set an exception on failure. 158 Return ``0`` on success. Return nonzero and set an exception on failure.
|
/third_party/openssl/doc/man3/ |
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.
|
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.
|
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
|
D | X509_ALGOR_dup.pod | 38 encodings and nonzero otherwise. 53 nonzero otherwise.
|
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
|
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.
|
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.
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | StrangeBob.inc | 44 "psubusb "_DiffThres", %%mm3\n\t" // nonzero where abs(a,m) > Thres else 0 60 "psubusb "_DiffThres", %%mm1\n\t" // nonzero where abs(j,n) > Thres else 0 87 "psubusb "_DiffThres", %%mm3\n\t" // nonzero where abs(c,n) > Thres else 0 103 "psubusb "_DiffThres", %%mm1\n\t" // nonzero where abs(k,m) > Thres else 0 132 "psubusb "_DiffThres", %%mm3\n\t" // nonzero where abs(b,f) > Thres else 0 147 "psubusb "_DiffThres", %%mm1\n\t" // nonzero where abs(c,d) > Thres else 0 175 "psubusb "_DiffThres", %%mm3\n\t" // nonzero where abs(b,d) > Thres else 0 190 "psubusb "_DiffThres", %%mm1\n\t" // nonzero where abs(a,f) > Thres else 0 224 "psubusb "_DiffThres", %%mm1\n\t" // nonzero where abs(b,e) > Thres else 0 308 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
|
D | WierdBob.inc | 40 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0 68 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0 97 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0 177 "psubusb %%mm7, %%mm3\n\t" // nonzero where new weights bigger, else 0
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum_core.misc.data | 440 Fill random core: 1 byte, prior content nonzero 446 Fill random core: 1 byte, 1 extra limb, prior content nonzero 458 Fill random core: 8 bytes, prior content nonzero 464 Fill random core: 8 bytes, 1 extra limb, prior content nonzero 479 Fill random core: 42 bytes, prior content nonzero 485 Fill random core: 42 bytes, 1 extra limb, prior content nonzero
|
/third_party/rust/crates/serde/serde/src/de/ |
D | impls.rs | 84 …($primitive:ident, $nonzero:ident $(cfg($($cfg:tt)*))*, $deserialize:ident $($method:ident!($($val… 88 impl<'de> Deserialize<'de> for num::$nonzero { 96 type Value = num::$nonzero; 102 $($($method!(nonzero $primitive $val : $visit);)*)* 146 (nonzero $primitive:ident $ty:ident : $visit:ident) => { 151 if let Some(nonzero) = Self::Value::new(v) { 152 Ok(nonzero) 171 (nonzero $primitive:ident $ty:ident : $visit:ident) => { 176 if let Some(nonzero) = Self::Value::new(v as $primitive) { 177 Ok(nonzero) [all …]
|
/third_party/openssl/doc/internal/man3/ |
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.
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_gl_image.txt | 225 nonzero, GL_TEXTURE_2D target texture object, cast into 235 must be the name of a cube-complete, nonzero, GL_TEXTURE_CUBE_MAP (or 247 complete, nonzero, GL_TEXTURE_3D (or equivalent in GL extensions) target 260 complete, nonzero, non-multisampled GL_RENDERBUFFER (or equivalent in 290 * If EGL_GL_TEXTURE_LEVEL_KHR is nonzero, <target> is 414 - Change "non-default ... texture object" to "nonzero".
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_gl_image.txt | 225 nonzero, GL_TEXTURE_2D target texture object, cast into 235 must be the name of a cube-complete, nonzero, GL_TEXTURE_CUBE_MAP (or 247 complete, nonzero, GL_TEXTURE_3D (or equivalent in GL extensions) target 260 complete, nonzero, non-multisampled GL_RENDERBUFFER (or equivalent in 290 * If EGL_GL_TEXTURE_LEVEL_KHR is nonzero, <target> is 414 - Change "non-default ... texture object" to "nonzero".
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ft.cc | 849 bool nonzero = false; in hb_ft_font_changed() local 854 nonzero = nonzero || coords[i]; in hb_ft_font_changed() 857 if (nonzero) in hb_ft_font_changed()
|
/third_party/rust/crates/minimal-lexical/src/ |
D | bigint.rs | 210 pub fn nonzero(x: &[Limb], rindex: usize) -> bool { in nonzero() function 286 (v, n || nonzero($self, 2 )) 304 (v, n || nonzero($self, 3))
|
/third_party/libwebsockets/READMEs/ |
D | README.tcp_fastopen.md | 7 Set the `info.fo_listen_queue` to nonzero at vhost creation. Different
|
/third_party/python/Doc/library/ |
D | pathlib-inheritance.svg | 1 …nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l539.…
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
D | README.md | 14 1. Change `protectProto = False,` to `protectProto = 'nonzero',`
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
D | README.md | 4 default is 1. If nonzero, some extra pthreads locking is built into lws and it supports multiple
|