Home
last modified time | relevance | path

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

123

/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c40 int status, flag3, fd, ch, ch1; in main() local
44 ch1 = -1; in main()
60 ch1 = random() % 8; in main()
62 ch1 = (random() % 5) + 1; in main()
65 ch, ch1); in main()
72 ch1 = random() % 8; in main()
74 ch1 = (random() % 5) + 1; in main()
77 ch, ch1); in main()
84 ch1 = atoi(argv[2]); in main()
88 assert(!((ch == 2 || ch == 8) && ch1 == -1)); in main()
[all …]
/third_party/ffmpeg/libavcodec/
Ddca_lbr.c510 static int parse_grid_1_chunk(DCALbrDecoder *s, LBRChunk *chunk, int ch1, int ch2) in parse_grid_1_chunk() argument
524 ret = parse_scale_factors(s, s->grid_1_scf[ch1][sb]); in parse_grid_1_chunk()
527 if (ch1 != ch2 && ff_dca_grid_1_to_scf[sb] < s->min_mono_subband) { in parse_grid_1_chunk()
539 s->grid_3_avg[ch1][sb] = parse_vlc(&s->gb, &ff_dca_vlc_avg_g3, 2) - 16; in parse_grid_1_chunk()
540 if (ch1 != ch2) { in parse_grid_1_chunk()
544 s->grid_3_avg[ch2][sb] = s->grid_3_avg[ch1][sb]; in parse_grid_1_chunk()
554 if (ch1 != ch2) { in parse_grid_1_chunk()
565 for (ch = ch1; ch <= ch2; ch++) in parse_grid_1_chunk()
567 s->part_stereo[ch][sb][sf] = parse_st_code(&s->gb, min_v[ch - ch1]); in parse_grid_1_chunk()
570 s->part_stereo_pres |= 1 << ch1; in parse_grid_1_chunk()
[all …]
Dralf.c346 int *ch0, *ch1; in decode_block() local
382 ch1 = ctx->channel_data[1]; in decode_block()
391 dst1[i] = ch1[i] + ctx->bias[1]; in decode_block()
398 dst1[i] = ch0[i] - (ch1[i] + ctx->bias[1]); in decode_block()
404 t2 = ch1[i] + ctx->bias[1]; in decode_block()
411 t = ch1[i] + ctx->bias[1]; in decode_block()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUCharacterIterator.java213 int ch1 = next(); in nextCodePoint() local
214 if (UTF16.isLeadSurrogate((char) ch1)) { in nextCodePoint()
217 return Character.toCodePoint((char) ch1, (char) ch2); in nextCodePoint()
223 return ch1; in nextCodePoint()
245 int ch1 = previous(); in previousCodePoint() local
246 if (UTF16.isTrailSurrogate((char) ch1)) { in previousCodePoint()
249 return Character.toCodePoint((char) ch2, (char) ch1); in previousCodePoint()
255 return ch1; in previousCodePoint()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUCharacterIterator.java198 int ch1 = next(); in nextCodePoint() local
199 if (UTF16.isLeadSurrogate((char) ch1)) { in nextCodePoint()
202 return Character.toCodePoint((char) ch1, (char) ch2); in nextCodePoint()
208 return ch1; in nextCodePoint()
228 int ch1 = previous(); in previousCodePoint() local
229 if (UTF16.isTrailSurrogate((char) ch1)) { in previousCodePoint()
232 return Character.toCodePoint((char) ch2, (char) ch1); in previousCodePoint()
238 return ch1; in previousCodePoint()
/third_party/boost/boost/gil/extension/numeric/
Dchannel_numeric_operations.hpp45 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult in operator ()()
47 return ChannelResult(ch1) + ChannelResult(ch2); in operator ()()
66 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult in operator ()()
68 return ChannelResult(ch1) - ChannelResult(ch2); in operator ()()
87 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult in operator ()()
89 return ChannelResult(ch1) * ChannelResult(ch2); in operator ()()
108 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult in operator ()()
110 return ChannelResult(ch1) / ChannelResult(ch2); in operator ()()
243 auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelRef2 in operator ()()
245 ch2 = Channel2(ch1); in operator ()()
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
Dftrandom.c279 int ch1 = getc( foo ); in figurefiletype() local
287 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) || in figurefiletype()
288 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) || in figurefiletype()
289 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) || in figurefiletype()
290 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) ) in figurefiletype()
295 else if ( ch1 == 0x80 && ch2 == '\01' ) in figurefiletype()
300 else if ( ch1 == '%' && ch2 == '!' ) in figurefiletype()
309 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 ) in figurefiletype()
314 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' ) in figurefiletype()
319 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' ) in figurefiletype()
[all …]
/third_party/freetype/src/tools/ftrandom/
Dftrandom.c279 int ch1 = getc( foo ); in figurefiletype() local
287 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) || in figurefiletype()
288 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) || in figurefiletype()
289 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) || in figurefiletype()
290 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) ) in figurefiletype()
295 else if ( ch1 == 0x80 && ch2 == '\01' ) in figurefiletype()
300 else if ( ch1 == '%' && ch2 == '!' ) in figurefiletype()
309 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 ) in figurefiletype()
314 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' ) in figurefiletype()
319 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' ) in figurefiletype()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/tools/ftrandom/
Dftrandom.c279 int ch1 = getc( foo ); in figurefiletype() local
287 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) || in figurefiletype()
288 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) || in figurefiletype()
289 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) || in figurefiletype()
290 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) ) in figurefiletype()
295 else if ( ch1 == 0x80 && ch2 == '\01' ) in figurefiletype()
300 else if ( ch1 == '%' && ch2 == '!' ) in figurefiletype()
309 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 ) in figurefiletype()
314 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' ) in figurefiletype()
319 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' ) in figurefiletype()
[all …]
/third_party/openssl/test/recipes/
D70-test_tls13hrr.t86 my $ch1 = ${$proxy->message_list}[0];
90 $ch1->ciphersuite_len(2 * scalar @ciphersuites);
91 $ch1->ciphersuites(\@ciphersuites);
92 $ch1->repack();
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
D1-1.c61 char *ch1; in main() local
100 ch1 = pa + len + 1; in main()
101 *ch1 = 'b'; in main()
111 *ch1 = 'a'; in main()
/third_party/boost/boost/xpressive/detail/core/matcher/
Dattr_matcher.hpp40 char_type operator ()(char_type ch1) const in operator ()()
42 return this->traits_.translate(ch1); in operator ()()
61 char_type operator ()(char_type ch1) const in operator ()()
63 return this->traits_.translate_nocase(ch1); in operator ()()
/third_party/e2fsprogs/misc/
Dutil.c57 int ch1 = *s1++, ch2 = *s2++; in strcasecmp() local
58 if (isupper (ch1)) in strcasecmp()
59 ch1 = tolower (ch1); in strcasecmp()
62 if (ch1 != ch2) in strcasecmp()
63 return ch1 - ch2; in strcasecmp()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c40 int ch1, ch2; in check_file_content() local
52 ch1 = getc(fp1); in check_file_content()
55 } while ((count < len) && (ch1 == ch2)); in check_file_content()
60 return !(ch1 == ch2); in check_file_content()
/third_party/python/Objects/stringlib/
Dreplace.h39 STRINGLIB_CHAR ch1 = (STRINGLIB_CHAR) u1; in STRINGLIB()
41 i = FASTSEARCH(s, end - s, &ch1, 1, 0, FAST_SEARCH); in STRINGLIB()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_container.h56 #define DXIL_FOURCC(ch0, ch1, ch2, ch3) ( \ argument
57 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdswitch.c400 char ch1, ch2; in set_sample_factors() local
405 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3) in set_sample_factors()
407 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */ in set_sample_factors()
/third_party/libjpeg-turbo/
Drdswitch.c400 char ch1, ch2; in set_sample_factors() local
405 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3) in set_sample_factors()
407 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */ in set_sample_factors()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Drdswitch.c400 char ch1, ch2; in set_sample_factors() local
405 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3) in set_sample_factors()
407 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */ in set_sample_factors()
/third_party/libusb/msvc/getopt/
Dgetopt.c276 # define SWAP_FLAGS(ch1, ch2) \ argument
279 char __tmp = __getopt_nonoption_flags[ch1]; \
280 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
284 # define SWAP_FLAGS(ch1, ch2) argument
287 # define SWAP_FLAGS(ch1, ch2) argument
/third_party/python/Lib/test/
Dtest_interpreters.py549 ch1, _ = interpreters.create_channel()
551 self.assertEqual(ch1, ch1)
552 self.assertNotEqual(ch1, ch2)
574 _, ch1 = interpreters.create_channel()
576 self.assertEqual(ch1, ch1)
577 self.assertNotEqual(ch1, ch2)
/third_party/boost/libs/multi_index/test/
Dtest_composite_key.cpp632 ckey_hash_t ch1; in DEFINE_TUPLE_MAKER() local
633 ckey_hash_t ch2(ch1); in DEFINE_TUPLE_MAKER()
639 ckey_hash_t ch4(get<0>(ch1.key_hash_functions())); in DEFINE_TUPLE_MAKER()
646 ch1(ck6(xystr(0,0,"hello")))== in DEFINE_TUPLE_MAKER()
647 ch1(TupleMaker::create(std::string("hello"),0,0))); in DEFINE_TUPLE_MAKER()
649 ch1(ck6(xystr(4,5,"world")))== in DEFINE_TUPLE_MAKER()
650 ch1(TupleMaker::create(std::string("world"),4,5))); in DEFINE_TUPLE_MAKER()
657 ch1(ck6(xystr(0,0,"hello")))==crh(ck6(xystr(0,0,"hello")))); in DEFINE_TUPLE_MAKER()
659 ch1(ck6(xystr(4,5,"world")))==crh(ck6(xystr(4,5,"world")))); in DEFINE_TUPLE_MAKER()
/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.c948 int ch1; /* First child */ member
1107 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, in xmlXPathCompExprAdd() argument
1128 comp->steps[comp->nbStep].ch1 = ch1; in xmlXPathCompExprAdd()
1178 tmp = op->ch1; in xmlXPathCompSwap()
1179 op->ch1 = op->ch2; in xmlXPathCompSwap()
1196 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1197 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
1665 if (op->ch1 >= 0) in xmlXPathDebugDumpStepOp()
1666 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1); in xmlXPathDebugDumpStepOp()
11672 if (op->ch1 != -1) { in xmlXPathCompOpEvalPredicate()
[all …]
/third_party/libxml2/
Dxpath.c955 int ch1; /* First child */ member
1114 xmlXPathCompExprAdd(xmlXPathParserContextPtr ctxt, int ch1, int ch2, in xmlXPathCompExprAdd() argument
1136 comp->steps[comp->nbStep].ch1 = ch1; in xmlXPathCompExprAdd()
1186 tmp = op->ch1; in xmlXPathCompSwap()
1187 op->ch1 = op->ch2; in xmlXPathCompSwap()
1204 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \ argument
1205 xmlXPathCompExprAdd(ctxt, (ch1), (ch2), (op), \
1673 if (op->ch1 >= 0) in xmlXPathDebugDumpStepOp()
1674 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1); in xmlXPathDebugDumpStepOp()
11882 if (op->ch1 != -1) { in xmlXPathCompOpEvalPredicate()
[all …]
/third_party/python/Parser/
Dtokenizer.c265 int ch1, ch2, ch3; in check_bom() local
266 ch1 = get_char(tok); in check_bom()
268 if (ch1 == EOF) { in check_bom()
270 } else if (ch1 == 0xEF) { in check_bom()
274 unget_char(ch1, tok); in check_bom()
281 unget_char(ch1, tok); in check_bom()
287 } else if (ch1 == 0xFE) { in check_bom()
291 unget_char(ch1, tok); in check_bom()
297 } else if (ch1 == 0xFF) { in check_bom()
301 unget_char(ch1, tok); in check_bom()
[all …]

123