| /freebsd-13.1/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 54 odd = idx % 2 == 1 ? "true" : "false"; in main() 58 asprintf(&json, FMT, size, idx, odd, even, action); in main()
|
| H A D | tst.usdt.d | 43 this->odd = json(this->j, "facts.odd"); 46 this->odd, this->even);
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | advantech,idk-2121wr.yaml | 16 on one link, and with odd pixels traveling on the other link. 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). 44 description: The sink for odd pixels. 49 dual-lvds-odd-pixels: true 53 - dual-lvds-odd-pixels 106 dual-lvds-odd-pixels;
|
| H A D | sharp,lq101r1sx01.txt | 5 - even-odd: each channel drives the even or odd lines of the screen 10 to the peripheral driven by the second link (DSI-LINK2, right or odd). 13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 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 20 to the peripheral driven by the second link (DSI-LINK2, right or odd). 23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 24 is possible to program either link to drive the left/even or right/odd pixels
|
| /freebsd-13.1/sys/libkern/x86/ |
| H A D | crc32_sse42.c | 135 uint32_t odd[32]; /* odd-power-of-two zeros operator */ in crc32c_zeros_op() local 140 odd[0] = POLY; /* CRC-32C polynomial */ in crc32c_zeros_op() 143 odd[n] = row; in crc32c_zeros_op() 148 gf2_matrix_square(even, odd); in crc32c_zeros_op() 151 gf2_matrix_square(odd, even); in crc32c_zeros_op() 159 gf2_matrix_square(even, odd); in crc32c_zeros_op() 163 gf2_matrix_square(odd, even); in crc32c_zeros_op() 169 even[n] = odd[n]; in crc32c_zeros_op()
|
| /freebsd-13.1/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-armv4.pl | 67 my $odd = $d0&1; 69 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]); 122 "&ldr ($xd,'[sp,#4*(16+$d2)]')" ) if ($odd); 128 "&ldr ($xd_,'[sp,#4*(16+$d3)]')" ) if (!$odd); 133 $xd=@x[$d2] if (!$odd); 134 $xd_=@x[$d3] if ($odd); 633 my $odd = pop; 657 "&vext_8 ($b,$b,$b,$odd?12:4)", 658 "&vext_8 ($d,$d,$d,$odd?4:12)"
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BN_rand.pod | 39 If B<bottom> is B<BN_RAND_BOTTOM_ODD>, the number will be odd; if it 40 is B<BN_RAND_BOTTOM_ANY> it can be odd or even.
|
| H A D | BN_cmp.pod | 27 BN_is_odd() tests if I<a> is odd.
|
| /freebsd-13.1/contrib/tcsh/nls/russian/ |
| H A D | set7 | 26 24 Editing may be odd for long lines.\n
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCallingConv.td | 34 // Pass split values in pairs, allocate odd register if necessary. 64 // Pass split values in pairs, allocate odd register if necessary.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta32x.txt | 74 - st,odd-pwm-speed-mode: 75 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all
|
| H A D | st,sta350.txt | 78 - st,odd-pwm-speed-mode: 79 If present, PWM speed mode run on odd speed mode (341.3 kHz) on all
|
| /freebsd-13.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set7 | 26 24 Editing may be odd for long lines.\n
|
| /freebsd-13.1/contrib/tcsh/nls/C/ |
| H A D | set7 | 26 24 Editing may be odd for long lines.\n
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | README.versions | 9 odd numbers are "development" releases.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterInfo.td | 368 "operand must be an odd-numbered register in range [r1,r11]"; 494 // Pseudo-registers representing odd-even pairs of D registers. The even-odd 503 // Use the Q registers for the even-odd pairs. 507 // Prefer even-odd pairs as they are easier to copy. 515 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP. 516 // These are needed by instructions (e.g. ldrexd/strexd) requiring even-odd GPRs. 524 // Register class representing a pair of even-odd GPRs. 529 // Register class representing a pair of even-odd GPRs, except (R12, SP).
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a774c0-ek874-idk-2121wr.dts | 49 dual-lvds-odd-pixels;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tvp7002.txt | 25 Under normal operation, the field ID output is set to logic 1 for an odd field
|
| /freebsd-13.1/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-x86.pl | 391 my $odd = $cnt&1; 392 my $nix = $odd ? $nlo : $nhi; 394 &shl (&LB($nlo),4) if ($odd); 399 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0); 401 &and ($nhi,0xf0) if ($odd); 405 &mov ($nhi,$nlo) if (!$odd && $cnt>=0);
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_cab.c | 102 unsigned char odd; member 1136 int odd = sumbytes & 3; in cab_checksum_update() local 1137 if (sumbytes - odd > 0) in cab_checksum_update() 1139 p, sumbytes - odd, cfdata->sum_calculated); in cab_checksum_update() 1140 if (odd) in cab_checksum_update() 1141 memcpy(cfdata->sum_extra, p + sumbytes - odd, odd); in cab_checksum_update() 1142 cfdata->sum_extra_avail = odd; in cab_checksum_update() 2316 br->odd = *strm->next_in++; in lzx_br_fillup() 2340 ((uint16_t)(*strm->next_in)) << 8 | br->odd; in lzx_br_fixup() 2536 ds->br.odd; in lzx_read_blocks()
|
| /freebsd-13.1/sys/geom/ |
| H A D | geom_dev.c | 532 off_t offset, length, chunk, odd; in g_dev_ioctl() local 663 odd = (offset + chunk + in g_dev_ioctl() 665 if (chunk > odd) in g_dev_ioctl() 666 chunk -= odd; in g_dev_ioctl()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mq-nitrogen.dts | 217 /* J17 connector, odd */ 242 /* J18 connector, odd */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 76 // represents the odd queues. 136 // dispatch slot but are dispatched to both the even and odd slices of a 144 // Also consumes odd dispatch slice slot of the same superslice at dispatch
|