Searched refs:hd (Results 1 - 16 of 16) sorted by relevance

/external/eigen/doc/snippets/
H A DHessenbergDecomposition_compute.cpp2 HessenbergDecomposition<MatrixXcf> hd(4);
3 hd.compute(A);
4 cout << "The matrix H in the decomposition of A is:" << endl << hd.matrixH() << endl;
5 hd.compute(2*A); // re-use hd to compute and store decomposition of 2A
6 cout << "The matrix H in the decomposition of 2A is:" << endl << hd.matrixH() << endl;
/external/fio/engines/
H A Dlibhdfs.c40 static int fio_hdfsio_setup_fs_params(struct hdfsio_data *hd) argument
43 hdfsSetWorkingDirectory(hd->fs, "/.perftest");
44 hd->fp = hdfsOpenFile(hd->fs, ".fcount", O_RDONLY, 0, 0, 0);
45 if (hd->fp) {
46 hdfsRead(hd->fs, hd->fp, &(hd->fscount), sizeof(hd->fscount));
47 hdfsCloseFile(hd
60 struct hdfsio_data *hd; local
132 struct hdfsio_data *hd; local
153 struct hdfsio_data *hd; local
165 struct hdfsio_data *hd; local
175 struct hdfsio_data *hd; local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_gnutls.c17 gcry_md_hd_t hd; local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
24 gcry_md_write(hd, addr[i], len[i]);
25 p = gcry_md_read(hd, GCRY_MD_MD4);
28 gcry_md_close(hd);
35 gcry_cipher_hd_t hd; local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
51 gcry_cipher_close(hd);
57 gcry_md_hd_t hd; local
75 gcry_md_hd_t hd; local
93 gcry_cipher_hd_t hd; local
112 gcry_cipher_hd_t hd = ctx; local
119 gcry_cipher_hd_t hd = ctx; local
126 gcry_cipher_hd_t hd; local
142 gcry_cipher_hd_t hd = ctx; local
149 gcry_cipher_hd_t hd = ctx; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_gnutls.c17 gcry_md_hd_t hd; local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
24 gcry_md_write(hd, addr[i], len[i]);
25 p = gcry_md_read(hd, GCRY_MD_MD4);
28 gcry_md_close(hd);
35 gcry_cipher_hd_t hd; local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
51 gcry_cipher_close(hd);
57 gcry_md_hd_t hd; local
75 gcry_md_hd_t hd; local
93 gcry_cipher_hd_t hd; local
112 gcry_cipher_hd_t hd = ctx; local
119 gcry_cipher_hd_t hd = ctx; local
126 gcry_cipher_hd_t hd; local
142 gcry_cipher_hd_t hd = ctx; local
149 gcry_cipher_hd_t hd = ctx; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_gnutls.c17 gcry_md_hd_t hd; local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
24 gcry_md_write(hd, addr[i], len[i]);
25 p = gcry_md_read(hd, GCRY_MD_MD4);
28 gcry_md_close(hd);
35 gcry_cipher_hd_t hd; local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
51 gcry_cipher_close(hd);
57 gcry_md_hd_t hd; local
75 gcry_md_hd_t hd; local
93 gcry_cipher_hd_t hd; local
112 gcry_cipher_hd_t hd = ctx; local
119 gcry_cipher_hd_t hd = ctx; local
126 gcry_cipher_hd_t hd; local
142 gcry_cipher_hd_t hd = ctx; local
149 gcry_cipher_hd_t hd = ctx; local
[all...]
/external/drm_hwcomposer/
H A Dhwcomposer.cpp555 hwc_drm_display_t *hd = &ctx->displays[display]; local
556 return hd->vsync_worker.VSyncControl(enabled);
616 hwc_drm_display_t *hd = &ctx->displays[display]; local
617 hd->config_ids.clear();
633 size_t idx = hd->config_ids.size();
636 hd->config_ids.push_back(iter->id());
639 *num_configs = hd->config_ids.size();
703 hwc_drm_display_t *hd = &ctx->displays[display]; local
704 for (size_t i = 0; i < hd->config_ids.size(); ++i) {
705 if (hd
714 hwc_drm_display_t *hd = &ctx->displays[display]; local
756 hwc_set_initial_config(hwc_drm_display_t *hd) argument
774 hwc_drm_display_t *hd = &ctx->displays[display]; local
[all...]
/external/parameter-framework/tools/coverage/
H A Daplog2coverage.sh63 ARGS="$(getopt --options "hd:o:e:p:f" \
/external/clang/test/Sema/
H A Dattr-flag-enum.c37 hd = ~0x2, // no-warning enumerator in enum:flag4
/external/blktrace/
H A Dblktrace.c1134 struct tracer_devpath_head *hd; local
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1137 if (hd->prev)
1138 free(hd->prev);
1140 pthread_mutex_destroy(&hd->mutex);
1155 struct tracer_devpath_head *hd; local
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) {
1160 INIT_LIST_HEAD(&hd
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu]; local
1268 handle_list_net(__attribute__((__unused__))struct tracer_devpath_head *hd, struct list_head *list) argument
1322 handle_list_file(struct tracer_devpath_head *hd, struct list_head *list) argument
1396 struct tracer_devpath_head *hd = dpp->heads; local
[all...]
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp64 HasDestructor hd; local
65 static_assert(!noexcept(hd = HasDestructor()), "");
/external/doclava/res/assets/templates/assets/
H A Dprettify.js7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
/external/blktrace/btt/
H A Ddevs.c202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd) argument
204 dip_rb_fe(iop->dip, type, iop, NULL, hd);
H A Dglobals.h211 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd);
/external/linux-tools-perf/src/tools/perf/util/
H A Dheader.c2165 struct header_print_data *hd = data; local
2179 if (!feat_ops[feat].full_only || hd->full)
2180 feat_ops[feat].print(ph, fd, hd->fp);
2182 fprintf(hd->fp, "# %s info available, use -I to display\n",
2190 struct header_print_data hd; local
2193 hd.fp = fp;
2194 hd.full = full;
2196 perf_header__process_sections(header, fd, &hd,
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl6481 if [regexp {^Host-Display: (.*)$} $line mv hd] {
6482 if {$hd == $hp || $hd == $from} {
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 2450 milliseconds