| /netbsd-src/sys/dev/i2c/ |
| H A D | adm1021.c | 505 int8_t hdata = 0x7f, ldata = 0xc9; in admtemp_getlim_1021() local 517 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 && in admtemp_getlim_1021() 518 hdata != ADMTEMP_LIM_INVAL) { in admtemp_getlim_1021() 519 limits->sel_critmax = 273150000 + 1000000 * hdata; in admtemp_getlim_1021() 544 sc->sc_highlim[edata->sensor] = hdata; in admtemp_getlim_1021() 555 int8_t hdata = 0x7f, ldata = 0xc9; in admtemp_getlim_1023() local 567 if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &hdata) == 0 && in admtemp_getlim_1023() 568 hdata != ADMTEMP_LIM_INVAL) { in admtemp_getlim_1023() 569 limits->sel_critmax = 273150000 + 1000000 * hdata; in admtemp_getlim_1023() 605 sc->sc_highlim[edata->sensor] = hdata; in admtemp_getlim_1023() [all …]
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | pckbc_ebus.c | 204 bus_space_handle_t hcmd, hdata; in pckbc_ebus_attach() local 210 if (bus_space_map(iot, ioaddr + TADPMU_DATA, 1, 0, &hdata) != 0) { in pckbc_ebus_attach() 211 bus_space_unmap(iot, hdata, 1); in pckbc_ebus_attach() 215 tadpmu_init(iot, hcmd, hdata); in pckbc_ebus_attach()
|
| H A D | tadpmu.c | 411 tadpmu_init(bus_space_tag_t t, bus_space_handle_t hcmd, bus_space_handle_t hdata) in tadpmu_init() argument 417 tadpmu_hdata = hdata; in tadpmu_init()
|
| /netbsd-src/usr.bin/usbhidctl/ |
| H A D | usbhid.c | 629 struct hid_data *hdata; in devloop() local 656 hdata = hid_start_parse(rd, 1 << hid_input, reportid); in devloop() 657 if (hdata == NULL) in devloop() 660 while (hid_get_item(hdata, &hitem)) { in devloop() 692 hid_end_parse(hdata); in devloop() 702 struct hid_data *hdata; in devshow() local 719 hdata = hid_start_parse(rd, kindset, reportid); in devshow() 720 if (hdata == NULL) in devshow() 723 while (hid_get_item(hdata, &hitem)) { in devshow() 781 hid_end_parse(hdata); in devshow()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-prof.cc | 233 hist->hdata.intvl.int_start, in dump_histogram_value() 234 (hist->hdata.intvl.int_start in dump_histogram_value() 235 + hist->hdata.intvl.steps - 1)); in dump_histogram_value() 238 for (i = 0; i < hist->hdata.intvl.steps; i++) in dump_histogram_value() 241 hist->hdata.intvl.int_start + i, in dump_histogram_value() 243 if (i != hist->hdata.intvl.steps - 1) in dump_histogram_value() 323 streamer_write_hwi (ob, hist->hdata.intvl.int_start); in stream_out_histogram_value() 324 streamer_write_uhwi (ob, hist->hdata.intvl.steps); in stream_out_histogram_value() 374 new_val->hdata.intvl.int_start = streamer_read_hwi (ib); in stream_in_histogram_value() 375 new_val->hdata.intvl.steps = streamer_read_uhwi (ib); in stream_in_histogram_value() [all …]
|
| H A D | value-prof.h | 63 } hdata; /* Profiled information specific data. */ member
|
| H A D | tree-profile.cc | 306 value->hdata.intvl.int_start); in gimple_gen_interval_profiler() 308 value->hdata.intvl.steps); in gimple_gen_interval_profiler()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | value-prof.c | 233 hist->hdata.intvl.int_start, in dump_histogram_value() 234 (hist->hdata.intvl.int_start in dump_histogram_value() 235 + hist->hdata.intvl.steps - 1)); in dump_histogram_value() 238 for (i = 0; i < hist->hdata.intvl.steps; i++) in dump_histogram_value() 241 hist->hdata.intvl.int_start + i, in dump_histogram_value() 243 if (i != hist->hdata.intvl.steps - 1) in dump_histogram_value() 324 streamer_write_hwi (ob, hist->hdata.intvl.int_start); in stream_out_histogram_value() 325 streamer_write_uhwi (ob, hist->hdata.intvl.steps); in stream_out_histogram_value() 371 new_val->hdata.intvl.int_start = streamer_read_hwi (ib); in stream_in_histogram_value() 372 new_val->hdata.intvl.steps = streamer_read_uhwi (ib); in stream_in_histogram_value() [all …]
|
| H A D | value-prof.h | 63 } hdata; /* Profiled information specific data. */ member
|
| H A D | tree-profile.c | 303 value->hdata.intvl.int_start); in gimple_gen_interval_profiler() 305 value->hdata.intvl.steps); in gimple_gen_interval_profiler()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Hist_data.cc | 78 long ind, Hist_data *hdata) in sort_compare() argument 186 Metric *m = hdata->get_metric_list ()->get (ind); in sort_compare() 190 int first_ind = hdata->hist_metrics[ind].indFirstExp; in sort_compare() 215 Hist_data *hdata = (Hist_data*) arg; in sort_compare_all() local 216 int result = sort_compare (hi_1, hi_2, hdata->sort_type, hdata->sort_ind, hdata); in sort_compare_all() 217 if (hdata->sort_order == DESCEND) in sort_compare_all() 228 for (long i = 0, sz = hdata->metrics->size (); i < sz; i++) in sort_compare_all() 230 Metric *m = hdata->metrics->get (i); in sort_compare_all() 233 result = sort_compare (hi_1, hi_2, VALUE, i, hdata); in sort_compare_all() 236 if (hdata->sort_order == DESCEND) in sort_compare_all() [all …]
|
| H A D | Hist_data.h | 233 long ind, Hist_data *hdata);
|
| H A D | Print.cc | 772 Hist_data *hdata = module->get_data (dbev, mlist, type, ftotal, srcContext, in dump_anno_file() local 777 if (hdata == NULL) in dump_anno_file() 781 MetricList *nmlist = hdata->get_metric_list (); in dump_anno_file() 783 Metric::HistMetric *hist_metric = hdata->get_histmetrics (); in dump_anno_file() 787 Vec_loop (Hist_data::HistItem*, hdata, hidx, item) in dump_anno_file() 846 Vec_loop (Hist_data::HistItem*, hdata, hidx, item) in dump_anno_file() 862 hdata->print_row (&sb, hidx, hist_metric, NTXT (" ")); in dump_anno_file() 907 delete hdata; in dump_anno_file()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Hist_data.cc | 78 long ind, Hist_data *hdata) in sort_compare() argument 186 Metric *m = hdata->get_metric_list ()->get (ind); in sort_compare() 190 int first_ind = hdata->hist_metrics[ind].indFirstExp; in sort_compare() 215 Hist_data *hdata = (Hist_data*) arg; in sort_compare_all() local 216 int result = sort_compare (hi_1, hi_2, hdata->sort_type, hdata->sort_ind, hdata); in sort_compare_all() 217 if (hdata->sort_order == DESCEND) in sort_compare_all() 228 for (long i = 0, sz = hdata->metrics->size (); i < sz; i++) in sort_compare_all() 230 Metric *m = hdata->metrics->get (i); in sort_compare_all() 233 result = sort_compare (hi_1, hi_2, VALUE, i, hdata); in sort_compare_all() 236 if (hdata->sort_order == DESCEND) in sort_compare_all() [all …]
|
| H A D | Hist_data.h | 233 long ind, Hist_data *hdata);
|
| H A D | Print.cc | 772 Hist_data *hdata = module->get_data (dbev, mlist, type, ftotal, srcContext, in dump_anno_file() local 777 if (hdata == NULL) in dump_anno_file() 781 MetricList *nmlist = hdata->get_metric_list (); in dump_anno_file() 783 Metric::HistMetric *hist_metric = hdata->get_histmetrics (); in dump_anno_file() 787 Vec_loop (Hist_data::HistItem*, hdata, hidx, item) in dump_anno_file() 846 Vec_loop (Hist_data::HistItem*, hdata, hidx, item) in dump_anno_file() 862 hdata->print_row (&sb, hidx, hist_metric, NTXT (" ")); in dump_anno_file() 907 delete hdata; in dump_anno_file()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | statem_lib.c | 169 void **hdata, size_t *hdatalen) in get_cert_verify_tbs_data() argument 212 *hdata = tls13tbs; in get_cert_verify_tbs_data() 218 retlen = retlen_l = BIO_get_mem_data(s->s3->handshake_buffer, hdata); in get_cert_verify_tbs_data() 237 void *hdata; in tls_construct_cert_verify() local 263 if (!get_cert_verify_tbs_data(s, tls13tbs, &hdata, &hdatalen)) { in tls_construct_cert_verify() 297 if (EVP_DigestSignUpdate(mctx, hdata, hdatalen) <= 0 in tls_construct_cert_verify() 307 } else if (EVP_DigestSign(mctx, sig, &siglen, hdata, hdatalen) <= 0) { in tls_construct_cert_verify() 358 void *hdata; in tls_process_cert_verify() local 447 if (!get_cert_verify_tbs_data(s, tls13tbs, &hdata, &hdatalen)) { in tls_process_cert_verify() 488 if (EVP_DigestVerifyUpdate(mctx, hdata, hdatalen) <= 0 in tls_process_cert_verify() [all …]
|
| H A D | extensions.c | 1573 void *hdata; in tls_psk_do_binder() local 1576 BIO_get_mem_data(s->s3->handshake_buffer, &hdata); in tls_psk_do_binder() 1591 if (!PACKET_buf_init(&hashprefix, hdata, hdatalen) in tls_psk_do_binder() 1603 if (EVP_DigestUpdate(mctx, hdata, hdatalen) <= 0) { in tls_psk_do_binder()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | s3_enc.c | 375 void *hdata; in ssl3_digest_cached_records() local 378 hdatalen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata); in ssl3_digest_cached_records() 397 || !EVP_DigestUpdate(s->s3.handshake_dgst, hdata, hdatalen)) { in ssl3_digest_cached_records()
|
| H A D | tls13_enc.c | 480 void *hdata; in tls13_change_cipher_state() local 489 handlen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata); in tls13_change_cipher_state() 540 || !EVP_DigestUpdate(mdctx, hdata, handlen) in tls13_change_cipher_state()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | s3_enc.c | 380 void *hdata; in ssl3_digest_cached_records() local 383 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata); in ssl3_digest_cached_records() 399 || !EVP_DigestUpdate(s->s3->handshake_dgst, hdata, hdatalen)) { in ssl3_digest_cached_records()
|
| H A D | tls13_enc.c | 512 void *hdata; in tls13_change_cipher_state() local 521 handlen = BIO_get_mem_data(s->s3->handshake_buffer, &hdata); in tls13_change_cipher_state() 567 || !EVP_DigestUpdate(mdctx, hdata, handlen) in tls13_change_cipher_state()
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | CMakeLists.txt | 520 "int gethostbyname_r(const char *name, struct hostent *hp, struct hostent_data *hdata)"
|