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

12

/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/curl/docs/examples/
H A Danyauthput.c117 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/
H A Dlib541.c39 int hd; local
58 hd = fstat(fileno(hd_src), &file_info);
59 if(hd == -1) {
H A Dlib505.c42 int hd ; local
66 hd = fstat(fileno(hd_src), &file_info);
67 if(hd == -1) {
H A Dlib525.c37 int hd ; local
66 hd = fstat(fileno(hd_src), &file_info);
67 if(hd == -1) {
H A Dlib582.c230 int hd ; local
255 hd = fstat(fileno(hd_src), &file_info);
256 if(hd == -1) {
/external/drm_hwcomposer/
H A Dhwcomposer.cpp638 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
796 hwc_drm_display_t *hd = &ctx->displays[display]; local
846 hwc_set_initial_config(hwc_drm_display_t *hd) argument
864 hwc_drm_display_t *hd = &ctx->displays[display]; local
[all...]
/external/parameter-framework/upstream/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/opencv3/3rdparty/openexr/IlmImf/
H A DImfTiledRgbaFile.cpp271 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, rgbaChannel
[all...]
H A DImfRgbaFile.cpp564 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 (widt
[all...]
/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/opencv3/modules/video/src/
H A Decc.cpp376 const int hd = dst.rows; local
399 Mat imageFloat = Mat(hd, wd, CV_32F);// to store the (smoothed) input image
407 preMask = Mat::ones(hd, wd, CV_8U);
428 Mat gradientX = Mat::zeros(hd, wd, CV_32FC1);
429 Mat gradientY = Mat::zeros(hd, wd, CV_32FC1);
/external/curl/lib/
H A Dhttp2.c217 int32_t stream_id = frame->hd.stream_id;
222 frame->hd.type, stream_id));
242 switch(frame->hd.type) {
327 frame->hd.type, stream_id));
420 frame->hd.length));
510 /* frame->hd.type is either NGHTTP2_HEADERS or NGHTTP2_PUSH_PROMISE */
520 int32_t stream_id = frame->hd.stream_id;
527 if(frame->hd.type != NGHTTP2_HEADERS) {
/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/v8/test/mjsunit/asm/poppler/
H A Dpoppler.js[all...]
/external/webrtc/data/voice_engine/stereo_rtp_files/
H A Dstereo_g729_jitter.rtp342 ��BJ<4 2����I��X٫Zj{ß��:��ҹ��pp�F��R�xY�D ݠ [<4 F����I��X���u��r���R)ݺ)�:�+|�e5�������3�N�+ <4 F���%I��X�s���;��� �إ���d�njs���|��8y��� ��U<4 F����I��X���$�3��7V������^ �0h��F3�Q��'zh��Z�<4 F���EI��X0���z��ɕ�yW� ��������EW*�y��u��U ��<4 W����I��X�j�q��2��S3j�+�3 =3b�r���:(�c�p�o2k<4 ����eI��X ���*/W �3r�5���6Q ��c0�)I�j�-T�/ 8<4 ����EI��X7Z� ���_�q)rր��q�=��[�YqJs)��RxGPx�{<4 �����I��X3�֗�R�=Zֈ"z���րp�r@�7z֐�iqJJ�<4 ����I��X)��$�{��=b���co��S)��*gP��7�V���3<4 ؀���I��X3��N����ћ7~�A�b�2��7[�N����cs=[VU��p��{<4!���%I��X� �I^�ؔeH”�s���Gz����y4%햚ZCK��<4!����I��X��c�RRT@�T�,B��oU��7X#�_��a���SzE�u�<4!����I��X%��A��q��W)p�C ;1�r�)b�Gqt�{e�^�r��<4!B���eI��X���`ծ�ڸZU��̨�ޠR�0άV�hXd&�r6S<4!B���I��X��W�p��Br^#ݘu�3�P�%x��\Z�Q��ߙ��"(B�<4!g����I��Xg�-s���r��7�NJ5r��E��w+�/�t�ro֘�&60E�<4!g����I��Xy��﨑3�6���}�eb��@/��3sW0���3��<4!g���EI��XC� B0�$���;vR2GD�C�l:p�$�y��26Q3)�I<4!�����I��X S����(�(�[�3P��.���=>4 c�H����<4!����%I��X���G�K@�Sb��T����V�hAΜ��}�PZ8W<4!ŀ��eI��X�B� +���K^�ZңI��,&���� �ښ]���R�k��Z�<4!ŀ��I��Xxb�+��IF���§0�x��ߪJ5:֬�����4�<4!ŀ���I��Xޢ �˅WV��ցP��1��]�"������b�g�J��<4"����I��Xhd�X� ��h1]B�H�hd��P����h0�B�6�<4"��� EI��X�hPN�qNxs~L�����p��PLexr�>��6�<4"���!�I��X=Xk��dYƇ�̽�ƴ-8ʘ-���e�6�v���)��<4"��� �I��Xp
/external/autotest/client/tools/
H A Dboottool737 the /dev directory reading in the first 512 bytes from each hd and sd

Completed in 1105 milliseconds

12