Home
last modified time | relevance | path

Searched refs:ctrs (Results 1 – 10 of 10) sorted by relevance

/external/coreboot/src/lib/
Dlibgcov.c192 free(buffer->info.ctrs[n_ctr++].values); in free_fn_data()
209 len = sizeof(*fn_buffer) + sizeof(fn_buffer->info.ctrs[0]) * n_ctrs; in buffer_fn_data()
239 fn_buffer->info.ctrs[n_ctrs].num = length; in buffer_fn_data()
240 fn_buffer->info.ctrs[n_ctrs].values = values; in buffer_fn_data()
344 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
349 cs_ptr = &this_prg.ctrs[t_ix]; in gcov_exit()
509 if (tmp.ctrs[t_ix].num != in gcov_exit()
510 this_prg.ctrs[t_ix].num) in gcov_exit()
569 ci_ptr = gfi_ptr->ctrs; in gcov_exit()
621 cs_prg = &prg.ctrs[t_ix]; in gcov_exit()
[all …]
Dgcov-io.h422 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE]; member
446 struct gcov_ctr_info ctrs[]; /* instrumented counters */ member
Dgcov-io.c362 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) { in gcov_write_summary()
479 for (csum = summary->ctrs, ix = GCOV_COUNTERS_SUMMABLE; ix--; csum++) { in gcov_read_summary()
/external/iptables/iptables/
Diptables-restore.c284 char *ctrs = strtok(NULL, " \t\n"); in ip46tables_restore_main() local
287 if ((!ctrs && counters) || in ip46tables_restore_main()
288 (ctrs && !parse_counters(ctrs, &count))) in ip46tables_restore_main()
Dxtables-restore.c169 char *ctrs = strtok(NULL, " \t\n"); in xtables_restore_parse_line() local
171 if ((!ctrs && counters) || in xtables_restore_parse_line()
172 (ctrs && !parse_counters(ctrs, &count))) in xtables_restore_parse_line()
Diptables-xml.c623 char *ctrs; in iptables_xml_main() local
641 ctrs = strtok(NULL, " \t\n"); in iptables_xml_main()
642 parse_counters(ctrs, &count); in iptables_xml_main()
Dxshared.h227 void print_rule_details(unsigned int linenum, const struct xt_counters *ctrs,
Dxshared.c1068 void print_rule_details(unsigned int linenum, const struct xt_counters *ctrs, in print_rule_details() argument
1078 xtables_print_num(ctrs->pcnt, format); in print_rule_details()
1079 xtables_print_num(ctrs->bcnt, format); in print_rule_details()
Dnft.c2785 struct xt_counters ctrs = { in __nft_print_header() local
2796 &ctrs, refs - entries, entries); in __nft_print_header()
/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
Dbdk-csrs-pcierc.h3930 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */ member
3932 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */
3980 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */ member
3982 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */
4028 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */ member
4030 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */
4084 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */ member
4086 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */
4141 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */ member
4143 … uint32_t ctrs : 4; /**< [ 3: 0](RO/H) Completion timeout ranges supported. */
[all …]