Home
last modified time | relevance | path

Searched refs:stream_in (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dprofile-count.c90 profile_count::stream_in (struct lto_input_block *ib) in stream_in() function
181 profile_probability::stream_in (struct lto_input_block *ib) in stream_in() function
H A Dipa-predicate.h212 void stream_in (struct lto_input_block *);
H A Dsreal.h57 static sreal stream_in (struct lto_input_block *);
H A Dipa-fnsummary.c3238 p.stream_in (ib); in read_ipa_call_summary()
3291 info->time = sreal::stream_in (&ib); in inline_read_section()
3320 e.time = sreal::stream_in (&ib); in inline_read_section()
3321 e.exec_predicate.stream_in (&ib); in inline_read_section()
3322 e.nonconst_predicate.stream_in (&ib); in inline_read_section()
3327 p.stream_in (&ib); in inline_read_section()
3329 p.stream_in (&ib); in inline_read_section()
3331 p.stream_in (&ib); in inline_read_section()
H A Dgimple-streamer-in.c267 bb->count = profile_count::stream_in (ib); in input_bb()
H A Dsreal.c256 sreal::stream_in (struct lto_input_block *ib) in stream_in() function
H A Dprofile-count.h573 static profile_probability stream_in (struct lto_input_block *); in class()
1133 static profile_count stream_in (struct lto_input_block *); in class()
H A Dipa-predicate.c486 predicate::stream_in (struct lto_input_block *ib) in stream_in() function
H A Dlto-cgraph.c1273 node->count = profile_count::stream_in (ib); in input_node()
1489 count = profile_count::stream_in (ib); in input_edge()
H A Dipa-prop.c4304 ii->context.stream_in (ib, data_in); in ipa_read_indirect_edge_info()
4416 ipa_get_ith_polymorhic_call_context (args, k)->stream_in (ib, data_in); in ipa_read_node_info()
4436 ipa_get_ith_polymorhic_call_context (args, k)->stream_in (ib, data_in); in ipa_read_node_info()
H A Dlto-streamer-in.c761 probability = profile_probability::stream_in (ib); in input_cfg()
H A Dipa-polymorphic-call.c691 ipa_polymorphic_call_context::stream_in (struct lto_input_block *ib, in stream_in() function
H A Dcgraph.h1592 void stream_in (struct lto_input_block *, struct data_in *data_in); in class()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c290 int64_t stream_in; member
998 zip->ppstream.stream_in+1, &bytes_avail); in ppmd_read()
999 if(bytes_avail < zip->ppstream.stream_in+1) { in ppmd_read()
1007 b = data[zip->ppstream.stream_in]; in ppmd_read()
1013 zip->ppstream.stream_in++; in ppmd_read()
1504 zip->ppstream.stream_in = 0; in decompress()