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

1 2 3 4

  /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/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/fio/
helper_thread.c 72 struct helper_data *hd = data; local
77 sk_out_assign(hd->sk_out);
83 fio_mutex_up(hd->startup_mutex);
86 while (!ret && !hd->exit) {
95 pthread_mutex_lock(&hd->lock);
96 pthread_cond_timedwait(&hd->cond, &hd->lock, &ts);
100 if (hd->reset) {
104 hd->reset = 0;
107 pthread_mutex_unlock(&hd->lock)
157 struct helper_data *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/fio/engines/
libhdfs.c 126 struct hdfsio_data *hd = td->io_ops_data; local
134 if (f_id == hd->curr_file_id) {
139 if (hd->curr_file_id != -1) {
140 if ( hdfsCloseFile(hd->fs, hd->fp) == -1) {
144 hd->curr_file_id = -1;
157 hd->fp = hdfsOpenFile(hd->fs, fname, open_flags, 0, 0,
159 if(hd->fp == NULL) {
163 hd->curr_file_id = f_id
170 struct hdfsio_data *hd = td->io_ops_data; local
230 struct hdfsio_data *hd = td->io_ops_data; local
245 struct hdfsio_data *hd = td->io_ops_data; local
311 struct hdfsio_data *hd; local
353 struct hdfsio_data *hd = td->io_ops_data; local
388 struct hdfsio_data *hd = td->io_ops_data; local
    [all...]
  /external/curl/docs/examples/
anyauthput.c 124 int hd; local
137 hd = open(file, O_RDONLY);
138 fstat(hd, &file_info);
150 curl_easy_setopt(curl, CURLOPT_READDATA, (void *)&hd);
156 curl_easy_setopt(curl, CURLOPT_IOCTLDATA, (void *)&hd);
188 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) {
  /external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c 69 submsg_handlerdata_t *hd = ALLOC(submsg_handlerdata_t); local
70 hd->ofs = ofs;
71 hd->md = upb_fielddef_msgsubdef(f);
72 upb_handlers_addcleanup(h, hd, free);
73 return hd;
87 oneof_handlerdata_t *hd = ALLOC(oneof_handlerdata_t); local
88 hd->ofs = ofs;
89 hd->case_ofs = case_ofs;
96 hd->oneof_case_num = upb_fielddef_number(f);
98 hd->md = upb_fielddef_msgsubdef(f)
302 map_handlerdata_t* hd = ALLOC(map_handlerdata_t); local
484 map_handlerdata_t* hd = new_map_handlerdata(offset, map_msgdef, desc); local
499 map_handlerdata_t* hd = new_map_handlerdata(0, msgdef, desc); local
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
get_hw_info 81 fdisk -l /dev/sd[a-z] /dev/hd[a-z]
  /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 637 hwc_drm_display_t *hd = &ctx->displays[display]; local
638 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}
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
partitions.c 162 struct efi_header *hd = NULL; local
197 hd = (struct efi_header *)((uintptr_t)buf);
198 if (strncmp(hd->signature, "EFI PART", 8)) {
202 num_entries = hd->part_num;
  /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
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestUmmAlQuraChronology.java 115 public void Test_UmmAlQuraVsISODates(HijrahDate hd, LocalDate ld) {
116 assertEquals(hd.toEpochDay(), ld.toEpochDay(), "Umm alQura date and ISO date should have same epochDay");
252 HijrahDate hd = HijrahChronology.INSTANCE.dateYearDay(1434, i); local
253 int doy = hd.get(DAY_OF_YEAR);
260 HijrahDate hd = HijrahChronology.INSTANCE.dateYearDay(1434, 1); local
261 for (int i = 1; i <= hd.lengthOfYear(); i++) {
262 HijrahDate hd2 = hd.with(DAY_OF_YEAR, i);
270 HijrahDate hd = HijrahChronology.INSTANCE.dateYearDay(1435, 1); local
271 HijrahDate hd2 = hd.with(DAY_OF_YEAR, 0);
276 HijrahDate hd = HijrahChronology.INSTANCE.dateYearDay(1435, 1) local
459 HijrahDate hd = HijrahChronology.INSTANCE.date(year, month, day); local
    [all...]
  /external/libvpx/libvpx/test/
add_noise_test.cc 59 const double hd = stddev6(s[i] - 99, s[i + 1] - 99, s[i + 2] - 99, local
65 EXPECT_NE(hd, 0);
  /frameworks/support/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 725 milliseconds

1 2 3 4