/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/qemu/android/protocol/ |
D | fb-updates-impl.c | 227 FBRequestHeader hd; in fbUpdatesImpl_create() local 230 hd.request_type = AFB_REQUEST_REFRESH; in fbUpdatesImpl_create() 232 syncsocket_write(sk, &hd, sizeof(hd), 5000); in fbUpdatesImpl_create()
|
/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/ |
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()
|
D | pc.c | 204 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd) in cmos_init_hd() argument 208 bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); in cmos_init_hd() 896 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local 1167 hd[i] = NULL; 1179 hd[i] = drives_table[index].bdrv; 1181 hd[i] = NULL; 1185 pci_piix3_ide_init(pci_bus, hd, piix3_devfn + 1, i8259); 1189 hd[MAX_IDE_DEVS * i], hd[MAX_IDE_DEVS * i + 1]); 1222 cmos_init(below_4g_mem_size, above_4g_mem_size, boot_device, hd);
|
/external/icu4c/test/testdata/ |
D | icuio.txt | 93 { "%hd", "-30002", "2", "8ace" } 128 { "%hd", "1234 5678", "2", "4D2" } 129 { "%*hd%hd", "1234 5678", "2", "162E" }
|
/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/mksh/ |
D | mkshrc | 24 function hd { 25 cat "$@" | command hd /proc/self/fd/0
|
/external/grub/netboot/ |
D | eepro100.c | 125 void hd(void *where, int n); 413 hd (&txfd, sizeof (txfd)); in eepro100_transmit() 461 hd (nic->packet, 0x30); in eepro100_poll() 584 hd (&txfd, 0x20); in eepro100_probe() 640 void hd (void *where, int n) in hd() function
|
/external/chromium_org/tools/gn/ |
D | target.h | 76 void set_hard_dep(bool hd) { hard_dep_ = hd; } in set_hard_dep() argument
|
/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/grub/util/ |
D | mkbimage | 234 image_type=hd; 293 hd) heads=16;
|
/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()
|
/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/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/mksh/src/ |
D | dot.mkshrc | 50 whence -p hd >/dev/null || function hd {
|
/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/kernel-headers/original/linux/ |
D | genhd.h | 397 char *disk_name (struct gendisk *hd, int part, char *buf);
|