Home
last modified time | relevance | path

Searched refs:hd (Results 1 – 25 of 75) sorted by relevance

123

/external/fio/engines/
Dlibhdfs.c40 static int fio_hdfsio_setup_fs_params(struct hdfsio_data *hd) in fio_hdfsio_setup_fs_params() argument
43 hdfsSetWorkingDirectory(hd->fs, "/.perftest"); in fio_hdfsio_setup_fs_params()
44 hd->fp = hdfsOpenFile(hd->fs, ".fcount", O_RDONLY, 0, 0, 0); in fio_hdfsio_setup_fs_params()
45 if (hd->fp) { in fio_hdfsio_setup_fs_params()
46 hdfsRead(hd->fs, hd->fp, &(hd->fscount), sizeof(hd->fscount)); in fio_hdfsio_setup_fs_params()
47 hdfsCloseFile(hd->fs, hd->fp); in fio_hdfsio_setup_fs_params()
49 hd->fp = hdfsOpenFile(hd->fs, ".fbs", O_RDONLY, 0, 0, 0); in fio_hdfsio_setup_fs_params()
50 if (hd->fp) { in fio_hdfsio_setup_fs_params()
51 hdfsRead(hd->fs, hd->fp, &(hd->fsbs), sizeof(hd->fsbs)); in fio_hdfsio_setup_fs_params()
52 hdfsCloseFile(hd->fs, hd->fp); in fio_hdfsio_setup_fs_params()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_gnutls.c17 gcry_md_hd_t hd; in md4_vector() local
21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR) in md4_vector()
24 gcry_md_write(hd, addr[i], len[i]); in md4_vector()
25 p = gcry_md_read(hd, GCRY_MD_MD4); in md4_vector()
28 gcry_md_close(hd); in md4_vector()
35 gcry_cipher_hd_t hd; in des_encrypt() local
48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0); in des_encrypt()
49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8)); in des_encrypt()
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8); in des_encrypt()
51 gcry_cipher_close(hd); in des_encrypt()
[all …]
/external/eigen/doc/snippets/
DHessenbergDecomposition_compute.cpp2 HessenbergDecomposition<MatrixXcf> hd(4); variable
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/curl/docs/examples/
Danyauthput.c117 intptr_t hd ; in main() local
130 hd = open(file, O_RDONLY) ; in main()
131 fstat(hd, &file_info); in main()
143 curl_easy_setopt(curl, CURLOPT_READDATA, (void*)hd); in main()
149 curl_easy_setopt(curl, CURLOPT_IOCTLDATA, (void*)hd); in main()
181 close(hd); /* close the local file */ in main()
/external/drm_hwcomposer/
Dhwcomposer.cpp638 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_event_control() local
639 return hd->vsync_worker.VSyncControl(enabled); in hwc_event_control()
700 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_display_configs() local
701 hd->config_ids.clear(); in hwc_get_display_configs()
716 size_t idx = hd->config_ids.size(); in hwc_get_display_configs()
719 hd->config_ids.push_back(mode.id()); in hwc_get_display_configs()
722 *num_configs = hd->config_ids.size(); in hwc_get_display_configs()
785 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_active_config() local
786 for (size_t i = 0; i < hd->config_ids.size(); ++i) { in hwc_get_active_config()
787 if (hd->config_ids[i] == mode.id()) in hwc_get_active_config()
[all …]
/external/llvm/test/CodeGen/X86/GC/
Dbadwriteproto.ll9 define %list* @cons(i32 %hd, %list* %tl) gc "example" {
13 %hd.ptr = getelementptr %list, %list* %cell, i32 0, i32 0
14 store i32 %hd, i32* %hd.ptr
Dbadreadproto.ll10 %hd.ptr = getelementptr %list, %list* %l, i32 0, i32 0
11 %hd = call %list* @llvm.gcread(%list* %l, %list** %hd.ptr)
/external/opencv3/3rdparty/openexr/IlmImf/
DImfTiledRgbaFile.cpp271 Header hd (header); in TiledRgbaOutputFile() local
272 insertChannels (hd, rgbaChannels, name); in TiledRgbaOutputFile()
273 hd.setTileDescription (TileDescription (tileXSize, tileYSize, mode, rmode)); in TiledRgbaOutputFile()
274 _outputFile = new TiledOutputFile (name, hd, numThreads); in TiledRgbaOutputFile()
295 Header hd (header); in TiledRgbaOutputFile() local
296 insertChannels (hd, rgbaChannels, os.fileName()); in TiledRgbaOutputFile()
297 hd.setTileDescription (TileDescription (tileXSize, tileYSize, mode, rmode)); in TiledRgbaOutputFile()
298 _outputFile = new TiledOutputFile (os, hd, numThreads); in TiledRgbaOutputFile()
325 Header hd (displayWindow, in TiledRgbaOutputFile() local
333 insertChannels (hd, rgbaChannels, name); in TiledRgbaOutputFile()
[all …]
DImfRgbaFile.cpp564 Header hd (header); in RgbaOutputFile() local
565 insertChannels (hd, rgbaChannels); in RgbaOutputFile()
566 _outputFile = new OutputFile (name, hd, numThreads); in RgbaOutputFile()
580 Header hd (header); in RgbaOutputFile() local
581 insertChannels (hd, rgbaChannels); in RgbaOutputFile()
582 _outputFile = new OutputFile (os, hd, numThreads); in RgbaOutputFile()
602 Header hd (displayWindow, in RgbaOutputFile() local
610 insertChannels (hd, rgbaChannels); in RgbaOutputFile()
611 _outputFile = new OutputFile (name, hd, numThreads); in RgbaOutputFile()
631 Header hd (width, in RgbaOutputFile() local
[all …]
/external/clang/test/CodeGenCUDA/
Dfunction-overload.cu41 __host__ __device__ int hd(void) { return 3; } in hd() function
90 fp_t hdp = hd; // CHECK-HOST: store {{.*}} @_Z2hdv, {{.*}} %hdp, in hostf()
115 fp_t hdp = hd; // CHECK-DEVICE: store {{.*}} @_Z2hdv, {{.*}} %hdp, in devicef()
138 fp_t hdp = hd; // CHECK-BOTH: store {{.*}} @_Z2hdv, {{.*}} %hdp, in hostdevicef()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-yuiapp.css7 #hd, #bd, #ft {
24 #hd, #bd {
34 #hd {
40 #hd, h1, h2, p, .color {
Ddataurl-realdata-yuiapp.css.min1hd,#bd,#ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:t…
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/
Ddataurl-realdata-yuiapp.out1hd,#bd,#ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:t…
Ddataurl-realdata-yuiapp.out.b1hd,#bd,#ft{padding:0 50px}#bd{padding-bottom:50px;border-bottom:1px solid #006e9c}#ft{background:t…
/external/curl/tests/libtest/
Dlib541.c39 int hd; in test() local
58 hd = fstat(fileno(hd_src), &file_info); in test()
59 if(hd == -1) { in test()
Dlib505.c42 int hd ; in test() local
66 hd = fstat(fileno(hd_src), &file_info); in test()
67 if(hd == -1) { in test()
Dlib525.c37 int hd ; in test() local
66 hd = fstat(fileno(hd_src), &file_info); in test()
67 if(hd == -1) { in test()
Dlib582.c230 int hd ; in test() local
255 hd = fstat(fileno(hd_src), &file_info); in test()
256 if(hd == -1) { in test()
/external/blktrace/
Dblktrace.c1134 struct tracer_devpath_head *hd; in free_tracer_heads() local
1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) { in free_tracer_heads()
1137 if (hd->prev) in free_tracer_heads()
1138 free(hd->prev); in free_tracer_heads()
1140 pthread_mutex_destroy(&hd->mutex); in free_tracer_heads()
1155 struct tracer_devpath_head *hd; in setup_tracer_devpaths() local
1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) { in setup_tracer_devpaths()
1160 INIT_LIST_HEAD(&hd->head); in setup_tracer_devpaths()
1161 pthread_mutex_init(&hd->mutex, NULL); in setup_tracer_devpaths()
1162 hd->prev = NULL; in setup_tracer_devpaths()
[all …]
/external/icu/icu4c/source/test/testdata/
Dicuio.txt93 { "%hd", "-30002", "2", "8ace" }
128 { "%hd", "1234 5678", "2", "4D2" }
129 { "%*hd%hd", "1234 5678", "2", "162E" }
/external/llvm/test/CodeGen/ARM/
D2009-02-16-SpillerBug.ll18 define fastcc void @FlushGalley(%struct.rec* %hd) nounwind {
91 %1 = icmp eq %struct.rec* %link.1, %hd ; <i1> [#uses=1]
98 …call fastcc void @Promote(%struct.rec* %hd, %struct.rec* %stop_link.3, %struct.rec* null, i32 1) n…
/external/opencv3/modules/video/src/
Decc.cpp376 const int hd = dst.rows; in findTransformECC() local
399 Mat imageFloat = Mat(hd, wd, CV_32F);// to store the (smoothed) input image in findTransformECC()
407 preMask = Mat::ones(hd, wd, CV_8U); in findTransformECC()
428 Mat gradientX = Mat::zeros(hd, wd, CV_32FC1); in findTransformECC()
429 Mat gradientY = Mat::zeros(hd, wd, CV_32FC1); in findTransformECC()
/external/clang/test/Sema/
Dattr-flag-enum.c37 hd = ~0x2, // no-warning enumerator
/external/parameter-framework/upstream/tools/coverage/
Daplog2coverage.sh63 ARGS="$(getopt --options "hd:o:e:p:f" \
/external/curl/lib/
Dhttp2.c217 int32_t stream_id = frame->hd.stream_id; in on_frame_recv()
222 frame->hd.type, stream_id)); in on_frame_recv()
242 switch(frame->hd.type) { in on_frame_recv()
327 frame->hd.type, stream_id)); in on_frame_recv()
420 frame->hd.length)); in on_frame_send()
520 int32_t stream_id = frame->hd.stream_id; in on_header()
527 if(frame->hd.type != NGHTTP2_HEADERS) { in on_header()

123