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

1234

/freebsd-10.1-release/contrib/tzdata/
H A Dyearistype.sh13 2-even)
37 echo "$0: usage is $0 year even|odd|uspres|nonpres|nonuspres" >&2
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c24 " \"even\": \"%s\"" \
46 char *odd, *even, *json, *action; local
50 even = idx % 2 == 0 ? "true" : "false";
53 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-10.1-release/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-10.1-release/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-10.1-release/lib/libz/
H A Dcrc32.c362 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
377 /* put operator for two zero bits in even */
378 gf2_matrix_square(even, odd);
381 gf2_matrix_square(odd, even);
384 zero byte, eight zero bits, in even) */
387 gf2_matrix_square(even, odd);
389 crc1 = gf2_matrix_times(even, crc1);
396 /* another iteration of the loop with odd and even swapped */
397 gf2_matrix_square(odd, even);
[all...]
/freebsd-10.1-release/sys/cam/
H A DREADME.quirks45 o CAM_QUIRK_HILUNS - probe all luns even if some respond "not present"
52 drives hang when receiving this command even though it is required
141 drives can't even handle it. (No idea how such devices even work
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm20 ! WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dcrti.asm18 # WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-10.1-release/contrib/gdb/
H A Ddjunpack.bat30 Rem an empty fnchange.tmp even if the command failed for some reason.
/freebsd-10.1-release/contrib/bmake/unit-tests/
H A Dtest.exp35 UT_ALL=even this gets exported
334 a command prefixed by '+' executes even with -n
338 echo "a command prefixed by '+' executes even with -n"
339 a command prefixed by '+' executes even with -n
344 echo "a command prefixed by '+' executes even with -n"
345 a command prefixed by '+' executes even with -n
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dcrti.asm18 # WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-10.1-release/contrib/gcc/config/rs6000/
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
/freebsd-10.1-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm20 ! WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dsol2-c1.asm20 ! WITHOUT ANY WARRANTY; without even the implied warranty of
/freebsd-10.1-release/contrib/gcc/
H A Dunwind.inc21 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
H A Dgccbug.in15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
195 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/freebsd-10.1-release/share/mk/
H A Dbsd.test.mk32 # We want this to be the case even when the distribution name is already
/freebsd-10.1-release/usr.sbin/cron/doc/
H A DINSTALL43 to be /usr/bin/sendmail even though sendmail is installed in /usr/lib.
70 under most BSD's, `crontab' will still think of you as yourself even though
/freebsd-10.1-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in85 -F Force update even if current file is OK and not close to expiring.
H A Dupdate-leap.sh75 -F Force update even if current file is OK and not close to expiring.
/freebsd-10.1-release/contrib/gperf/doc/
H A Dhelp2man12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
36 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfigure2022 # <limits.h> exists even on freestanding compilers.
2129 # <limits.h> exists even on freestanding compilers.
4370 # you end up with a "frozen" computer, even though with patience
5048 # <limits.h> exists even on freestanding compilers.
5155 # <limits.h> exists even on freestanding compilers.
7278 # This is necessary even though libstdc++ uses the builtin versions
8515 # If we're not using GNU ld, then there's no point in even trying these
8858 <limits.h> exists even on freestanding compilers. */
9045 <limits.h> exists even on freestanding compilers. */
9238 <limits.h> exists even o
[all...]
/freebsd-10.1-release/share/examples/drivers/
H A Dmake_device_driver.sh325 * driver is linked in. So even as a module it MAY still be there.
496 may be even better. */
712 * Sometimes the parent bus will detach you anyway, even if you
714 * might even already be gone in the case of cardbus or pccard
820 * even in the face of "bogus" data from the card.

Completed in 238 milliseconds

1234