Searched defs:hd (Results 1 - 22 of 22) sorted by relevance

/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtShapeHull.cpp63 HullDesc hd; local
64 hd.mFlags = QF_TRIANGLES;
65 hd.mVcount = static_cast<unsigned int>(numSampleDirections);
68 hd.mVertices = &supportPoints[0];
69 hd.mVertexStride = sizeof(btVector3);
71 hd.mVertices = &supportPoints[0];
72 hd.mVertexStride = sizeof (btVector3);
77 if (hl.CreateConvexHull (hd, hr) == QE_FAIL)
/external/clang/test/Sema/
H A Dattr-flag-enum.c37 hd = ~0x2, // no-warning enumerator in enum:flag4
/external/curl/docs/examples/
H A Danyauthput.c124 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/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/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);
/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/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/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/selinux/libsemanage/src/
H A Dsemanage_store.c1419 int fc = -1, hd = -1, retval = -1; local
1437 hd = open(semanage_path(SEMANAGE_TMP, SEMANAGE_HOMEDIR_TMPL),
1439 if (hd < 0) {
1450 if (write(hd, buf, strlen(buf)) < 0) {
1471 if (hd >= 0)
1472 close(hd);
/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/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h1489 int hd,ha; member in struct:__anon9911::__anon9912
2468 if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequant[z->img_comp[n].tq])) return 0;
2496 if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequant[z->img_comp[n].tq])) return 0;
2526 if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n))
2556 if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n))
2679 z->img_comp[which].hd = q >> 4; if (z->img_comp[which].hd > 3) return stbi__err("bad DC huff","Corrupt JPEG");
/external/opencv3/samples/java/sbt/sbt/
H A Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org.apache. ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 537 milliseconds