Searched refs:mdp (Results 1 – 5 of 5) sorted by relevance
/external/blktrace/btreplay/ |
D | btreplay.c | 639 struct map_dev *mdp = malloc(sizeof(*mdp)); in read_map_devs() local 641 mdp->from_dev = from_dev; in read_map_devs() 642 mdp->to_dev = to_dev; in read_map_devs() 643 list_add_tail(&mdp->head, &map_devs); in read_map_devs() 657 struct map_dev *mdp = list_entry(p, struct map_dev, head); in release_map_devs() local 659 list_del(&mdp->head); in release_map_devs() 661 free(mdp->from_dev); in release_map_devs() 662 free(mdp->to_dev); in release_map_devs() 663 free(mdp); in release_map_devs() 678 struct map_dev *mdp = list_entry(p, struct map_dev, head); in map_dev() local [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | openssldigest.cc | 59 const EVP_MD** mdp) { in GetDigestEVP() argument 79 *mdp = md; in GetDigestEVP()
|
/external/valgrind/main/VEX/priv/ |
D | guest_ppc_toIR.c | 12821 Bool mdp = False; in dis_vxv_dp_arith() local 12828 mdp = (opc2 & 0x0FF) == 0x0A4; in dis_vxv_dp_arith() 12835 mdp = (opc2 & 0x0FF) == 0x0E4; in dis_vxv_dp_arith() 12854 DIP("xv%sm%s%s v%d,v%d,v%d\n", negate ? "n" : "", oper_name, mdp ? "mdp" : "adp", in dis_vxv_dp_arith() 12864 mkexpr( mdp ? frT : frB ), in dis_vxv_dp_arith() 12865 mkexpr( mdp ? frB : frT ) ) ) ); in dis_vxv_dp_arith() 12871 mkexpr( mdp ? frT2 : frB2 ), in dis_vxv_dp_arith() 12872 mkexpr( mdp ? frB2 : frT2 ) ) ) ); in dis_vxv_dp_arith() 14296 Bool mdp = opc2 == 0x024; in dis_vxs_arith() local 14297 DIP("xsmadd%ssp v%d,v%d,v%d\n", mdp ? "m" : "a", (UInt)XT, (UInt)XA, (UInt)XB); in dis_vxs_arith() [all …]
|
/external/openssl/crypto/evp/ |
D | evp.h | 528 #define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp) argument
|
/external/openssl/include/openssl/ |
D | evp.h | 528 #define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp) argument
|