HomeSort by relevance Sort by last modified time
    Searched refs:hd (Results 1 - 22 of 22) sorted by null

  /external/eigen/doc/snippets/
HessenbergDecomposition_compute.cpp 2 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/
libhdfs.c 40 static int fio_hdfsio_setup_fs_params(struct hdfsio_data *hd)
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->fs, hd->fp)
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...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
storage_manager.c 48 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */ member in struct:data_storage_t
76 if (key == ds.hd[kk].key) {
85 ds.hd[ds.num].key = key;
86 ds.hd[ds.num].size = size;
106 * Finds key in ds.hd[] array and returns location
113 if (key == ds.hd[kk].key) {
128 struct data_header_t *hd; local
138 hd = (struct data_header_t *)data;
139 if (hd->key != DEFAULT_KEY)
141 len = MIN(hd->size, len)
180 struct data_header_t *hd; local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
storage_manager.c 48 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */ member in struct:data_storage_t
76 if (key == ds.hd[kk].key) {
85 ds.hd[ds.num].key = key;
86 ds.hd[ds.num].size = size;
106 * Finds key in ds.hd[] array and returns location
113 if (key == ds.hd[kk].key) {
128 struct data_header_t *hd; local
138 hd = (struct data_header_t *)data;
139 if (hd->key != DEFAULT_KEY)
141 len = MIN(hd->size, len)
180 struct data_header_t *hd; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 17 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/
hwcomposer.cpp 295 hwc_drm_display_t *hd = &ctx->displays[i]; local
296 struct hwc_drm_display_framebuffer *fb = &hd->fb_chain[hd->fb_idx];
405 hd->fb_idx = (hd->fb_idx + 1) % HWC_FB_BUFFERS;
426 hwc_drm_display_t *hd = &ctx->displays[display]; local
427 return hd->vsync_worker.VSyncControl(enabled);
486 hwc_drm_display_t *hd = &ctx->displays[display]; local
487 hd->config_ids.clear();
503 size_t idx = hd->config_ids.size()
573 hwc_drm_display_t *hd = &ctx->displays[display]; local
584 hwc_drm_display_t *hd = &ctx->displays[display]; local
644 hwc_drm_display_t *hd = &ctx->displays[display]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
66 $hd = '-I' . join(' -I', @headerlist);
93 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
100 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
66 $hd = '-I' . join(' -I', @headerlist);
95 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
102 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
66 $hd = '-I' . join(' -I', @headerlist);
93 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
100 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /external/parameter-framework/tools/coverage/
aplog2coverage.sh 63 ARGS="$(getopt --options "hd:o:e:p:f" \
  /external/clang/test/Sema/
attr-flag-enum.c 37 hd = ~0x2, // no-warning enumerator in enum:flag4
  /external/blktrace/
blktrace.c 1134 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->head)
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu]; local
1396 struct tracer_devpath_head *hd = dpp->heads; local
    [all...]
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 64 HasDestructor hd; local
65 static_assert(!noexcept(hd = HasDestructor()), "");
  /external/blktrace/btt/
devs.c 202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd)
204 dip_rb_fe(iop->dip, type, iop, NULL, hd);
globals.h 211 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd);
  /external/linux-tools-perf/src/tools/perf/util/
header.c 2165 struct header_print_data *hd = data; local
2190 struct header_print_data hd; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 1329 TreeNode<K,V> hd = null, tl = null; local
1874 TreeNode<K,V> hd = null, tl = null; local
1896 Node<K,V> hd = null, tl = null; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 7 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 ",
10 zd="rb",Ad="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 debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
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}),
31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;if(j){var f=q.g;if(Ma(f)){for(var s=document.createElement(gc),k=0;k<f.attributes.length;++k){var h=f.attributes[k];if(h.specified){var e=h.name.toLowerCase();if(e===Hd)s.className=h.value;else s.setAttribute(h.name,h.value)}}s.innerHTML=j;f.parentNode.replaceChild(s,f);f=s}else f.innerHTML=j;if(b&&f.tagName===gc)for(var p=f.getElementsByTagName(Id),t=p.length;--t>=0;){var u=p[t];u.parentNode.replaceChild(document.createTextNode(Jd),
  /external/doclava/res/assets/templates/assets/
prettify.js 7 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 ",
10 zd="rb",Ad="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 debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
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}),
31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;if(j){var f=q.g;if(Ma(f)){for(var s=document.createElement(gc),k=0;k<f.attributes.length;++k){var h=f.attributes[k];if(h.specified){var e=h.name.toLowerCase();if(e===Hd)s.className=h.value;else s.setAttribute(h.name,h.value)}}s.innerHTML=j;f.parentNode.replaceChild(s,f);f=s}else f.innerHTML=j;if(b&&f.tagName===gc)for(var p=f.getElementsByTagName(Id),t=p.length;--t>=0;){var u=p[t];u.parentNode.replaceChild(document.createTextNode(Jd),
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 614 ULONGLONG hd:1; member in struct:_ERROR_PROCESSOR_STATE_PARAMETER::__anon34152
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 2494 milliseconds