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

1 2

  /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;
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
storage_manager.c 44 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */ member in struct:data_storage_t
72 if (key == ds.hd[kk].key) {
81 ds.hd[ds.num].key = key;
82 ds.hd[ds.num].size = size;
102 * Finds key in ds.hd[] array and returns location
109 if (key == ds.hd[kk].key) {
124 struct data_header_t *hd; local
132 hd = (struct data_header_t *)data;
133 if (hd->key != DEFAULT_KEY)
135 len = MIN(hd->size, len)
176 struct data_header_t *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...]
  /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/qemu/hw/mips/
mips_r4k.c 173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local
289 hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
294 hd[MAX_IDE_DEVS * i],
295 hd[MAX_IDE_DEVS * i + 1]);
  /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/qemu/hw/i386/
pc.c 197 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd)
201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
888 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; 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/qemu/block/
qcow2.h 82 BlockDriverState *hd; member in struct:BDRVQcowState
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 2165 struct header_print_data *hd = data; local
2190 struct header_print_data hd; local
    [all...]
  /system/core/toolbox/
Android.mk 153 hd \
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 1302 TreeNode<K,V> hd = null, tl = null; local
1821 TreeNode<K,V> hd = null, tl = null; local
1843 Node<K,V> hd = null, tl = null; local
    [all...]
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 54 HOTWORD_ENDED: 'hd',
  /external/qemu/net/
net-android.c 1107 CharDriverState *hd; member in struct:VMChannel
    [all...]
net.c 1004 CharDriverState *hd; member in struct:VMChannel
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 292 function Hd(a,b,c){this.e=new ud(a);this.d=b;this.c=c;this.b=new qs}
355 function Id(a,b,c,d){var f;Gd();var e;e=new Hd(a,b,c);f=new Nd(e);mb(new nb(f),d);return e.b}
371 function jd(){jd=Gu;hd=new kd('OG',0);id=new kd('PROFILE',1);gd=new kd(Uv,2);fd=ki(Rk,Ou,7,[hd,id,gd])}
431 function Fc(a,b,c){var d;if(c==null||!c.length){Ts(a.d,(jd(),hd),b);return}d=Mp(c,1);Cp(d,Ev)?Ts(a.d,(jd(),id),b):Cp(d,Fv)&&Ts(a.d,(jd(),gd),b)}
    [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/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 61 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
238 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 61 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':
238 * Authorization token URL. For an example, 'hd', 'hl', 'btmpl':

Completed in 1646 milliseconds

1 2