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

1 2 3

  /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/curl/docs/examples/
anyauthput.c 117 intptr_t hd ; local
130 hd = open(file, O_RDONLY) ;
131 fstat(hd, &file_info);
143 curl_easy_setopt(curl, CURLOPT_READDATA, (void*)hd);
149 curl_easy_setopt(curl, CURLOPT_IOCTLDATA, (void*)hd);
181 close(hd); /* close the local file */
  /external/curl/tests/libtest/
lib541.c 39 int hd; local
58 hd = fstat(fileno(hd_src), &file_info);
59 if(hd == -1) {
lib505.c 42 int hd ; local
66 hd = fstat(fileno(hd_src), &file_info);
67 if(hd == -1) {
lib525.c 37 int hd ; local
66 hd = fstat(fileno(hd_src), &file_info);
67 if(hd == -1) {
lib582.c 230 int hd ; local
255 hd = fstat(fileno(hd_src), &file_info);
256 if(hd == -1) {
  /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/drm_hwcomposer/
hwcomposer.cpp 638 hwc_drm_display_t *hd = &ctx->displays[display]; local
639 return hd->vsync_worker.VSyncControl(enabled);
700 hwc_drm_display_t *hd = &ctx->displays[display]; local
701 hd->config_ids.clear();
716 size_t idx = hd->config_ids.size();
719 hd->config_ids.push_back(mode.id());
722 *num_configs = hd->config_ids.size();
785 hwc_drm_display_t *hd = &ctx->displays[display]; local
786 for (size_t i = 0; i < hd->config_ids.size(); ++i) {
787 if (hd->config_ids[i] == mode.id()
796 hwc_drm_display_t *hd = &ctx->displays[display]; local
864 hwc_drm_display_t *hd = &ctx->displays[display]; local
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
aplog2coverage.sh 63 ARGS="$(getopt --options "hd:o:e:p:f" \
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 355 struct IT_hd hd; local
357 hd.spare1 = 0;
359 hd.mt = MTYPE_ABS_LM;
361 hd.mt = MTYPE_OMS_OR_LMS;
363 hd.cd = DATE;
365 hd.nu = p->nsources; /* Always one unit */
366 hd.code = 0; /* Always ASCII */
367 hd.ver = "0200"; /* Version 2.00 */
372 hd.au = 8;
373 hd.si = 0
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix52.exp 86 {{objdump -h aix-core-sec-1.hd}}
91 {{objdump -h aix-core-sec-2.hd}}
96 {{objdump -h aix-core-sec-3.hd}}
206 {{nm {} aix-weak-1-rel.nd} {objdump -h aix-weak-1-rel.hd}}
211 {{nm {} aix-weak-1-dso.nd} {objdump -h aix-weak-1-dso.hd}
217 {{nm {} aix-weak-1-gcdso.nd} {objdump -h aix-weak-1-gcdso.hd}
  /libcore/ojluni/src/main/java/sun/security/ssl/
EngineWriter.java 130 HexDumpEncoder hd = new HexDumpEncoder(); local
141 hd.encodeBuffer(bb, System.out);
OutputRecord.java 157 HexDumpEncoder hd = new HexDumpEncoder(); local
161 hd.encodeBuffer(new ByteArrayInputStream(buf,
383 HexDumpEncoder hd = new HexDumpEncoder(); local
389 hd.encodeBuffer(bb, System.out);
CipherBox.java 261 HexDumpEncoder hd = new HexDumpEncoder(); local
266 hd.encodeBuffer(
341 HexDumpEncoder hd = new HexDumpEncoder(); local
346 hd.encodeBuffer(bb, System.out);
411 HexDumpEncoder hd = new HexDumpEncoder(); local
416 hd.encodeBuffer(
478 HexDumpEncoder hd = new HexDumpEncoder(); local
484 hd.encodeBuffer(
  /external/autotest/contrib/
modelviz.py 181 opts, args = getopt.getopt(sys.argv[1:], "hd",
  /external/clang/test/Sema/
attr-flag-enum.c 37 hd = ~0x2, // no-warning enumerator in enum:flag4
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledRgbaFile.cpp 271 Header hd (header);
272 insertChannels (hd, rgbaChannels, name);
273 hd.setTileDescription (TileDescription (tileXSize, tileYSize, mode, rmode));
274 _outputFile = new TiledOutputFile (name, hd, numThreads);
295 Header hd (header);
296 insertChannels (hd, rgbaChannels, os.fileName());
297 hd.setTileDescription (TileDescription (tileXSize, tileYSize, mode, rmode));
298 _outputFile = new TiledOutputFile (os, hd, numThreads);
325 Header hd (displayWindow,
333 insertChannels (hd, rgbaChannels, name)
    [all...]
ImfRgbaFile.cpp 564 Header hd (header);
565 insertChannels (hd, rgbaChannels);
566 _outputFile = new OutputFile (name, hd, numThreads);
580 Header hd (header);
581 insertChannels (hd, rgbaChannels);
582 _outputFile = new OutputFile (os, hd, numThreads);
602 Header hd (displayWindow,
610 insertChannels (hd, rgbaChannels);
611 _outputFile = new OutputFile (name, hd, numThreads);
631 Header hd (width
    [all...]
  /development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
WizardExample2ndStepFragment.java 37 private static final String ARG_HD = "hd";
51 public static GuidedStepFragment build(boolean hd, WizardExampleBaseStepFragment previousFragment) {
55 args.putBoolean(ARG_HD, hd);

Completed in 512 milliseconds

1 2 3