Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/third_party/musl/src/stdio/
Dfopencookie.c16 struct fcookie fc; member
22 struct fcookie *fc = f->cookie; in cookieread() local
27 if (!fc->iofuncs.read) goto bail; in cookieread()
30 ret = fc->iofuncs.read(fc->cookie, (char *) buf, len2); in cookieread()
40 ret = fc->iofuncs.read(fc->cookie, (char *) f->rpos, f->buf_size); in cookieread()
56 struct fcookie *fc = f->cookie; in cookiewrite() local
59 if (!fc->iofuncs.write) return len; in cookiewrite()
64 ret = fc->iofuncs.write(fc->cookie, (const char *) buf, len); in cookiewrite()
75 struct fcookie *fc = f->cookie; in cookieseek() local
81 if (!fc->iofuncs.seek) { in cookieseek()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_match.c606 uint32_t fc; /* Character values */ in match() local
935 GETCHARLEN(fc, Fecode, Flength); in match()
980 GETCHARLEN(fc, Fecode, Flength); in match()
987 if (fc < 128) in match()
990 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
1005 if (dc != fc && dc != UCD_OTHERCASE(fc)) RRETURN(MATCH_NOMATCH); in match()
1015 fc = Fecode[1]; in match()
1016 if (fc < 128) in match()
1018 if (mb->lcc[fc] != TABLE_GET(cc, mb->lcc, cc)) RRETURN(MATCH_NOMATCH); in match()
1022 if (cc != fc && cc != UCD_OTHERCASE(fc)) RRETURN(MATCH_NOMATCH); in match()
[all …]
/third_party/grpc/test/core/channel/
Dchannel_args_test.cc62 fake_class* fc = static_cast<fake_class*>(arg); in fake_pointer_arg_copy() local
64 new_fc->foo = fc->foo; in fake_pointer_arg_copy()
70 fake_class* fc = static_cast<fake_class*>(arg); in fake_pointer_arg_destroy() local
71 gpr_free(fc); in fake_pointer_arg_destroy()
87 fake_class* fc = static_cast<fake_class*>(gpr_malloc(sizeof(fake_class))); in test_channel_create_with_args() local
88 fc->foo = 42; in test_channel_create_with_args()
90 const_cast<char*>("arg_pointer"), fc, &fake_pointer_arg_vtable); in test_channel_create_with_args()
97 gpr_free(fc); in test_channel_create_with_args()
151 fake_class* fc = static_cast<fake_class*>(gpr_malloc(sizeof(fake_class))); in test_channel_create_with_global_mutator() local
152 fc->foo = 42; in test_channel_create_with_global_mutator()
[all …]
/third_party/ffmpeg/libavcodec/
Dvorbisenc.c272 vorbis_enc_floor *fc; in create_vorbis_context() local
326 fc = &venc->floors[0]; in create_vorbis_context()
327 fc->partitions = NUM_FLOOR_PARTITIONS; in create_vorbis_context()
328 fc->partition_to_class = av_malloc(sizeof(int) * fc->partitions); in create_vorbis_context()
329 if (!fc->partition_to_class) in create_vorbis_context()
331 fc->nclasses = 0; in create_vorbis_context()
332 for (i = 0; i < fc->partitions; i++) { in create_vorbis_context()
334 fc->partition_to_class[i] = a[i]; in create_vorbis_context()
335 fc->nclasses = FFMAX(fc->nclasses, fc->partition_to_class[i]); in create_vorbis_context()
337 fc->nclasses++; in create_vorbis_context()
[all …]
Dlzw.c61 int fc, oc; member
151 s->oc = s->fc = -1; in ff_lzw_decode_init()
170 int l, c, code, oc, fc; in ff_lzw_decode() local
180 fc = s->fc; in ff_lzw_decode()
196 fc= oc= -1; in ff_lzw_decode()
199 if (code == s->slot && fc>=0) { in ff_lzw_decode()
200 *sp++ = fc; in ff_lzw_decode()
213 fc = code; in ff_lzw_decode()
227 s->fc = fc; in ff_lzw_decode()
/third_party/ffmpeg/libavformat/
Dmov.c96 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_track_or_disc_number()
97 av_dict_set(&c->fc->metadata, key, buf, 0); in mov_metadata_track_or_disc_number()
110 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_int8_bypass_padding()
111 av_dict_set_int(&c->fc->metadata, key, avio_r8(pb), 0); in mov_metadata_int8_bypass_padding()
119 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_int8_no_padding()
120 av_dict_set_int(&c->fc->metadata, key, avio_r8(pb), 0); in mov_metadata_int8_no_padding()
135 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_gnre()
136 av_dict_set(&c->fc->metadata, key, ff_id3v1_genre_str[genre-1], 0); in mov_metadata_gnre()
195 av_log(c->fc, AV_LOG_WARNING, "Unknown cover type: 0x%x.\n", type); in mov_read_covr()
200 st = avformat_new_stream(c->fc, NULL); in mov_read_covr()
[all …]
Dmov_esds.c23 int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb) in ff_mov_read_esds() argument
28 if (fc->nb_streams < 1) in ff_mov_read_esds()
30 st = fc->streams[fc->nb_streams-1]; in ff_mov_read_esds()
33 ff_mp4_read_descr(fc, pb, &tag); in ff_mov_read_esds()
39 ff_mp4_read_descr(fc, pb, &tag); in ff_mov_read_esds()
41 ret = ff_mp4_read_dec_config_descr(fc, st, pb); in ff_mov_read_esds()
Dmxfdec.c279 AVFormatContext *fc; member
639 av_log(mxf->fc, AV_LOG_ERROR, "item_num %d is too large\n", item_num); in mxf_read_primer_pack()
643 av_log(mxf->fc, AV_LOG_VERBOSE, "Multiple primer packs\n"); in mxf_read_primer_pack()
657 AVFormatContext *s = mxf->fc; in mxf_read_partition_pack()
699 av_log(mxf->fc, AV_LOG_ERROR, "unknown partition type %i\n", uid[13]); in mxf_read_partition_pack()
717 av_log(mxf->fc, AV_LOG_ERROR, "Failed reading UID\n"); in mxf_read_partition_pack()
730 av_log(mxf->fc, AV_LOG_ERROR, in mxf_read_partition_pack()
743 av_log(mxf->fc, AV_LOG_ERROR, in mxf_read_partition_pack()
751 av_log(mxf->fc, AV_LOG_ERROR, in mxf_read_partition_pack()
759 av_log(mxf->fc, AV_LOG_TRACE, in mxf_read_partition_pack()
[all …]
Doptions.c38 AVFormatContext* fc = (AVFormatContext*) ptr; in format_to_name() local
39 if(fc->iformat) return fc->iformat->name; in format_to_name()
40 else if(fc->oformat) return fc->oformat->name; in format_to_name()
/third_party/openssl/crypto/
Ds390x_arch.h15 void s390x_kimd(const unsigned char *in, size_t len, unsigned int fc,
18 size_t outlen, unsigned int fc, void *param);
20 unsigned int fc, void *param);
21 void s390x_kmac(const unsigned char *in, size_t len, unsigned int fc,
24 unsigned int fc, void *param);
26 unsigned int fc, void *param);
28 size_t len, unsigned char *out, unsigned int fc, void *param);
Ds390xcpuid.pl269 my ($in,$len,$fc,$param) = map("%r$_",(2..5));
275 llgfr %r0,$fc
290 my ($in,$inlen,$out,$outlen,$fc) = map("%r$_",(2..6));
296 llgfr %r0,$fc
311 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6));
317 lr %r0,$fc
332 my ($in,$len,$fc,$param) = map("%r$_",(2..5));
338 lr %r0,$fc
353 my ($in,$len,$out,$fc,$param) = map("%r$_",(2..6));
359 lr %r0,$fc
[all …]
/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontCollectionTest.cpp43 void expectVSGlyphs(const FontCollection* fc, in expectVSGlyphs() argument
52 EXPECT_FALSE(fc->hasVariationSelector(codepoint, vs)) in expectVSGlyphs()
55 EXPECT_TRUE(fc->hasVariationSelector(codepoint, vs)) in expectVSGlyphs()
66 std::shared_ptr<FontCollection> fc(new FontCollection(families)); in TEST() local
68 EXPECT_FALSE(fc->hasVariationSelector(0x82A6, 0)); in TEST()
70 fc.get(), 0x82A6, in TEST()
73 EXPECT_FALSE(fc->hasVariationSelector(0x845B, 0)); in TEST()
75 fc.get(), 0x845B, in TEST()
78 EXPECT_FALSE(fc->hasVariationSelector(0x537F, 0)); in TEST()
79 expectVSGlyphs(fc.get(), 0x537F, std::set<uint32_t>({0xFE0E})); in TEST()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/power/pmic/
Dpmic_max8997.c31 unsigned char fc; in pmic_charger_state() local
52 fc = (current - CHARGER_MIN_CURRENT) / CHARGER_CURRENT_RESOLUTION; in pmic_charger_state()
53 fc = fc & 0xf; /* up to 950 mA */ in pmic_charger_state()
55 printf("Enable the charger @ %d [mA]\n", fc * CHARGER_CURRENT_RESOLUTION in pmic_charger_state()
58 val = fc | MBCICHFCSET; in pmic_charger_state()
/third_party/boost/libs/beast/test/beast/http/
Dread.cpp55 test::fail_count fc(n); in failMatrix() local
56 test::stream ts{ioc_, fc}; in failMatrix()
57 test_parser<isRequest> p(fc); in failMatrix()
71 test::fail_count fc(n); in failMatrix() local
72 test::stream ts{ioc_, fc, in failMatrix()
74 test_parser<isRequest> p(fc); in failMatrix()
87 test::fail_count fc(n); in failMatrix() local
88 test::stream ts{ioc_, fc}; in failMatrix()
89 test_parser<isRequest> p(fc); in failMatrix()
102 test::fail_count fc(n); in failMatrix() local
[all …]
/third_party/boost/boost/beast/_experimental/test/impl/
Dstream.ipp55 test::fail_count* fc) ->
59 auto sp = boost::make_shared<state>(ctx, svc.sp_, fc);
93 if(in_->fc && in_->fc->fail(ec))
128 , fc(fc_)
199 other.in_->ioc, other.in_->fc);
211 other.in_->ioc, other.in_->fc);
230 fail_count& fc)
231 : in_(service::make_impl(ioc, &fc))
249 fail_count& fc,
251 : in_(service::make_impl(ioc, &fc))
[all …]
Dstream.hpp59 test::fail_count* fc) ->
255 if(in_->fc && in_->fc->fail(ec)) in operator ()()
312 if(in_->fc && in_->fc->fail(ec)) in read_some()
397 if(in_->fc && in_->fc->fail(ec)) in write_some()
459 if( s.in_->fc && in async_teardown()
460 s.in_->fc->fail(ec)) in async_teardown()
466 if( s.in_->fc && in async_teardown()
467 s.in_->fc->fail(ec)) in async_teardown()
/third_party/boost/libs/beast/test/beast/websocket/
Dping.cpp108 doFailLoop([&](test::fail_count& fc) in testSuspend()
112 stream<test::stream> ws{ioc, fc}; in testSuspend()
141 doFailLoop([&](test::fail_count& fc) in testSuspend()
145 stream<test::stream> ws{ioc, fc}; in testSuspend()
173 doFailLoop([&](test::fail_count& fc) in testSuspend()
177 stream<test::stream> ws{ioc, fc}; in testSuspend()
214 doFailLoop([&](test::fail_count& fc) in testSuspend()
218 stream<test::stream> ws{ioc, fc}; in testSuspend()
256 doFailLoop([&](test::fail_count& fc) in testSuspend()
260 stream<test::stream> ws{ioc, fc}; in testSuspend()
[all …]
Dclose.cpp288 doFailLoop([&](test::fail_count& fc) in testSuspend()
292 stream<test::stream> ws{ioc, fc}; in testSuspend()
320 doFailLoop([&](test::fail_count& fc) in testSuspend()
324 stream<test::stream> ws{ioc, fc}; in testSuspend()
353 doFailLoop([&](test::fail_count& fc) in testSuspend()
358 stream<test::stream> ws{ioc, fc}; in testSuspend()
394 doFailLoop([&](test::fail_count& fc) in testSuspend()
399 stream<test::stream> ws{ioc, fc}; in testSuspend()
435 doFailLoop([&](test::fail_count& fc) in testSuspend()
440 stream<test::stream> ws{ioc, fc}; in testSuspend()
[all …]
Dwrite.cpp305 doFailLoop([&](test::fail_count& fc) in testWriteSuspend()
309 stream<test::stream> ws{ioc, fc}; in testWriteSuspend()
338 doFailLoop([&](test::fail_count& fc) in testWriteSuspend()
342 stream<test::stream> ws{ioc, fc}; in testWriteSuspend()
370 doFailLoop([&](test::fail_count& fc) in testWriteSuspend()
374 stream<test::stream> ws{ioc, fc}; in testWriteSuspend()
412 doFailLoop([&](test::fail_count& fc) in testWriteSuspend()
416 stream<test::stream> ws{ioc, fc}; in testWriteSuspend()
446 doFailLoop([&](test::fail_count& fc) in testWriteSuspend()
450 stream<test::stream> ws{ioc, fc}; in testWriteSuspend()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/example/gifplayer/
Dgifplayer.c346 wuffs_base__frame_config fc = {0}; in play() local
348 wuffs_gif__decoder__decode_frame_config(&dec, &fc, &src); in play()
356 if (wuffs_base__frame_config__index(&fc) == 0) { in play()
358 wuffs_base__frame_config__background_color(&fc); in play()
366 switch (wuffs_base__frame_config__disposal(&fc)) { in play()
381 compose(&pb, wuffs_base__frame_config__bounds(&fc)); in play()
385 switch (wuffs_base__frame_config__disposal(&fc)) { in play()
387 restore_background(&pb, wuffs_base__frame_config__bounds(&fc), in play()
388 wuffs_base__frame_config__background_color(&fc)); in play()
421 (1000 * wuffs_base__frame_config__duration(&fc)) / in play()
/third_party/boost/libs/beast/test/beast/core/
Dbuffered_read_stream.cpp133 test::fail_count fc{n}; in testRead() local
134 test::stream ts(ioc_, fc, ", world!"); in testRead()
151 test::fail_count fc{n}; in testRead() local
152 test::stream ts(ioc_, fc, ", world!"); in testRead()
170 test::fail_count fc{n}; in testRead() local
171 test::stream ts(ioc_, fc, ", world!"); in testRead()
189 test::fail_count fc{n}; in testRead() local
190 test::stream ts(ioc_, fc, ", world!"); in testRead()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_monitor.c29 u16 fc; in handle_tx_callback() local
33 fc = le_to_host16(hdr->frame_control); in handle_tx_callback()
36 event.tx_status.type = WLAN_FC_GET_TYPE(fc); in handle_tx_callback()
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in handle_tx_callback()
50 u16 fc; in from_unknown_sta() local
56 fc = le_to_host16(hdr->frame_control); in from_unknown_sta()
61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
71 u16 fc; in handle_frame() local
75 fc = le_to_host16(hdr->frame_control); in handle_frame()
77 switch (WLAN_FC_GET_TYPE(fc)) { in handle_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_monitor.c29 u16 fc; in handle_tx_callback() local
33 fc = le_to_host16(hdr->frame_control); in handle_tx_callback()
36 event.tx_status.type = WLAN_FC_GET_TYPE(fc); in handle_tx_callback()
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in handle_tx_callback()
50 u16 fc; in from_unknown_sta() local
56 fc = le_to_host16(hdr->frame_control); in from_unknown_sta()
61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
71 u16 fc; in handle_frame() local
75 fc = le_to_host16(hdr->frame_control); in handle_frame()
77 switch (WLAN_FC_GET_TYPE(fc)) { in handle_frame()
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dmingw_vfscanf.c313 unsigned char fc; in __mingw_sformat() local
365 fc = *f++; in __mingw_sformat()
366 if (fc != '%') in __mingw_sformat()
368 if (isspace (fc)) in __mingw_sformat()
389 if (c != fc) in __mingw_sformat()
529 fc = *f++; in __mingw_sformat()
530 if (ignore_ws || (fc != '[' && fc != 'c' && fc != 'C' && fc != 'n')) in __mingw_sformat()
547 switch (fc) in __mingw_sformat()
551 fc = 'C'; in __mingw_sformat()
555 fc = 'S'; in __mingw_sformat()
[all …]
/third_party/typescript/tests/baselines/reference/
DdeclFileTypeAnnotationTypeAlias.types30 export type fc = () => c;
31 >fc : fc

12345678910>>...14