Searched refs:ctrs (Results 1 – 10 of 10) sorted by relevance
/external/coreboot/src/lib/ |
D | libgcov.c | 192 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 …]
|
D | gcov-io.h | 422 struct gcov_ctr_summary ctrs[GCOV_COUNTERS_SUMMABLE]; member 446 struct gcov_ctr_info ctrs[]; /* instrumented counters */ member
|
D | gcov-io.c | 362 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/ |
D | iptables-restore.c | 284 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()
|
D | xtables-restore.c | 169 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()
|
D | iptables-xml.c | 623 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()
|
D | xshared.h | 227 void print_rule_details(unsigned int linenum, const struct xt_counters *ctrs,
|
D | xshared.c | 1068 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()
|
D | nft.c | 2785 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/ |
D | bdk-csrs-pcierc.h | 3930 … 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 …]
|