| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
| H A D | tst.usdt.d.out | 1 [0] sz 445.890000 odd false even true 2 [1] sz 793.684200 odd true even false 3 [2] sz 1412.757876 odd false even true 4 [3] sz 2514.709019 odd true even false 5 [4] sz 4476.182054 odd false even true 6 [5] sz 7967.604057 odd true even false 7 [6] sz 14182.335221 odd false even true 8 [8] sz 44935.310914 odd false even true 9 [9] sz 79984.853427 odd true even false
|
| H A D | tst.usdt.c | 50 const char *odd, *even, *action; in main() local 55 even = idx % 2 == 0 ? "true" : "false"; in main() 58 asprintf(&json, FMT, size, idx, odd, even, action); in main()
|
| H A D | tst.usdt.d | 44 this->even = json(this->j, "facts.even"); 46 this->odd, this->even);
|
| /freebsd/usr.sbin/nfsrevoke/ |
| H A D | nfsrevoke.c | 64 int cnt, even; in main() local 74 even = 0; in main() 76 even = 1; in main() 87 if (even) { in main() 89 even = 0; in main() 95 even = 1; in main()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | sharp,lq101r1sx01.txt | 5 - even-odd: each channel drives the even or odd lines of the screen 8 driven by the first link (DSI-LINK1), left or even, is considered the primary 12 Note that in video mode the DSI-LINK1 interface always provides the left/even 14 is possible to program either link to drive the left/even or right/odd pixels
|
| /freebsd/sys/libkern/x86/ |
| H A D | crc32_sse42.c | 131 crc32c_zeros_op(uint32_t *even, size_t len) in crc32c_zeros_op() argument 146 gf2_matrix_square(even, odd); in crc32c_zeros_op() 149 gf2_matrix_square(odd, even); in crc32c_zeros_op() 157 gf2_matrix_square(even, odd); in crc32c_zeros_op() 161 gf2_matrix_square(odd, even); in crc32c_zeros_op() 167 even[n] = odd[n]; in crc32c_zeros_op()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ti,tvp7002.txt | 24 - field-even-active: Active-high Field ID output polarity control of the bus. 26 (field 1) and set to logic 0 for an even field (field 0). 48 field-even-active = <0>;
|
| H A D | tvp7002.txt | 24 - field-even-active: Active-high Field ID output polarity control of the bus. 26 (field 1) and set to logic 0 for an even field (field 0). 48 field-even-active = <0>;
|
| /freebsd/crypto/openssl/crypto/ml_dsa/ |
| H A D | ml_dsa_ntt.c | 181 uint32_t even = p->coeff[j]; in ossl_ml_dsa_poly_ntt_inverse() local 184 p->coeff[j] = reduce_once(odd + even); in ossl_ml_dsa_poly_ntt_inverse() 186 * (uint64_t)(ML_DSA_Q + even - odd)); in ossl_ml_dsa_poly_ntt_inverse()
|
| /freebsd/tests/sys/kern/tty/ |
| H A D | test_canon.orch | 57 -- VEOF still doesn't count, even if the next line is an extra VEOF later 99 -- line is incomplete, so we'll just see the "partial" even if we want two
|
| /freebsd/contrib/ntp/ |
| H A D | README.leapsmear | 43 So even though these Unix kernels normally can handle leap seconds, the way 49 if it is OK, if the current second is an in-progress leap second. But even 87 have to (and even must not) care about the leap second anymore. Smearing is 88 just transparent to the clients, and the clients don't even notice there's a 127 back, and even though the start of the slewing was somewhat undefined and 129 several minutes before slewing even started. 136 learn that there were even some folks who patched ntpd to get the 4.2.4 160 version of ntpd is installed on a client machine, it just works, and it even 173 even accept the smearing at the server side. 214 requests. Since the leap second is applied gradually the clients don't even
|
| /freebsd/contrib/tzdata/ |
| H A D | etcetera | 34 # We want this to work even on installations that omit 'backward'. 39 # even though this is the opposite of what many people expect. 43 # (i.e. west of Greenwich) even though many people would expect it to
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | t.redir1 | 2 $1%2==0 {print >"foo.even"}
|
| /freebsd/contrib/bmake/ |
| H A D | README | 6 Linux, Minix, OSF, Solaris, SunOS and even UTS. 54 If you can provide access to a suitable machine - even better.
|
| /freebsd/libexec/getty/ |
| H A D | gettytab | 2 # it is by no means certain, or even likely, that any of them are optimal 4 # even correct. 17 # Parity defaults to even, but the Pc entry and all the `std' entries 21 # fake parity. login will use even parity (cs7 parenb -parodd).
|
| /freebsd/crypto/openssl/VMS/ |
| H A D | test-includes.com | 2 $! on VMS, even when the VMS macro isn't defined.
|
| /freebsd/crypto/krb5/src/config/ac-archive/ |
| H A D | ax_recursive_eval.m4 | 25 # WITHOUT ANY WARRANTY; without even the implied warranty of 36 # or distributing such scripts, even though portions of the text of the
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
| H A D | cpm.txt | 42 - Children's reg nodes must be offsets from the start of all muram, even 49 - A child address of zero must be translatable, even if no reg resources
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | .gitignore | 7 # We don't want to ignore the following even if they are dot-files
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | export-all.mk | 24 UT_ALL= even this gets exported
|
| H A D | directive-undef.exp | 4 make: directive-undef.mk:105: warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though sp…
|
| /freebsd/krb5/ |
| H A D | README | 4 At the time of writing, it did not even contain source code, only
|
| /freebsd/kerberos5/ |
| H A D | README | 4 At the time of writing, it did not even contain source code, only
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mp-evk-lvds1-imx-dlvds-hdmi-channel0.dtso | 12 dual-lvds-even-pixels;
|
| H A D | imx8mp-evk-lvds0-imx-dlvds-hdmi-channel0.dtso | 21 dual-lvds-even-pixels;
|