Searched refs:even (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c26 " \"even\": \"%s\"" \
50 const char *odd, *even, *action; local
55 even = idx % 2 == 0 ? "true" : "false";
58 asprintf(&json, FMT, size, idx, odd, even, action);
H A Dtst.usdt.d44 this->even = json(this->j, "facts.even");
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
46 this->odd, this->even);
/freebsd-current/usr.sbin/nfsrevoke/
H A Dnfsrevoke.c64 int cnt, even; local
74 even = 0;
76 even = 1;
87 if (even) {
89 even = 0;
95 even = 1;
/freebsd-current/crypto/openssl/VMS/
H A Dtest-includes.com2 $! on VMS, even when the VMS macro isn't defined.
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix.exp6 a command prefixed by '+' executes even with -n
10 echo "a command prefixed by '+' executes even with -n"
11 a command prefixed by '+' executes even with -n
16 echo "a command prefixed by '+' executes even with -n"
17 a command prefixed by '+' executes even with -n
H A Dexport-all.mk24 UT_ALL= even this gets exported
H A Ddirective-undef.exp3 make: "directive-undef.mk" line 105: warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though spaceit is not exported anymore.
H A Ddirective-ifmake.exp6 make: "directive-ifmake.mk" line 63: Targets can even be added at parse time.
H A Dcounter.mk7 # 4 words, even though the NEXT variable was only accessed 3 times.
H A Dcounter-append.mk7 # 6 words, even though the NEXT variable was only accessed 3 times.
H A Ddirective-for-lines.mk8 # lines, even when collecting the lines for the .for loop body.
H A Ddep-colon-bug-cross-file.mk15 # add commands to an existing target, even across file boundaries.
17 # Oops, even worse. Running this test in a make from 2020-09-25 or earlier
H A Ddirective.mk8 # even if they are indented.
36 # Not even the space after the '.info' can change anything about this.
H A Dcond-func-defined.mk47 # evaluation time. There is no actual variable involved, even if the code in
53 # condition was evaluated even though it was irrelevant.
H A Dvarmod-to-separator.mk156 . warning The separator \400 is accepted even though it is out of bounds.
158 . warning The separator \400 is accepted even though it is out of bounds.
172 . warning The separator \x100 is accepted even though it is out of bounds.
174 . warning The separator \x100 is accepted even though it is out of bounds.
180 . warning The separator \-300 is accepted even though it is negative.
182 . warning The separator \-300 is accepted even though it is negative.
189 . warning The separator \8 is accepted even though it is not octal.
191 . warning The separator \8 is accepted even though it is not octal.
197 . warning The separator \100L is accepted even though it contains an 'L'.
199 . warning The separator \100L is accepted even thoug
[all...]
H A Djob-output-long-lines.mk14 # beginning of a line, even though this is expected by anyone reading the log
H A Ddeptgt-delete_on_error.mk44 # warning or even an error message.
H A Dcond-eof.mk12 # evaluated, even if it was not necessary to expand the expression.
H A Ddirective-export-impl.mk31 # These flags do not show up anywhere, not even in the debug log.
47 # These flags do not show up anywhere though, not even in the debug log.
H A Ddeptgt-end-fail.mk7 # even though this was intended. The cause for this was a missing condition
66 # Until 2020-12-07, '.END' was even made if 'all' failed, but if a dependency
H A Ddirective-undef.mk104 # expect+1: warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though spaceit is not exported anymore.
105 . warning UT_EXPORTED is still listed in .MAKE.EXPORTED even though $\
123 # This applies to both variables, even though 'INDIRECT' is not actually
H A Dvar-eval-short.mk59 # even though the whole expression should have only been parsed, not
154 # irrelevant right-hand side of the condition, even though this was not
166 # through, even though an empty string would suffice.
H A Dcond-token-string.mk60 # expect+1: The string literal " " is not empty, even though it consists of whitespace only.
61 . info The string literal " " is not empty, even though it consists of $\
H A Dvarname-dot-curdir.mk9 # It would be possible on some systems to remove the current directory, even
/freebsd-current/sys/libkern/x86/
H A Dcrc32_sse42.c131 crc32c_zeros_op(uint32_t *even, size_t len) argument
145 /* put operator for two zero bits in even */
146 gf2_matrix_square(even, odd);
149 gf2_matrix_square(odd, even);
153 * bits), in even -- next square puts operator for two zero bytes in
157 gf2_matrix_square(even, odd);
161 gf2_matrix_square(odd, even);
165 /* answer ended up in odd -- copy to even */
167 even[n] = odd[n];

Completed in 192 milliseconds

12345