| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| H A D | predicates.md | 21 ;; Return nonzero iff OP is one of the integer constants 1 or 2. 26 ;; Return nonzero iff OP is one of the integer constants 2 or 4. 31 ;; Return nonzero if OP is a constant that consists of two parts; lower 33 ;; an AND operation with a sequence of two shifts. Don't return nonzero 39 ;; Return nonzero if OP is suitable as a right-hand side operand for an 46 ;; Return nonzero if OP is a register or a constant with exactly one bit 53 ;; Return nonzero if OP is a register or an integer constant. 86 ;; Return nonzero if OP is a D register. 99 ;; Return nonzero if OP is a LC register. 104 ;; Return nonzero if OP is a LT register. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| H A D | predicates.md | 21 ;; Return nonzero iff OP is one of the integer constants 1 or 2. 26 ;; Return nonzero iff OP is one of the integer constants 2 or 4. 31 ;; Return nonzero if OP is a constant that consists of two parts; lower 33 ;; an AND operation with a sequence of two shifts. Don't return nonzero 39 ;; Return nonzero if OP is suitable as a right-hand side operand for an 46 ;; Return nonzero if OP is a register or a constant with exactly one bit 53 ;; Return nonzero if OP is a register or an integer constant. 86 ;; Return nonzero if OP is a D register. 99 ;; Return nonzero if OP is a LC register. 104 ;; Return nonzero if OP is a LT register. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | rtlanal.c | 4469 unsigned HOST_WIDE_INT nonzero = GET_MODE_MASK (mode); in nonzero_bits1() local 4490 return nonzero; in nonzero_bits1() 4497 nonzero = GET_MODE_MASK (mode); in nonzero_bits1() 4504 return nonzero; in nonzero_bits1() 4518 nonzero &= cached_nonzero_bits (x, xmode, in nonzero_bits1() 4520 nonzero |= GET_MODE_MASK (mode) & ~GET_MODE_MASK (xmode); in nonzero_bits1() 4521 return nonzero; in nonzero_bits1() 4540 nonzero &= GET_MODE_MASK (ptr_mode); in nonzero_bits1() 4566 nonzero &= ~(alignment - 1); in nonzero_bits1() 4570 unsigned HOST_WIDE_INT nonzero_for_hook = nonzero; in nonzero_bits1() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | predicates.md | 356 ;; Return nonzero if OP is a MEM suitable for bit manipulation insns. 365 ;; Return nonzero if OP is indirect register or constant memory 376 ;; Return nonzero if X is a stack pointer. 398 ;; Return nonzero if X is a constant whose absolute value is greater 408 ;; Return nonzero if X is a constant whose absolute value is no 418 ;; Return nonzero if X is a constant expressible in QImode. 427 ;; Return nonzero if X is a constant expressible in HImode. 436 ;; Return nonzero if X is a constant suitable for inc/dec. 455 ;; Return nonzero if OP is a shift operator. 472 ;; Return nonzero if X is either EQ or NE. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | predicates.md | 343 ;; Return nonzero if OP is a MEM suitable for bit manipulation insns. 352 ;; Return nonzero if OP is indirect register or constant memory 363 ;; Return nonzero if X is a stack pointer. 385 ;; Return nonzero if X is a constant whose absolute value is greater 395 ;; Return nonzero if X is a constant whose absolute value is no 405 ;; Return nonzero if X is a constant expressible in QImode. 414 ;; Return nonzero if X is a constant expressible in HImode. 423 ;; Return nonzero if X is a constant suitable for inc/dec. 442 ;; Return nonzero if OP is a shift operator. 459 ;; Return nonzero if X is either EQ or NE. [all …]
|
| /netbsd-src/lib/libc/compat/net/ |
| H A D | compat_ns_ntoa.c | 90 int nonzero = 0; in spectHex() local 105 nonzero = 1; in spectHex() 107 if (nonzero && !ok) { *p++ = 'H'; *p = 0; } in spectHex()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| H A D | predicates.md | 165 ;; Return nonzero if the code of this rtx pattern is EQ or NE. 176 ;; Return nonzero if the code is a relational operations (EQ, LE, 188 ;; Return nonzero if the operand is either the PC or a label_ref. 202 ;; Return nonzero if OP is a valid operand for a call instruction. 213 ;; Return nonzero if OP is valid as a source operand for a move 227 ;; Return nonzero if OP is a constant power of 2.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| H A D | predicates.md | 165 ;; Return nonzero if the code of this rtx pattern is EQ or NE. 176 ;; Return nonzero if the code is a relational operations (EQ, LE, 188 ;; Return nonzero if the operand is either the PC or a label_ref. 202 ;; Return nonzero if OP is a valid operand for a call instruction. 213 ;; Return nonzero if OP is valid as a source operand for a move 227 ;; Return nonzero if OP is a constant power of 2.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| 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 | 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 | 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 | 38 encodings and nonzero otherwise. 53 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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | ASN1_TYPE_get.pod | 36 they are identical and nonzero otherwise. 65 value under BER can have any nonzero encoding but ASN1_TYPE_cmp() will 69 return value is nonzero. Technically if both parameters are NULL the two 83 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
|
| 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 | X509_ALGOR_dup.pod | 38 encodings and nonzero otherwise. 53 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
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_checks.inc | 24 UBSAN_CHECK(NullptrWithNonZeroOffset, "nullptr-with-nonzero-offset", 26 UBSAN_CHECK(NullptrAfterNonZeroOffset, "nullptr-after-nonzero-offset",
|
| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | cosh.dat | 53 # cosh(x + i*inf) = nan + i*nan for finite nonzero x 61 # cosh(x + i*nan) = nan + i*nan for finite nonzero x 119 # cosh(nan + i*y) = nan + i*nan for all nonzero y (including +/-inf)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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.
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | api+protocol | 165 update-ok message. If rid is nonzero, no response will be 243 returns nonzero status code if it didn't connect, zero otherwise 255 returns nonzero status code if open couldn't be queued 270 returns nonzero status code if the local host entry couldn't 284 return value of 0 means callback was successfully set, a nonzero 293 returns zero if the callback completes, a nonzero status if 296 will also be either zero for success or nonzero for some kind 306 returns zero if the call succeeded, a nonzero status code if
|
| /netbsd-src/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
|
| /netbsd-src/external/gpl2/diffutils/dist/doc/ |
| H A D | diagmeet.note | 3 to meet along a nonzero length of diagonal simultaneous
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diagmeet.note | 3 to meet along a nonzero length of diagonal simultaneous
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| H A D | d2fixed.c | 357 bool nonzero = false; in d2fixed_buffered_n() local 374 if (nonzero) { in d2fixed_buffered_n() 381 nonzero = true; in d2fixed_buffered_n() 385 if (!nonzero) { in d2fixed_buffered_n()
|