/external/wpa_supplicant_8/src/crypto/ |
D | crypto_gnutls.c | 17 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/ |
D | HessenbergDecomposition_compute.cpp | 2 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/llvm/test/CodeGen/X86/GC/ |
D | badwriteproto.ll | 9 define %list* @cons(i32 %hd, %list* %tl) gc "example" { 13 %hd.ptr = getelementptr %list* %cell, i32 0, i32 0 14 store i32 %hd, i32* %hd.ptr
|
D | badreadproto.ll | 10 %hd.ptr = getelementptr %list* %l, i32 0, i32 0 11 %hd = call %list* @llvm.gcread(%list* %l, %list** %hd.ptr)
|
/external/blktrace/ |
D | blktrace.c | 1134 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/qemu/hw/mips/ |
D | mips_r4k.c | 173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; in mips_r4k_init() local 289 hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS); in mips_r4k_init() 294 hd[MAX_IDE_DEVS * i], in mips_r4k_init() 295 hd[MAX_IDE_DEVS * i + 1]); in mips_r4k_init()
|
/external/qemu/hw/i386/ |
D | pc.c | 197 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd) in cmos_init_hd() argument 201 bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); in cmos_init_hd() 888 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local 1158 hd[i] = NULL; 1170 hd[i] = drives_table[index].bdrv; 1172 hd[i] = NULL; 1176 pci_piix3_ide_init(pci_bus, hd, piix3_devfn + 1, i8259); 1180 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]); 1213 cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device, hd);
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | icuio.txt | 93 { "%hd", "-30002", "2", "8ace" } 128 { "%hd", "1234 5678", "2", "4D2" } 129 { "%*hd%hd", "1234 5678", "2", "162E" }
|
/external/icu/icu4c/source/test/testdata/ |
D | icuio.txt | 93 { "%hd", "-30002", "2", "8ace" } 128 { "%hd", "1234 5678", "2", "4D2" } 129 { "%*hd%hd", "1234 5678", "2", "162E" }
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-02-16-SpillerBug.ll | 18 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/clang/test/CXX/special/class.copy/ |
D | implicit-move.cpp | 64 HasDestructor hd; in test_basic_exclusion() local 65 static_assert(!noexcept(hd = HasDestructor()), ""); in test_basic_exclusion()
|
/external/blktrace/btt/ |
D | devs.c | 202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd) in dip_foreach_list() argument 204 dip_rb_fe(iop->dip, type, iop, NULL, hd); in dip_foreach_list()
|
D | globals.h | 211 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd);
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-literals.m.result | 153 void *hd; 154 o = ((NSArray*)hd)[2];
|
D | objcmt-subscripting-literals.m | 153 void *hd; 154 o = [(NSArray*)hd objectAtIndex:2];
|
/external/mksh/ |
D | mkshrc | 25 function hd {
|
/external/mksh/src/ |
D | dot.mkshrc | 58 if whence -p hd >/dev/null; then :; elif whence -p hexdump >/dev/null; then 59 function hd { 64 function hd {
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_mgc2.pkb | 70 (���x�>(aC��6��3�v��gp�U�[;i�J6/��c����mKDT��ijj�����t��lhd��ƙ`�(�/DŽ�pm…
|
/external/qemu/block/ |
D | qcow2.h | 82 BlockDriverState *hd; member
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | header.c | 2165 struct header_print_data *hd = data; in perf_file_section__fprintf_info() local 2179 if (!feat_ops[feat].full_only || hd->full) in perf_file_section__fprintf_info() 2180 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info() 2182 fprintf(hd->fp, "# %s info available, use -I to display\n", in perf_file_section__fprintf_info() 2190 struct header_print_data hd; in perf_header__fprintf_info() local 2193 hd.fp = fp; in perf_header__fprintf_info() 2194 hd.full = full; in perf_header__fprintf_info() 2196 perf_header__process_sections(header, fd, &hd, in perf_header__fprintf_info()
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shuffle-38.ll | 9 define <2 x double> @hd(<2 x double> %p) nounwind optsize ssp {
|
/external/llvm/test/CodeGen/Mips/ |
D | stchar.ll | 4 @.str = private unnamed_addr constant [9 x i8] c"%hd %c \0A\00", align 1
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kdt_g2p.pkb | 65 …,���X����X�������`���=%9��CL���d��S��z ��*O>��|�5/"@hd��5�qi}q…
|
/external/qemu/net/ |
D | net-android.c | 1107 CharDriverState *hd; member 2277 vmc->hd = qemu_chr_open(name, devname, NULL); in net_client_init() 2278 if (!vmc->hd) { in net_client_init() 2285 slirp_add_exec(3, vmc->hd, 4, port); in net_client_init() 2286 qemu_chr_add_handlers(vmc->hd, vmchannel_can_read, vmchannel_read, in net_client_init()
|
D | net.c | 1004 CharDriverState *hd; member 2198 vmc->hd = qemu_chr_open(name, devname, NULL); in net_client_init() 2199 if (!vmc->hd) { in net_client_init() 2206 slirp_add_exec(3, vmc->hd, 4, port); in net_client_init() 2207 qemu_chr_add_handlers(vmc->hd, vmchannel_can_read, vmchannel_read, in net_client_init()
|