/third_party/ffmpeg/libavcodec/ |
D | dca_lbr.c | 510 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 …]
|
D | ralf.c | 346 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()
|
D | hcadec.c | 267 static void apply_intensity_stereo(HCAContext *s, ChannelContext *ch1, ChannelContext *ch2, in apply_intensity_stereo() argument 273 float *c1 = &ch1->imdct_in[base_band_count]; in apply_intensity_stereo() 276 if (ch1->chan_type != 1 || !stereo_band_count) in apply_intensity_stereo()
|
/third_party/ltp/testcases/kernel/syscalls/syslog/ |
D | syslogtst.c | 40 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UCharacterIterator.java | 198 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UCharacterIterator.java | 213 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/skia/third_party/externals/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 279 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/ |
D | ftrandom.c | 279 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/ |
D | ftrandom.c | 279 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
D | 1-1.c | 61 char *ch1; in main() local 100 ch1 = pa + len + 1; in main() 101 *ch1 = 'b'; in main() 111 *ch1 = 'a'; in main()
|
/third_party/openssl/test/recipes/ |
D | 70-test_tls13hrr.t | 141 my $ch1 = ${$proxy->message_list}[0]; 145 $ch1->ciphersuite_len(2 * scalar @ciphersuites); 146 $ch1->ciphersuites(\@ciphersuites); 147 $ch1->repack();
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 40 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/ |
D | replace.h | 39 STRINGLIB_CHAR ch1 = (STRINGLIB_CHAR) u1; in STRINGLIB() 41 i = FASTSEARCH(s, end - s, &ch1, 1, 0, FAST_SEARCH); in STRINGLIB()
|
/third_party/libjpeg-turbo/ |
D | rdswitch.c | 404 char ch1, ch2; in set_sample_factors() local 409 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3) in set_sample_factors() 411 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */ in set_sample_factors()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdswitch.c | 400 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/ |
D | rdswitch.c | 400 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/python/Lib/test/ |
D | test_interpreters.py | 549 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/mesa3d/src/microsoft/compiler/ |
D | dxil_container.h | 56 #define DXIL_FOURCC(ch0, ch1, ch2, ch3) ( \ argument 57 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
|
/third_party/libxml2/ |
D | xpath.c | 955 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/ |
D | tokenizer.c | 265 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 …]
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-strings.c | 902 ecma_char_t ch1, ch2; in lit_compare_utf8_strings_relational() local 903 string1_pos += lit_read_code_unit_from_utf8 (string1_pos, &ch1); in lit_compare_utf8_strings_relational() 906 if (ch1 < ch2) in lit_compare_utf8_strings_relational() 910 else if (ch1 > ch2) in lit_compare_utf8_strings_relational()
|
/third_party/typescript/src/services/ |
D | patternMatcher.ts | 274 function equalChars(ch1: number, ch2: number, ignoreCase: boolean): boolean { 275 return ignoreCase ? toLowerCase(ch1) === toLowerCase(ch2) : ch1 === ch2;
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 215 #define BI_FOURCC(ch0, ch1, ch2, ch3) ( \ argument 216 (uint32_t)(ch0) | (uint32_t)(ch1) << 8 | \
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstsegmentation.h | 100 cv::Mat ch1, ch2, ch3; member
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | mediancut.c | 210 comparevariance (const void *ch1, const void *ch2) in comparevariance() argument 212 return ((const channelvariance *) ch1)->variance > in comparevariance() 214 *) ch1)->variance < in comparevariance()
|