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

12345

/freebsd-13-stable/contrib/tzdata/
H A Dyearistype.sh14 2-even)
38 echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
/freebsd-13-stable/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-13-stable/usr.sbin/nfsrevoke/
H A Dnfsrevoke.c67 int cnt, even; local
77 even = 0;
79 even = 1;
90 if (even) {
92 even = 0;
98 even = 1;
/freebsd-13-stable/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 Dcond-func-defined.exp5 make: "cond-func-defined.mk" line 47: involved, even if it feels like it.
H A Ddirective-ifmake.exp6 make: "directive-ifmake.mk" line 57: Targets can even be added at parse time.
H A Dexport-all.mk24 UT_ALL= even this gets exported
H A Ddirective.mk8 # even if they are indented.
31 # Not even the space after the '.info' can change anything about this.
H A Ddirective-for-lines.mk8 # lines, even when collecting the lines for the .for loop body.
H A Dvarmod-to-separator.mk108 . warning The separator \400 is accepted even though it is out of bounds.
110 . warning The separator \400 is accepted even though it is out of bounds.
122 . warning The separator \x100 is accepted even though it is out of bounds.
124 . warning The separator \x100 is accepted even though it is out of bounds.
129 . warning The separator \-300 is accepted even though it is negative.
131 . warning The separator \-300 is accepted even though it is negative.
137 . warning The separator \8 is accepted even though it is not octal.
139 . warning The separator \8 is accepted even though it is not octal.
144 . warning The separator \100L is accepted even though it contains an 'L'.
146 . warning The separator \100L is accepted even thoug
[all...]
H A Dcond-eof.mk10 # parse error. It is always fully evaluated, even if it were not necessary
H A Dcond-token-string.exp9 make: "cond-token-string.mk" line 55: The string literal " " is not empty, even though it consists of whitespace only.
H A Dcounter-append.mk7 # 6 words, even though the NEXT variable was only accessed 3 times.
H A Dcounter.mk7 # 4 words, even though the NEXT variable was only accessed 3 times.
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 Dcond-func-defined.mk47 . info involved, even if it feels like it.
H A Ddeptgt-delete_on_error.mk44 # warning or even an error message.
H A Djob-output-long-lines.mk14 # beginning of a line, even though this is expected by anyone reading the log
H A Dcomment.mk40 # This comment ends with 2 backslashes. An even number of backslashes does
55 # To keep the parsing code simple, any "[#" does not start a comment, even
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-for-escape.mk71 # There, it is expanded by the .info directive, but even there a trailing
77 # As of 2020-12-31, the name of the iteration variable can even contain
86 # which gets even more surprising than colons, since it allows to replace
/freebsd-13-stable/sys/libkern/x86/
H A Dcrc32_sse42.c133 crc32c_zeros_op(uint32_t *even, size_t len) argument
147 /* put operator for two zero bits in even */
148 gf2_matrix_square(even, odd);
151 gf2_matrix_square(odd, even);
155 * bits), in even -- next square puts operator for two zero bytes in
159 gf2_matrix_square(even, odd);
163 gf2_matrix_square(odd, even);
167 /* answer ended up in odd -- copy to even */
169 even[n] = odd[n];
/freebsd-13-stable/sys/contrib/zlib/
H A Dcrc32.c379 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
394 /* put operator for two zero bits in even */
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
401 zero byte, eight zero bits, in even) */
404 gf2_matrix_square(even, odd);
406 crc1 = gf2_matrix_times(even, crc1);
413 /* another iteration of the loop with odd and even swapped */
414 gf2_matrix_square(odd, even);
[all...]
/freebsd-13-stable/sys/conf/
H A Dsysent.mk26 # even though it is not an explicit input to makesyscalls.lua. For some

Completed in 194 milliseconds

12345