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

12345

/freebsd-12-stable/contrib/tzdata/
H A Dyearistype.sh14 2-even)
38 echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
/freebsd-12-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-12-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 Dexport-all.mk23 UT_ALL=even this gets exported
H A Dmodmisc.mk55 # The :U modifier turns even the "" variable into something that has a value.
79 # In the :@ modifier, the name of the loop variable can even be generated
H A Ddotwait.mk50 # shared.0 must be made first, even though it is a child of
/freebsd-12-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-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c382 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
397 /* put operator for two zero bits in even */
398 gf2_matrix_square(even, odd);
401 gf2_matrix_square(odd, even);
404 zero byte, eight zero bits, in even) */
407 gf2_matrix_square(even, odd);
409 crc1 = gf2_matrix_times(even, crc1);
416 /* another iteration of the loop with odd and even swapped */
417 gf2_matrix_square(odd, even);
[all...]
/freebsd-12-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-12-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-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc10 // IEEE-754 floating-point type in the default (round to nearest, ties to even)
89 // Tie to even.
123 // Ties to even
/freebsd-12-stable/share/mk/
H A Dsrc.sys.mk4 # it will always grab SRCCONF, even if it isn't being built in-tree
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm20 ! WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dcygwin.asm20 * WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrti.asm18 # WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dcrtend.asm12 but WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat30 Rem an empty fnchange.tmp even if the command failed for some reason.
/freebsd-12-stable/contrib/bmake/mk/
H A Dauto.dep.mk29 # don't even try to handle 'make depend' gracefully.
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dcrti.asm18 # WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-12-stable/contrib/gcc/
H A Dunwind.inc21 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm19 WITHOUT ANY WARRANTY; without even the implied warranty of
H A Deabi-cn.asm19 WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dsol-ci.asm20 # WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dsol-cn.asm20 # WITHOUT ANY WARRANTY; without even the implied warranty of

Completed in 140 milliseconds

12345