/freebsd/usr.bin/cmp/ |
H A D | special.c | 46 int ch1, ch2; in c_special() local 82 ch2 = getc(fp2); in c_special() 83 if (ch1 == EOF || ch2 == EOF) in c_special() 85 if (ch1 != ch2) { in c_special() 89 (long long)byte - 1, ch1, ch2); in c_special() 94 (long long)byte, ch1, ch1, ch2, in c_special() 95 ch2); in c_special() 98 (long long)byte, ch1, ch2); in c_special() 100 diffmsg(file1, file2, byte, line, ch1, ch2); in c_special()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_tls13psk.t | 76 my $ch2 = ${$proxy->message_list}[2]; 77 my $ch2seen = defined $ch2 && $ch2->mt() == TLSProxy::Message::MT_CLIENT_HELLO; 79 && defined ${$ch2->{extension_data}}{TLSProxy::Message::EXT_PSK}; 99 $ch2 = ${$proxy->message_list}[2]; 100 $ch2seen = defined $ch2 && $ch2->mt() == TLSProxy::Message::MT_CLIENT_HELLO; 102 && defined ${$ch2->extension_data}{TLSProxy::Message::EXT_PSK};
|
/freebsd/lib/libpmc/ |
H A D | pmc.corei7uc.3 | 426 .It Li QMC_NORMAL_FULL.READ.CH2 438 .It Li QMC_NORMAL_FULL.WRITE.CH2 450 .It Li QMC_ISOC_FULL.READ.CH2 462 .It Li QMC_ISOC_FULL.WRITE.CH2 474 .It Li QMC_BUSY.READ.CH2 486 .It Li QMC_BUSY.WRITE.CH2 496 .It Li QMC_OCCUPANCY.CH2 505 .It Li QMC_ISSOC_OCCUPANCY.CH2 523 .It Li QMC_NORMAL_READS.CH2 543 .It Li QMC_HIGH_PRIORITY_READS.CH2 [all …]
|
H A D | pmc.westmereuc.3 | 480 .It Li QMC_ISOC_FULL.READ.CH2 492 .It Li QMC_ISOC_FULL.WRITE.CH2 504 .It Li QMC_BUSY.READ.CH2 516 .It Li QMC_BUSY.WRITE.CH2 526 .It Li QMC_OCCUPANCY.CH2 538 .It Li QMC_ISSOC_OCCUPANCY.CH2 556 .It Li QMC_NORMAL_READS.CH2 575 .It Li QMC_HIGH_PRIORITY_READS.CH2 591 .It Li QMC_CRITICAL_PRIORITY_READS.CH2 605 .It Li QMC_WRITES.FULL.CH2 [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | captoinfo.c | 541 char ch1, ch2; in bcd_expression() local 543 if (sscanf(str, fmt, &ch1, &ch2) == 2 in bcd_expression() 545 && isdigit(UChar(ch2)) in bcd_expression() 546 && (ch1 == ch2)) { in bcd_expression() 552 _nc_SPRINTF(buffer, _nc_SLIMIT(sizeof(buffer)) fmt, ch1, ch2); in bcd_expression() 625 char ch1 = 0, ch2 = 0; in _nc_infotocap() local 834 } else if (sscanf(str, "%%?%%{%d}%%>%%t%%'%c'%%+%%;", &c1, &ch2) == 2) { in _nc_infotocap() 836 bufptr = save_tc_inequality(bufptr, c1, ch2); in _nc_infotocap() 840 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%'%c'%%+%%;", &ch1, &ch2) == 2) { in _nc_infotocap() 842 bufptr = save_tc_inequality(bufptr, ch1, ch2); in _nc_infotocap() [all …]
|
/freebsd/usr.bin/look/ |
H A D | look.c | 321 wchar_t ch1, ch2; in compare() local 326 len2 = mbrtowc(&ch2, s2, back - s2, NULL); in compare() 328 ch2 = *s2; in compare() 332 ch2 = towlower(ch2); in compare() 333 if (dflag && !iswalnum(ch2)) { in compare() 338 if (ch1 != ch2) in compare() 339 return (ch1 < ch2 ? LESS : GREATER); in compare()
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | nvidia,tegra186-mc.yaml | 158 - const: ch2 177 - const: ch2 208 - const: ch2 250 reg-names = "sid", "broadcast", "ch0", "ch1", "ch2", "ch3";
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | penicil.p | 14 bond length .1 left from C ; CH2 32 bond length .1 left from C ; CH2
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 146 } ch1, ch2; in ofwfb_bitblt_bitmap() 185 ch1.l = ch2.l = (bg << 24) | (bg << 16) | in ofwfb_bitblt_bitmap() 197 if (b & 0x08) ch2.c[0] = fg; in ofwfb_bitblt_bitmap() 198 if (b & 0x04) ch2.c[1] = fg; in ofwfb_bitblt_bitmap() 199 if (b & 0x02) ch2.c[2] = fg; in ofwfb_bitblt_bitmap() 200 if (b & 0x01) ch2.c[3] = fg; in ofwfb_bitblt_bitmap() 204 ch2.l; in ofwfb_bitblt_bitmap() 144 } ch1, ch2; ofwfb_bitblt_bitmap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ConvertUTF.cpp | 215 UTF32 ch, ch2; in ConvertUTF16toUTF32() local 223 ch2 = *source; in ConvertUTF16toUTF32() 225 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF32() 227 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF32() 257 fprintf(stderr, "ConvertUTF16toUTF32 illegal seq 0x%04x,%04x\n", ch, ch2); in ConvertUTF16toUTF32() 280 UTF32 ch2 = *source; in ConvertUTF16toUTF8() local 282 if (ch2 >= UNI_SUR_LOW_START && ch2 <= UNI_SUR_LOW_END) { in ConvertUTF16toUTF8() 284 + (ch2 - UNI_SUR_LOW_START) + halfBase; in ConvertUTF16toUTF8()
|
H A D | ConvertEBCDIC.cpp | 87 unsigned char Ch2 = *Ptr++; in convertToEBCDIC() local 89 if ((Ch2 & 0xc0) != 0x80) in convertToEBCDIC() 91 Ch = Ch2 | (Ch << 6); in convertToEBCDIC()
|
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280.c | 175 uint32_t f, ch, ch2; in ar9280SetChannel() 184 ch2 = ((ch * 25) / 5) + 9600; in ar9280SetChannel() 185 channelSel = (ch2 * 0x4000) / 15; in ar9280SetChannel() 187 // "%s: freq=%d, ch=%d, ch2=%d, " in ar9280SetChannel() 189 // __func__, freq, ch, ch2, channelSel); in ar9280SetChannel()
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 384 int ch, ch2, ctr, cbcmd, err; in interpret_command_bytes() local 415 ch2 = hexval(*(ppos++)); in interpret_command_bytes() 416 if (ch2 < 0) { in interpret_command_bytes() 421 ch = (ch * 16 + ch2) & 0xff; /* convert to byte */ in interpret_command_bytes() 524 int ch, ch2, ch3, ncmd, lsb, err; in prep_write_buffer() local 577 ch2 = hexval(ch); in prep_write_buffer() 579 if (ch2 < 0) { in prep_write_buffer() 595 ch = ch2 * 16 + ch3; in prep_write_buffer()
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 828 int ch1, ch2; in abort_hunk() local 855 ch2 = j <= pat_end ? pch_char(j) : -1; in abort_hunk() 859 } else if (ch1 == ' ' && ch2 == ' ') { in abort_hunk() 863 } else if (ch1 == '!' && ch2 == '!') { in abort_hunk() 869 while (j <= pat_end && ch2 == '!') { in abort_hunk() 872 ch2 = j <= pat_end ? pch_char(j) : -1; in abort_hunk() 876 } else if (ch2 == '+' || ch2 == ' ') { in abort_hunk() 877 rej_line(ch2, j); in abort_hunk() 883 rej_line(ch2, j); in abort_hunk()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | renesas,rz-dmac.yaml | 37 - const: ch2 133 "ch0", "ch1", "ch2", "ch3",
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | st,stm32-timers.yaml | 45 enum: [ ch1, ch2, ch3, ch4, up, trig, com ] 161 dma-names = "ch1", "ch2", "ch3", "ch4", "up";
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta32x.txt | 35 - st,ch2-output-mapping: Channel 2 output mapping 94 st,ch2-output-mapping = /bits/ 8 <0>; // set channel 2 output ch 1
|
H A D | st,sta350.txt | 31 - st,ch2-output-mapping: Channel 2 output mapping 124 st,ch2-output-mapping = /bits/ 8 <0>; // set channel 2 output ch 1
|
H A D | rohm,bd28623.yaml | 37 regulator phandle for the VCCP2 (for ch2) power supply
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 815 } ch1, ch2; in ofwfb_putc8() local 835 ch1.l = ch2.l = (bg << 24) | (bg << 16) | (bg << 8) | bg; in ofwfb_putc8() 846 if (fline & 0x08) ch2.c[0] = fg; in ofwfb_putc8() 847 if (fline & 0x04) ch2.c[1] = fg; in ofwfb_putc8() 848 if (fline & 0x02) ch2.c[2] = fg; in ofwfb_putc8() 849 if (fline & 0x01) ch2.c[3] = fg; in ofwfb_putc8() 852 addr[1] = ch2.l; in ofwfb_putc8()
|
/freebsd/contrib/dialog/ |
H A D | rangebox.c | 132 chtype ch2 = winch(win); in draw_value() local 134 ch2 &= ~A_REVERSE; in draw_value() 136 (void) waddch(win, ch2); in draw_value()
|
H A D | guage.c | 170 chtype ch2 = winch(dialog); in repaint_text() local 172 ch2 &= ~A_REVERSE; in repaint_text() 174 (void) waddch(dialog, ch2); in repaint_text()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/st/ |
H A D | st,quadfs.txt | 46 "clk-s-c0-fs0-ch2",
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-tse850-3.dts | 117 led-ch2-red { 121 led-ch2-green {
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | ti,ads7924.yaml | 102 label = "CH2";
|