| /freebsd/usr.bin/cmp/ |
| H A D | special.c | 46 int ch1, ch2; in c_special() local 81 ch1 = getc(fp1); 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() 98 (long long)byte, ch1, ch2); in c_special() 100 diffmsg(file1, file2, byte, line, ch1, ch2); in c_special() 104 if (ch1 == '\n') in c_special()
|
| /freebsd/contrib/libyaml/tests/ |
| H A D | test-reader.c | 213 unsigned char ch0, ch1; in check_long_utf8() local 247 ch1 = '\x90'; in check_long_utf8() 251 ch1 = '\xaf'; in check_long_utf8() 253 if (parser.buffer.pointer[0] != ch0 || parser.buffer.pointer[1] != ch1) { in check_long_utf8() 256 (int)ch0, (int)ch1); in check_long_utf8() 285 unsigned char ch0, ch1; in check_long_utf16() local 318 ch1 = '\x90'; in check_long_utf16() 322 ch1 = '\xaf'; in check_long_utf16() 324 if (parser.buffer.pointer[0] != ch0 || parser.buffer.pointer[1] != ch1) { in check_long_utf16() 327 (int)ch0, (int)ch1); in check_long_utf16()
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | captoinfo.c | 540 char ch1, ch2; in bcd_expression() local 542 if (sscanf(str, fmt, &ch1, &ch2) == 2 in bcd_expression() 543 && isdigit(UChar(ch1)) in bcd_expression() 545 && (ch1 == ch2)) { in bcd_expression() 551 _nc_SPRINTF(buffer, _nc_SLIMIT(sizeof(buffer)) fmt, ch1, ch2); in bcd_expression() 624 char ch1 = 0, ch2 = 0; in _nc_infotocap() local 836 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%{%d}%%+%%;", &ch1, &c2) == 2) { in _nc_infotocap() 838 bufptr = save_tc_inequality(bufptr, ch1, c2); in _nc_infotocap() 839 } else if (sscanf(str, "%%?%%'%c'%%>%%t%%'%c'%%+%%;", &ch1, &ch2) == 2) { in _nc_infotocap() 841 bufptr = save_tc_inequality(bufptr, ch1, ch2); in _nc_infotocap() [all …]
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | utf8_conv.c | 156 uint16_t ch1, ch2; in k5_utf16le_to_utf8() local 171 ch1 = k5_input_get_uint16_le(&in); in k5_utf16le_to_utf8() 172 if (IS_LOW_SURROGATE(ch1)) in k5_utf16le_to_utf8() 174 if (IS_HIGH_SURROGATE(ch1)) { in k5_utf16le_to_utf8() 179 ch = COMPOSE(ch1, ch2); in k5_utf16le_to_utf8() 181 ch = ch1; in k5_utf16le_to_utf8()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_tls13hrr.t | 191 my $ch1 = ${$proxy->message_list}[0]; 196 $ch1->ciphersuite_len(2 * scalar @ciphersuites); 197 $ch1->ciphersuites(\@ciphersuites); 204 $ch1->set_extension( 207 $ch1->repack();
|
| /freebsd/usr.bin/patch/ |
| H A D | patch.c | 828 int ch1, ch2; in abort_hunk() local 854 ch1 = i < split ? pch_char(i) : -1; in abort_hunk() 856 if (ch1 == '-') { in abort_hunk() 859 } else if (ch1 == ' ' && ch2 == ' ') { in abort_hunk() 863 } else if (ch1 == '!' && ch2 == '!') { in abort_hunk() 864 while (i < split && ch1 == '!') { in abort_hunk() 867 ch1 = i < split ? pch_char(i) : -1; in abort_hunk() 874 } else if (ch1 == '*') { in abort_hunk() 882 rej_line(ch1, i); in abort_hunk()
|
| /freebsd/usr.bin/look/ |
| H A D | look.c | 352 wchar_t ch1, ch2; in compare() local 356 ch1 = *s1; in compare() 369 if (ch1 != ch2) in compare() 370 return (ch1 < ch2 ? LESS : GREATER); in compare()
|
| /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() 192 if (b & 0x80) ch1.c[0] = fg; in ofwfb_bitblt_bitmap() 193 if (b & 0x40) ch1.c[1] = fg; in ofwfb_bitblt_bitmap() 194 if (b & 0x20) ch1.c[2] = fg; in ofwfb_bitblt_bitmap() 195 if (b & 0x10) ch1.c[3] = fg; in ofwfb_bitblt_bitmap() 202 *(uint32_t *)(sc->fb_vbase + line + c) = ch1.l; in ofwfb_bitblt_bitmap() 144 } ch1, ch2; ofwfb_bitblt_bitmap() local
|
| /freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
| H A D | rv1103b-pinctrl.dtsi | 315 pwm0m0_ch1: pwm0m0-ch1 { 340 pwm0m1_ch1: pwm0m1-ch1 { 359 pwm0m2_ch1: pwm0m2-ch1 { 380 pwm1m0_ch1: pwm1m0-ch1 { 405 pwm1m1_ch1: pwm1m1-ch1 { 432 pwm2m0_ch1: pwm2m0-ch1 { 457 pwm2m1_ch1: pwm2m1-ch1 {
|
| /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() 841 if (fline & 0x80) ch1.c[0] = fg; in ofwfb_putc8() 842 if (fline & 0x40) ch1.c[1] = fg; in ofwfb_putc8() 843 if (fline & 0x20) ch1.c[2] = fg; in ofwfb_putc8() 844 if (fline & 0x10) ch1.c[3] = fg; in ofwfb_putc8() 851 addr[0] = ch1.l; in ofwfb_putc8()
|
| /freebsd/usr.bin/sdiff/ |
| H A D | sdiff.c | 463 int ch1, ch2; in bindiff() 468 ch1 = getc_unlocked(f1); in bindiff() 470 } while (ch1 != EOF && ch2 != EOF && ch1 == ch2); in bindiff() 481 if (ch1 != EOF || ch2 != EOF) { in bindiff() 462 int ch1, ch2; bindiff() local
|
| /freebsd/sys/contrib/device-tree/src/arm/renesas/ |
| H A D | r8a77470.dtsi | 395 dma-names = "ch0", "ch1", "ch2", "ch3"; 430 dma-names = "ch0", "ch1", "ch2", "ch3"; 464 interrupt-names = "ch0", "ch1"; 478 interrupt-names = "ch0", "ch1"; 492 interrupt-names = "ch0", "ch1"; 506 interrupt-names = "ch0", "ch1"; 535 "ch0", "ch1", "ch2", "ch3", 568 "ch0", "ch1", "ch2", "ch3",
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sta32x.txt | 34 - st,ch1-output-mapping: Channel 1 output mapping 93 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
|
| H A D | st,sta350.txt | 30 - st,ch1-output-mapping: Channel 1 output mapping 123 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
|
| /freebsd/sys/dev/sec/ |
| H A D | sec.c | 1014 int ch0, ch1; in sec_enqueue() local 1023 ch1 = sec_eu_channel(sc, desc->sd_desc->shd_eu_sel1); in sec_enqueue() 1029 if (ch0 >= 0 && ch0 == ch1) { in sec_enqueue() 1040 if ((ch0 >= 0 && ch1 < 0) || (ch1 >= 0 && ch0 < 0)) { in sec_enqueue() 1041 if (sec_enqueue_desc(sc, desc, (ch0 >= 0) ? ch0 : ch1) in sec_enqueue() 1052 if (ch0 < 0 && ch1 < 0) { in sec_enqueue()
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-tse850-3.dts | 109 led-ch1-red { 113 led-ch1-green {
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/st/ |
| H A D | st,quadfs.txt | 45 "clk-s-c0-fs0-ch1",
|
| /freebsd/bin/sh/ |
| H A D | jobs.c | 1396 cmdtxt(n->nbinary.ch1); in cmdtxt() 1401 cmdtxt(n->nbinary.ch1); in cmdtxt() 1406 cmdtxt(n->nbinary.ch1); in cmdtxt() 1435 cmdtxt(n->nbinary.ch1); in cmdtxt() 1440 cmdtxt(n->nbinary.ch1); in cmdtxt()
|
| H A D | eval.c | 207 evaltree(n->nbinary.ch1, flags & ~EV_EXIT); in evaltree() 213 evaltree(n->nbinary.ch1, EV_TESTED); in evaltree() 220 evaltree(n->nbinary.ch1, EV_TESTED); in evaltree() 316 evaltree(n->nbinary.ch1, EV_TESTED); in evalloop()
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a77995.dtsi | 531 dma-names = "ch0", "ch1", "ch2", "ch3"; 546 interrupt-names = "ch0", "ch1"; 560 interrupt-names = "ch0", "ch1"; 617 "ch0", "ch1", "ch2", "ch3", 645 "ch0", "ch1", "ch2", "ch3", 673 "ch0", "ch1", "ch2", "ch3", 797 interrupt-names = "ch0", "ch1", "ch2", "ch3", 1194 "ch0", "ch1", "ch2", "ch3",
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32mp131.dtsi | 156 dma-names = "ch1", "ch2", "ch3", "ch4", "up"; 192 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 226 dma-names = "ch1", "ch2", "ch3", "up"; 262 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 552 dma-names = "ch1", "ch2", "ch3", "ch4", 593 dma-names = "ch1", "ch2", "ch3", "ch4", 1476 dma-names = "ch1", "up", "trig", "com"; 1509 dma-names = "ch1", "up"; 1542 dma-names = "ch1", "up";
|
| H A D | stm32mp151.dtsi | 623 dma-names = "ch1", "ch2", "ch3", "ch4", "up"; 660 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 695 dma-names = "ch1", "ch2", "ch3", "ch4"; 732 dma-names = "ch1", "ch2", "ch3", "ch4", "up", "trig"; 1206 dma-names = "ch1", "ch2", "ch3", "ch4", 1248 dma-names = "ch1", "ch2", "ch3", "ch4", 1339 dma-names = "ch1", "up", "trig", "com"; 1372 dma-names = "ch1", "up"; 1405 dma-names = "ch1", "up";
|
| /freebsd/sys/contrib/device-tree/src/mips/loongson/ |
| H A D | loongson1c.dtsi | 56 interrupt-names = "ch0", "ch1", "ch2";
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
| H A D | pxa300-raumfeld-speaker-one.dts | 119 st,ch1-output-mapping = /bits/ 8 <0>;
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | renesas,shdma.txt | 65 "ch0", "ch1", "ch2", "ch3",
|