Searched refs:nonzero (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-dots.exp4 *** Error code <nonzero> (ignored)
10 *** Error code <nonzero> (ignored)
16 *** Error code <nonzero> (ignored)
/freebsd-current/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-current/contrib/ofed/infiniband-diags/src/
H A Dibroute.c97 unsigned i, chunk, bit, nonzero = 0; local
105 nonzero++;
112 if (!nonzero && !dump_all) {
124 nonzero++;
128 if (!nonzero && !dump_all) {
H A Ddump_fts.c72 unsigned i, chunk, bit, nonzero = 0; local
80 nonzero++;
87 if (!nonzero && !dump_all) {
99 nonzero++;
103 if (!nonzero && !dump_all) {
/freebsd-current/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh116 + * causes it to ignore malloc zones, nonzero causes it
/freebsd-current/contrib/bc/src/
H A Dnum.c544 // Only when the number is nonzero do we need to do the hard stuff.
1659 volatile bool nonzero; local
1697 nonzero = (divisor > 1 << ((10 * BC_BASE_DIGS) / 6 + 1));
1700 if (!nonzero)
1725 realnonzero = nonzero;
1734 // If b has other nonzero limbs, we want the divisor to be one higher, so
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c7625 const unsigned char *nonzero = b; local
7628 while (nonzero < nonzeroend)
7629 if (*nonzero++) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2887 if nonzero ^ IsZero(R[n]) then
2906 bool nonzero; local
2910 nonzero = BitIsSet(opcode, 11);
2917 if (m_ignore_conditions || (nonzero ^ (reg_val == 0)))
/freebsd-current/contrib/bmake/
H A Dconfigure6323 /* Use a field that we can force nonzero --
/freebsd-current/contrib/ncurses/
H A Dconfigure21313 * If x is nonzero, an int is big enough for the bits
22993 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */

Completed in 472 milliseconds