Home
last modified time | relevance | path

Searched refs:ch1 (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd/usr.bin/cmp/
H A Dspecial.c46 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 Dtest-reader.c213 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 Dcaptoinfo.c540 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 Dutf8_conv.c156 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 D70-test_tls13hrr.t191 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 Dpatch.c828 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 Dlook.c352 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 Dofwfb.c146 } 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 Drv1103b-pinctrl.dtsi315 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 Dofw_syscons.c815 } 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 Dsdiff.c463 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 Dr8a77470.dtsi395 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 Dst,sta32x.txt34 - st,ch1-output-mapping: Channel 1 output mapping
93 st,ch1-output-mapping = /bits/ 8 <0>; // set channel 1 output ch 1
H A Dst,sta350.txt30 - 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 Dsec.c1014 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 Dat91-tse850-3.dts109 led-ch1-red {
113 led-ch1-green {
/freebsd/sys/contrib/device-tree/Bindings/clock/st/
H A Dst,quadfs.txt45 "clk-s-c0-fs0-ch1",
/freebsd/bin/sh/
H A Djobs.c1396 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 Deval.c207 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 Dr8a77995.dtsi531 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 Dstm32mp131.dtsi156 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 Dstm32mp151.dtsi623 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 Dloongson1c.dtsi56 interrupt-names = "ch0", "ch1", "ch2";
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/
H A Dpxa300-raumfeld-speaker-one.dts119 st,ch1-output-mapping = /bits/ 8 <0>;
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,shdma.txt65 "ch0", "ch1", "ch2", "ch3",

12345