/freebsd/sys/dev/ath/ath_hal/ah_regdomain/ |
H A D | ah_rd_regenum.h | 118 MKK3_MKKB = 0x80, /* Japan UNI-1 even + MKKB */ 119 MKK3_MKKA2 = 0x81, /* Japan UNI-1 even + MKKA2 */ 120 MKK3_MKKC = 0x82, /* Japan UNI-1 even + MKKC */ 122 MKK4_MKKB = 0x83, /* Japan UNI-1 even + UNI-2 + MKKB */ 123 MKK4_MKKA2 = 0x84, /* Japan UNI-1 even + UNI-2 + MKKA2 */ 124 MKK4_MKKC = 0x85, /* Japan UNI-1 even + UNI-2 + MKKC */ 126 MKK5_MKKB = 0x86, /* Japan UNI-1 even + UNI-2 + mid-band + MKKB */ 127 MKK5_MKKA2 = 0x87, /* Japan UNI-1 even + UNI-2 + mid-band + MKKA2 */ 128 MKK5_MKKC = 0x88, /* Japan UNI-1 even + UNI-2 + mid-band + MKKC */ 130 MKK6_MKKB = 0x89, /* Japan UNI-1 even + UNI-1 odd MKKB */ [all …]
|
/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 | 26 " \"even\": \"%s\"" \ 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"); 45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size, 46 this->odd, this->even);
|
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 297 MKK3_MKKB = 0x80, /* Japan UNI-1 even + MKKB */ 298 MKK3_MKKA2 = 0x81, /* Japan UNI-1 even + MKKA2 */ 299 MKK3_MKKC = 0x82, /* Japan UNI-1 even + MKKC */ 301 MKK4_MKKB = 0x83, /* Japan UNI-1 even + UNI-2 + MKKB */ 302 MKK4_MKKA2 = 0x84, /* Japan UNI-1 even + UNI-2 + MKKA2 */ 303 MKK4_MKKC = 0x85, /* Japan UNI-1 even + UNI-2 + MKKC */ 305 MKK5_MKKB = 0x86, /* Japan UNI-1 even + UNI-2 + mid-band + MKKB */ 306 MKK5_MKKA2 = 0x87, /* Japan UNI-1 even + UNI-2 + mid-band + MKKA2 */ 307 MKK5_MKKC = 0x88, /* Japan UNI-1 even + UNI-2 + mid-band + MKKC */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | advantech,idk-2121wr.yaml | 15 A dual-LVDS interface is a dual-link connection with even pixels traveling 18 The panel expects odd pixels on the first port, and even pixels on the 20 dual-lvds-odd-pixels or dual-lvds-even-pixels). 59 description: The sink for even pixels. 61 dual-lvds-even-pixels: true 64 - dual-lvds-even-pixels 116 dual-lvds-even-pixels;
|
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
|
H A D | sharp,lq101r1sx01.yaml | 15 - even-odd: each channel drives the even or odd lines of the screen 18 driven by the first link (DSI-LINK1), left or even, is considered the primary 22 Note that in video mode the DSI-LINK1 interface always provides the left/even 24 is possible to program either link to drive the left/even or right/odd pixels
|
H A D | panel-simple-lvds-dual-ports.yaml | 17 The first port receives odd pixels, and the second port receives even pixels. 76 dual-lvds-even-pixels: 78 description: The second sink port for even pixels. 81 - dual-lvds-even-pixels 114 dual-lvds-even-pixels;
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | posix.exp | 6 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 D | varmod-to-separator.mk | 155 . warning The separator \400 is accepted even though it is out of bounds. 157 . warning The separator \400 is accepted even though it is out of bounds. 170 . warning The separator \x100 is accepted even though it is out of bounds. 172 . warning The separator \x100 is accepted even though it is out of bounds. 189 . warning The separator \-300 is accepted even though it is negative. 191 . warning The separator \-300 is accepted even though it is negative. 198 . warning The separator \8 is accepted even though it is not octal. 200 . warning The separator \8 is accepted even though it is not octal. 206 . warning The separator \100L is accepted even though it contains an 'L'. 208 . warning The separator \100L is accepted even though it contains an 'L'. [all …]
|
H A D | cond-token-number.mk | 11 # Even though -0 is a number and would be accepted by strtod, it is not 22 # Even though +0 is a number and would be accepted by strtod, it is not 33 # Even though -1 is a number and would be accepted by strtod, it is not 44 # Even though +1 is a number and would be accepted by strtod, it is not 76 # This is not a hexadecimal number, even though it has an x. It is
|
/freebsd/usr.sbin/nfsrevoke/ |
H A D | nfsrevoke.c | 23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 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/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. 202 - Even if ntpd has been compiled to enable leap smearing support, leap [all …]
|
/freebsd/lib/libsys/ |
H A D | getlogin.2 | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 57 (This is true even if some of those processes assume another user ID, 120 even though it is not the session leader, but beware that ALL processes 121 in the session will change their login name at the same time, even the 197 allows getlogin to succeed even when the process has no controlling terminal.
|
H A D | mount.2 | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 116 even the super-user may not write on it. 145 Force a read-write mount even if the file system appears to be unclean. 152 mount even if some files are open for writing. 213 even if files are still active. 216 even if the file system is later remounted.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP9.td | 74 // Even or an Odd queue. The EXECE represents the even queues and the EXECO 79 //Even Exec Ports 88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 91 //Even ALU pipelines 102 // Four DP (Floating Point) units in total. Two even, two Odd. 105 //Even DP pipelines 135 // dispatch slot but are dispatched to both the even and odd slices of a 142 // Even slice ('E')- certain operations must be sent only to an even slic [all...] |
/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 145 /* put operator for two zero bits in even */ in crc32c_zeros_op() 146 gf2_matrix_square(even, odd); in crc32c_zeros_op() 149 gf2_matrix_square(odd, even); in crc32c_zeros_op() 153 * bits), in even -- next square puts operator for two zero bytes in in crc32c_zeros_op() 157 gf2_matrix_square(even, odd); in crc32c_zeros_op() 161 gf2_matrix_square(odd, even); in crc32c_zeros_op() 165 /* answer ended up in odd -- copy to even */ in crc32c_zeros_op() 167 even[n] = odd[n]; in crc32c_zeros_op()
|
/freebsd/crypto/heimdal/doc/ |
H A D | copyright.texi | 52 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 119 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 158 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 203 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 246 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 279 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 313 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 345 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 379 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 471 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED [all …]
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock_leak_test_.cc | 28 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 67 // to 1 even when the code is already exiting with 0. in TEST() 79 // to 1 even when the code is already exiting with 0. in TEST() 95 // to 1 even when the code is already exiting with 0. in TEST()
|
/freebsd/lib/msun/src/ |
H A D | s_tanpi.c | 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 59 * tanpi(n) = +0 for positive even and negative odd integer n. 60 * tanpi(n) = -0 for positive odd and negative even integer n. 63 * even integers n. 166 * For 0x1p52 <= |x| < 0x1p53 need to determine if x is an even in tanpi() 168 * For |x| >= 0x1p54, it is always an even integer, so t = 0. in tanpi()
|
/freebsd/lib/libdevctl/ |
H A D | devctl.3 | 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 125 the current device driver will be detached even if the device is busy. 134 the device is deleted even if the device is physically present. 145 the current device driver will be detached even if the device is busy. 276 Note that some drivers may return this even if 308 Note that some drivers may return this even if
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
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/sys/dev/ic/ |
H A D | i8259.h | 25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 36 /* Initialization control word 1. Written to even address. */ 66 /* Operation control word type 2. Bit 3 (0x08) must be zero. Even address. */ 76 /* Operation control word type 3. Bit 3 (0x08) must be set. Even address. */
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | rpc.ypxfrd.8 | 28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 94 Transferring even 96 to the several minutes it would take even a reasonably fast slave server 142 but unavoidable: Sun's protocol is not freely available, and even if it
|