/third_party/libfuse/lib/modules/ |
H A D | iconv.c | 32 struct iconv *ic; member 42 static int iconv_convpath(struct iconv *ic, const char *path, char **newpathp, in iconv_convpath() argument 66 pthread_mutex_lock(&ic->lock); in iconv_convpath() 68 res = iconv(fromfs ? ic->fromfs : ic->tofs, (char **) &path, in iconv_convpath() 91 pthread_mutex_unlock(&ic->lock); in iconv_convpath() 97 iconv(fromfs ? ic->fromfs : ic->tofs, NULL, NULL, NULL, NULL); in iconv_convpath() 98 pthread_mutex_unlock(&ic->lock); in iconv_convpath() 106 struct iconv *ic in iconv_getattr() local 118 struct iconv *ic = iconv_get(); iconv_access() local 130 struct iconv *ic = iconv_get(); iconv_readlink() local 151 struct iconv *ic = iconv_get(); iconv_opendir() local 179 struct iconv *ic = iconv_get(); iconv_readdir() local 196 struct iconv *ic = iconv_get(); iconv_releasedir() local 208 struct iconv *ic = iconv_get(); iconv_mknod() local 220 struct iconv *ic = iconv_get(); iconv_mkdir() local 232 struct iconv *ic = iconv_get(); iconv_unlink() local 244 struct iconv *ic = iconv_get(); iconv_rmdir() local 256 struct iconv *ic = iconv_get(); iconv_symlink() local 273 struct iconv *ic = iconv_get(); iconv_rename() local 290 struct iconv *ic = iconv_get(); iconv_link() local 308 struct iconv *ic = iconv_get(); iconv_chmod() local 321 struct iconv *ic = iconv_get(); iconv_chown() local 334 struct iconv *ic = iconv_get(); iconv_truncate() local 347 struct iconv *ic = iconv_get(); iconv_utimens() local 360 struct iconv *ic = iconv_get(); iconv_create() local 372 struct iconv *ic = iconv_get(); iconv_open_file() local 385 struct iconv *ic = iconv_get(); iconv_read_buf() local 398 struct iconv *ic = iconv_get(); iconv_write_buf() local 410 struct iconv *ic = iconv_get(); iconv_statfs() local 422 struct iconv *ic = iconv_get(); iconv_flush() local 434 struct iconv *ic = iconv_get(); iconv_release() local 447 struct iconv *ic = iconv_get(); iconv_fsync() local 460 struct iconv *ic = iconv_get(); iconv_fsyncdir() local 473 struct iconv *ic = iconv_get(); iconv_setxattr() local 487 struct iconv *ic = iconv_get(); iconv_getxattr() local 499 struct iconv *ic = iconv_get(); iconv_listxattr() local 511 struct iconv *ic = iconv_get(); iconv_removexattr() local 524 struct iconv *ic = iconv_get(); iconv_lock() local 536 struct iconv *ic = iconv_get(); iconv_flock() local 548 struct iconv *ic = iconv_get(); iconv_bmap() local 561 struct iconv *ic = iconv_get(); iconv_lseek() local 574 struct iconv *ic = iconv_get(); iconv_init() local 583 struct iconv *ic = data; iconv_destroy() local 675 struct iconv *ic; iconv_new() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | resampler.c | 1021 unsigned oc, ic; in setup_remap() local 1052 for (ic = 0; ic < n_ic; ic++) { in setup_remap() 1053 pa_channel_position_t a = r->i_cm.map[ic]; in setup_remap() 1057 m->map_table_f[oc][ic] = 1.0f; in setup_remap() 1134 for (ic = 0; ic < n_ic; ic++) { in setup_remap() 1135 if (on_left(r->i_cm.map[ic])) in setup_remap() [all...] |
H A D | remap.c | 262 unsigned oc, ic, i; in remap_channels_matrix_s16ne_c() local 272 for (ic = 0; ic < n_ic; ic++) { in remap_channels_matrix_s16ne_c() 274 const int16_t *s = src + ic; in remap_channels_matrix_s16ne_c() 275 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s16ne_c() 292 unsigned oc, ic, i; in remap_channels_matrix_s32ne_c() local 302 for (ic = 0; ic < n_ic; ic in remap_channels_matrix_s32ne_c() 322 unsigned oc, ic, i; remap_channels_matrix_float32ne_c() local 354 unsigned ic, oc; pa_setup_remap_arrange() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 1551 static int has_duration(AVFormatContext *ic) in has_duration() argument 1553 for (unsigned i = 0; i < ic->nb_streams; i++) { in has_duration() 1554 const AVStream *const st = ic->streams[i]; in has_duration() 1558 if (ic->duration != AV_NOPTS_VALUE) in has_duration() 1568 static void update_stream_timings(AVFormatContext *ic) in update_stream_timings() argument 1580 for (unsigned i = 0; i < ic->nb_streams; i++) { in update_stream_timings() 1581 AVStream *const st = ic->streams[i]; in update_stream_timings() 1602 for (AVProgram *p = NULL; (p = av_find_program_from_stream(ic, p, i)); ) { in update_stream_timings() 1621 av_log(ic, AV_LOG_VERBOSE, "Ignoring outlier non primary stream starttime %f\n", start_time_text / (float)AV_TIME_BASE); in update_stream_timings() 1626 av_log(ic, AV_LOG_VERBOS in update_stream_timings() 1662 fill_all_stream_timings(AVFormatContext *ic) fill_all_stream_timings() argument 1679 estimate_timings_from_bit_rate(AVFormatContext *ic) estimate_timings_from_bit_rate() argument 1736 estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset) estimate_timings_from_pts() argument 1887 estimate_timings(AVFormatContext *ic, int64_t old_offset) estimate_timings() argument 2190 ff_rfps_add_frame(AVFormatContext *ic, AVStream *st, int64_t ts) ff_rfps_add_frame() argument 2251 ff_rfps_calculate(AVFormatContext *ic) ff_rfps_calculate() argument 2432 avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options) avformat_find_stream_info() argument [all...] |
H A D | dump.c | 512 static void dump_stream_format(const AVFormatContext *ic, int i, in dump_stream_format() argument 516 int flags = (is_output ? ic->oformat->flags : ic->iformat->flags); in dump_stream_format() 517 const AVStream *st = ic->streams[i]; in dump_stream_format() 520 const char *separator = ic->dump_separator; in dump_stream_format() 630 void av_dump_format(AVFormatContext *ic, int index, in av_dump_format() argument 634 uint8_t *printed = ic->nb_streams ? av_mallocz(ic->nb_streams) : NULL; in av_dump_format() 635 if (ic->nb_streams && !printed) in av_dump_format() 641 is_output ? ic in av_dump_format() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | image.c | 641 tile->ic = NULL; in flush_tile() 650 tile->ic = NULL; in flush_tile() 662 tile->ic = NULL; in flush_tile() 671 tile->ic = NULL; in flush_tile() 677 if (write(img->cachefile, tile->ic->pixels, in flush_tile() 681 tile->ic = NULL; in flush_tile() 701 cups_ic_t *ic; /* Cache pointer */ in get_tile() local 733 if ((ic = tile->ic) == NULL) in get_tile() 737 if ((ic in get_tile() [all...] |
/third_party/ffmpeg/libavformat/tests/ |
H A D | seek.c | 60 AVFormatContext *ic = avformat_alloc_context(); in main() local 82 ic->flags |= AVFMT_FLAG_FAST_SEEK; in main() 102 ret = avformat_open_input(&ic, filename, NULL, &format_opts); in main() 109 ret = avformat_find_stream_info(ic, NULL); in main() 116 if(firstback) avformat_seek_file(ic, -1, INT64_MIN, seekfirst, seekfirst, 0); in main() 117 else avformat_seek_file(ic, -1, seekfirst, seekfirst, INT64_MAX, 0); in main() 126 ret= av_read_frame(ic, &pkt); in main() 129 st= ic->streams[pkt.stream_index]; in main() 142 stream_id= (i>>1)%(ic->nb_streams+1) - 1; in main() 145 st= ic in main() [all...] |
/third_party/ffmpeg/doc/ |
H A D | texi2pod.pl | 174 $ic = pop @icstack; 177 $ic = pop @icstack; 257 push @icstack, $ic; 258 $ic = $1 ? $1 : "*"; 265 push @icstack, $ic; 267 $ic = $1 . "."; 269 $ic = "1."; 277 push @icstack, $ic; 279 $ic = $2; 280 $ic [all...] |
/third_party/backends/japi/ |
H A D | ScanIt.java | 85 ImageConsumer ic = (ImageConsumer) next.nextElement(); in tellStatus() 86 ic.imageComplete(s); in tellStatus() 103 ImageConsumer ic = (ImageConsumer) next.nextElement(); in tellDimensions() 104 ic.setDimensions(w, h); in tellDimensions() 122 ImageConsumer ic = (ImageConsumer) next.nextElement(); in tellPixels() 123 ic.setPixels(x, y, w, h, cm, image, 0, width); in tellPixels() 139 public synchronized void addConsumer(ImageConsumer ic) in addConsumer() argument 141 if (consumers.contains(ic)) in addConsumer() 143 consumers.addElement(ic); in addConsumer() 149 public synchronized boolean isConsumer(ImageConsumer ic) in isConsumer() argument 155 removeConsumer(ImageConsumer ic) removeConsumer() argument 161 startProduction(ImageConsumer ic) startProduction() argument 177 requestTopDownLeftRightResend(ImageConsumer ic) requestTopDownLeftRightResend() argument [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | TestOutputActivity.java | 63 int ic = 0; in onCreate() 64 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox0); in onCreate() 65 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox1); in onCreate() 66 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox2); in onCreate() 67 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox3); in onCreate() 68 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox4); in onCreate() 69 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox5); in onCreate() 70 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox6); in onCreate() 71 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox7); in onCreate()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrtest.c | 365 char ic = invLocale[i]; in TestLocaleAtSign() local 366 if (ic == 0) { break; } in TestLocaleAtSign() 368 UBool actual = uprv_isAtSign(ic); in TestLocaleAtSign() 370 log_err("uprv_isAtSign('%c')=%d is wrong\n", ic, (int)actual); in TestLocaleAtSign() 379 char ic = nativeInvChars[i]; in TestNoInvariantAtSign() local 380 UBool actual = uprv_isAtSign(ic); in TestNoInvariantAtSign() 382 log_err("uprv_isAtSign(invariant '%c')=true is wrong\n", ic); in TestNoInvariantAtSign() 384 if (ic == 0) { break; } in TestNoInvariantAtSign() 391 char ic = nativeInvChars[i]; in TestInvCharToAscii() local 393 uint8_t actual = uprv_invCharToAscii(ic); in TestInvCharToAscii() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 62 if (const IntConstant* ic = AsIntConstant()) { in GetU32() 63 return ic->GetU32BitValue(); in GetU32() 74 if (const IntConstant* ic = AsIntConstant()) { in GetU64() 75 return ic->GetU64BitValue(); in GetU64() 86 if (const IntConstant* ic = AsIntConstant()) { in GetS32() 87 return ic->GetS32BitValue(); in GetS32() 98 if (const IntConstant* ic = AsIntConstant()) { in GetS64() 99 return ic->GetS64BitValue(); in GetS64() 113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() 115 value = ic in GetZeroExtendedValue() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 62 if (const IntConstant* ic = AsIntConstant()) { in GetU32() 63 return ic->GetU32BitValue(); in GetU32() 74 if (const IntConstant* ic = AsIntConstant()) { in GetU64() 75 return ic->GetU64BitValue(); in GetU64() 86 if (const IntConstant* ic = AsIntConstant()) { in GetS32() 87 return ic->GetS32BitValue(); in GetS32() 98 if (const IntConstant* ic = AsIntConstant()) { in GetS64() 99 return ic->GetS64BitValue(); in GetS64() 113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() 115 value = ic in GetZeroExtendedValue() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_neon_inc.h | 89 int_char ic; in FF_FUN() local 94 ic.x = chars; in FF_FUN() 97 sljit_u8 c1 = ic.c.c1; in FF_FUN() 101 sljit_u8 c1 = ic.c.c1; in FF_FUN() 103 sljit_u8 c2 = ic.c.c2; in FF_FUN() 107 sljit_u8 c1 = ic.c.c1; in FF_FUN() 109 sljit_u8 mask = ic.c.c2; in FF_FUN() 118 PCRE2_UCHAR char1a = ic.c.c1; in FF_FUN() 119 PCRE2_UCHAR char2a = ic.c.c3; in FF_FUN() 127 PCRE2_UCHAR char1b = ic in FF_FUN() [all...] |
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | compiler-types.cc | 8 namespace ic = v8::internal::compiler; 17 ic::BitsetType::bitset bits = in _v8_debug_helper_BitsetName() 18 static_cast<ic::BitsetType::bitset>(payload ^ 1u); in _v8_debug_helper_BitsetName() 21 case ic::BitsetType::k##type: \ in _v8_debug_helper_BitsetName()
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_image_external.cpp | 111 wuffs_base__image_config ic; in load_png_with_wuffs() local 113 wuffs_base__status status = wuffs_png__decoder__decode_image_config(dec, &ic, &src); in load_png_with_wuffs() 119 uint32_t dim_x = wuffs_base__pixel_config__width(&ic.pixcfg); in load_png_with_wuffs() 120 uint32_t dim_y = wuffs_base__pixel_config__height(&ic.pixcfg); in load_png_with_wuffs() 129 &ic.pixcfg, in load_png_with_wuffs() 154 status = wuffs_base__pixel_buffer__set_from_slice(&pb, &ic.pixcfg, pixbuf_slice); in load_png_with_wuffs()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGNode.cpp | 132 const SkRect& Node::revalidate(InvalidationController* ic, const SkMatrix& ctm) { in revalidate() argument 140 ic && ((fFlags & kDamage_Flag) || (fInvalTraits & kOverrideDamage_Trait)); in revalidate() 143 fBounds = this->onRevalidate(ic, ctm); in revalidate() 148 auto* ic_override = (fInvalTraits & kOverrideDamage_Trait) ? nullptr : ic; in revalidate() 151 ic->inval(prev_bounds, ctm); in revalidate() 153 ic->inval(fBounds, ctm); in revalidate()
|
H A D | SkSGTransform.cpp | 55 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { 56 fA->revalidate(ic, ctm); 57 fB->revalidate(ic, ctm); 100 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { 101 fT->revalidate(ic, ctm); 193 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate() argument 197 fTransform->revalidate(ic, ctm); in onRevalidate() 201 auto bounds = this->INHERITED::onRevalidate(ic, SkMatrix::Concat(ctm, m)); in onRevalidate()
|
/third_party/skia/modules/sksg/tests/ |
H A D | SGTest.cpp | 31 sksg::InvalidationController ic; in check_inval() local 32 const auto bbox = root->revalidate(&ic, SkMatrix::I()); in check_inval() 37 ic.bounds().left(), ic.bounds().top(), ic.bounds().right(), ic.bounds().bottom()); in check_inval() 41 REPORTER_ASSERT(reporter, ic.bounds() == expected_inval_bounds); in check_inval() 44 const auto damage_count = SkTo<size_t>(ic.end() - ic.begin()); in check_inval() 48 r2 = ic in check_inval() [all...] |
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
H A D | ssl_cert.c | 26 CERT *__ssl_cert_new(CERT *ic, void *rngctx) in __ssl_cert_new() argument 39 if (ic) { in __ssl_cert_new() 40 ipk = ic->pkey; in __ssl_cert_new() 41 ix = ic->x509; in __ssl_cert_new()
|
/third_party/spirv-tools/source/opt/ |
H A D | constants.cpp | 61 if (const IntConstant* ic = AsIntConstant()) { in GetU32() 62 return ic->GetU32BitValue(); in GetU32() 73 if (const IntConstant* ic = AsIntConstant()) { in GetU64() 74 return ic->GetU64BitValue(); in GetU64() 85 if (const IntConstant* ic = AsIntConstant()) { in GetS32() 86 return ic->GetS32BitValue(); in GetS32() 97 if (const IntConstant* ic = AsIntConstant()) { in GetS64() 98 return ic->GetS64BitValue(); in GetS64() 112 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() 114 value = ic in GetZeroExtendedValue() [all...] |
/third_party/toybox/toys/posix/ |
H A D | iconv.c | 32 void *ic; 52 iconv(TT.ic, &in, &inlen, &out, &outlen); in do_iconv() 69 if ((iconv_t)-1 == (TT.ic = iconv_open(TT.t, TT.f))) in iconv_main() 72 if (CFG_TOYBOX_FREE) iconv_close(TT.ic); in iconv_main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | inferentialTypingWithFunctionTypeSyntacticScenarios.js | 20 var ic: IdentityConstructor; variable 21 s = map("", new ic()); 45 var ic;
variable 46 s = map("", new ic());
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 216 AVFormatContext *ic; member 1195 AVFormatContext *ic = is->ic; in stream_component_close() local 1198 if (stream_index < 0 || stream_index >= ic->nb_streams) in stream_component_close() 1200 codecpar = ic->streams[stream_index]->codecpar; in stream_component_close() 1231 ic->streams[stream_index]->discard = AVDISCARD_ALL; in stream_component_close() 1264 avformat_close_input(&is->ic); in stream_close() 1776 frame->sample_aspect_ratio = av_guess_sample_aspect_ratio(is->ic, is->video_st, frame); in get_video_frame() 1848 AVRational fr = av_guess_frame_rate(is->ic, is->video_st, NULL); in configure_video_filters() 2124 AVRational frame_rate = av_guess_frame_rate(is->ic, i in video_thread() 2557 AVFormatContext *ic = is->ic; stream_component_open() local 2745 AVFormatContext *ic = NULL; read_thread() local 3128 AVFormatContext *ic = is->ic; stream_cycle_channel() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | indeo2.c | 238 Ir2Context * const ic = avctx->priv_data; in ir2_decode_init() local 240 ic->avctx = avctx; in ir2_decode_init() 244 ic->picture = av_frame_alloc(); in ir2_decode_init() 245 if (!ic->picture) in ir2_decode_init() 255 Ir2Context * const ic = avctx->priv_data; in ir2_decode_end() local 257 av_frame_free(&ic->picture); in ir2_decode_end()
|