/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | asynciotest.c | 64 struct async_ctrs *ctrs; in async_new() local 66 ctrs = OPENSSL_zalloc(sizeof(struct async_ctrs)); in async_new() 67 if (ctrs == NULL) in async_new() 70 BIO_set_data(bio, ctrs); in async_new() 77 struct async_ctrs *ctrs; in async_free() local 81 ctrs = BIO_get_data(bio); in async_free() 82 OPENSSL_free(ctrs); in async_free() 91 struct async_ctrs *ctrs; in async_read() local 100 ctrs = BIO_get_data(bio); in async_read() 104 if (ctrs->rctr > 0) { in async_read() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | asynciotest.c | 64 struct async_ctrs *ctrs; in async_new() local 66 ctrs = OPENSSL_zalloc(sizeof(struct async_ctrs)); in async_new() 67 if (ctrs == NULL) in async_new() 70 BIO_set_data(bio, ctrs); in async_new() 77 struct async_ctrs *ctrs; in async_free() local 81 ctrs = BIO_get_data(bio); in async_free() 82 OPENSSL_free(ctrs); in async_free() 91 struct async_ctrs *ctrs; in async_read() local 100 ctrs = BIO_get_data(bio); in async_read() 104 if (ctrs->rctr > 0) { in async_read() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcov-driver.c | 95 free (buffer->info.ctrs[n_ctr++].values); in free_fn_data() 112 len = sizeof (*fn_buffer) + sizeof (fn_buffer->info.ctrs[0]) * n_ctrs; in buffer_fn_data() 144 fn_buffer->info.ctrs[n_ctrs].num = length; in buffer_fn_data() 145 fn_buffer->info.ctrs[n_ctrs].values = values; in buffer_fn_data() 238 const struct gcov_ctr_info *ci = gfi->ctrs; in prune_counters() 341 ci_ptr = gfi_ptr->ctrs; in merge_one_data() 426 ci_ptr = gfi_ptr->ctrs; in write_one_data() 539 = &gi_ptr->functions[f_ix]->ctrs[GCOV_COUNTER_ARCS]; in gcov_do_dump()
|
H A D | libgcov-util.c | 104 fn_info->ctrs[j].num = k_ctrs[i].num; in set_fn_ctrs() 105 fn_info->ctrs[j].values = k_ctrs[i].values; in set_fn_ctrs() 562 ci_ptr1 = gfi_ptr1->ctrs; in gcov_merge() 563 ci_ptr2 = gfi_ptr2->ctrs; in gcov_merge() 797 ci_ptr = gfi_ptr->ctrs; in gcov_profile_scale() 839 ci_ptr = gfi_ptr->ctrs; in gcov_profile_normalize() 919 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in compute_one_gcov() 943 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs; in compute_one_gcov() 944 const struct gcov_ctr_info *ci_ptr2 = gfi_ptr2->ctrs; in compute_one_gcov() 993 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_info_count_all_cold()
|
H A D | libgcov-interface.c | 115 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_clear()
|
H A D | libgcov.h | 182 struct gcov_ctr_info ctrs[1]; /* instrumented counters */ member
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_paritymap.c | 74 memcpy(&ps->ctrs, &pm->ctrs, sizeof(ps->ctrs)); in rf_paritymap_status() 128 pm->ctrs.nwrite++; in rf_paritymap_begin_region() 209 pm->ctrs.ncachesync += setting + clearing; in rf_paritymap_write_locked() 210 pm->ctrs.nclearing += clearing; in rf_paritymap_write_locked() 358 pm->ctrs.nwrite = pm->ctrs.ncachesync = pm->ctrs.nclearing = 0; in rf_paritymap_set_params()
|
H A D | rf_paritymap.h | 90 struct rf_pmctrs ctrs; member
|
H A D | raidframevar.h | 637 struct rf_pmctrs ctrs; member
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcov-driver.c | 123 free (buffer->info.ctrs[n_ctr++].values); in free_fn_data() 140 len = sizeof (*fn_buffer) + sizeof (fn_buffer->info.ctrs[0]) * n_ctrs; in buffer_fn_data() 172 fn_buffer->info.ctrs[n_ctrs].num = length; in buffer_fn_data() 173 fn_buffer->info.ctrs[n_ctrs].values = values; in buffer_fn_data() 327 ci_ptr = gfi_ptr->ctrs; in merge_one_data() 546 ci_ptr = gfi_ptr->ctrs; in write_one_data() 669 = &gi_ptr->functions[f_ix]->ctrs[GCOV_COUNTER_ARCS]; in gcov_do_dump()
|
H A D | libgcov-util.c | 102 fn_info->ctrs[j].num = k_ctrs[i].num; in set_fn_ctrs() 103 fn_info->ctrs[j].values = k_ctrs[i].values; in set_fn_ctrs() 613 ci_ptr1 = gfi_ptr1->ctrs; in gcov_merge() 614 ci_ptr2 = gfi_ptr2->ctrs; in gcov_merge() 854 ci_ptr = gfi_ptr->ctrs; in gcov_profile_scale() 896 ci_ptr = gfi_ptr->ctrs; in gcov_profile_normalize() 976 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in compute_one_gcov() 1000 const struct gcov_ctr_info *ci_ptr1 = gfi_ptr1->ctrs; in compute_one_gcov() 1001 const struct gcov_ctr_info *ci_ptr2 = gfi_ptr2->ctrs; in compute_one_gcov() 1050 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_info_count_all_cold()
|
H A D | libgcov-interface.c | 102 const struct gcov_ctr_info *ci_ptr = gfi_ptr->ctrs; in gcov_clear()
|
H A D | libgcov.h | 220 struct gcov_ctr_info ctrs[1]; /* instrumented counters */ member
|
H A D | ChangeLog | 6324 * libgcov.h (struct gcov_fn_info): Make ctrs size 1.
|
/netbsd-src/sbin/raidctl/ |
H A D | raidctl.c | 582 st.ctrs.nwrite, st.ctrs.ncachesync, st.ctrs.nclearing); in rf_output_pmstat()
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2010 | 2974 .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2010 | 2974 .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2010 | 2974 .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2010 | 2974 .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2018 | 21080 * gcov.c (read_count_file): Do not use ctrs fields.
|