/third_party/openssl/crypto/bn/asm/ |
D | bn-c64xplus.asm | 54 MV ARG2,B0 59 || [B0] MV ARG0,A2 60 || [B0] MV ARG3,A3 72 || MV.S A17,A23 78 MV A19,RET ; return value 84 MV ARG2,B0 98 || MV.S A17,A21 104 MV A19,RET ; return value 110 MV ARG2,B0 114 [B0] MV ARG0,B2 [all …]
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | raw.hpp | 107 template < typename MV > 109 typename MV::array_type::array_type::const_pointer data( const MV &mv ) ; 110 template < typename MV > 112 typename MV::array_type::array_type::const_pointer data_const( const MV &mv ) ; 113 template < typename MV > 115 typename MV::array_type::pointer data( MV &mv ) ; 214 template < typename MV > 216 typename MV::array_type::array_type::const_pointer base( const MV &mv ) ; 218 template < typename MV > 220 typename MV::array_type::array_type::const_pointer base_const( const MV &mv ) ; [all …]
|
D | definitions.hpp | 203 template<class MV> 204 typename MV::size_type num_non_zeros (const MV &mv) { in num_non_zeros()
|
/third_party/boost/boost/numeric/ublas/ |
D | lu.hpp | 62 template<class PM, class MV> 64 void swap_rows (const PM &pm, MV &mv, vector_tag) { in swap_rows() 73 template<class PM, class MV> 75 void swap_rows (const PM &pm, MV &mv, matrix_tag) { in swap_rows() 85 template<class PM, class MV> 87 void swap_rows (const PM &pm, MV &mv) { in swap_rows() 88 swap_rows (pm, mv, typename MV::type_category ()); in swap_rows() 301 template<class M, class PMT, class PMA, class MV> 302 void lu_substitute (const M &m, const permutation_matrix<PMT, PMA> &pm, MV &mv) { in lu_substitute() 342 template<class MV, class M, class PMT, class PMA> [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | clearvideo.c | 46 typedef struct MV { struct 48 } MV; argument 50 static const MV zero_mv = { 0 }; 58 MV *mv; 64 MV mv; 298 static MV mvi_predict(MVInfo *mvi, int mb_x, int mb_y, MV diff) in mvi_predict() 300 MV res, pred_mv; in mvi_predict() 312 MV A = mvi->mv[mvi->mb_stride + mb_x - 1]; in mvi_predict() 313 MV B = mvi->mv[ mb_x ]; in mvi_predict() 314 MV C = mvi->mv[ mb_x + 1]; in mvi_predict() [all …]
|
D | vc1_pred.c | 404 int MV = mv1 ? -60 : -28; in ff_vc1_pred_mv() local 409 if (qx + px < MV) px = MV - qx; in ff_vc1_pred_mv() 410 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_mv() 770 int MV = 4 - (1 << sh); in ff_vc1_pred_b_mv() local 775 if (qx + px < MV) px = MV - qx; in ff_vc1_pred_b_mv() 776 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_b_mv() 840 int MV = 4 - (1 << sh); in ff_vc1_pred_b_mv() local 845 if (qx + px < MV) px = MV - qx; in ff_vc1_pred_b_mv() 846 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_b_mv()
|
/third_party/libcoap/scripts/ |
D | api-version-bump.sh | 19 MV="git mv" 23 test -e "$1" && $MV "$1" "$2"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 62 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 64 assert((Offset+MV.getConstant() == 0) && in getIndirectSymViaGOTPCRel()
|
D | AArch64TargetObjectFile.h | 40 const MCValue &MV, int64_t Offset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 50 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 55 unsigned FinalOff = Offset+MV.getConstant()+4; in getIndirectSymViaGOTPCRel()
|
D | X86TargetObjectFile.h | 35 const MCValue &MV, int64_t Offset,
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | ig.txt | 11 MV{"Maldivesa"}
|
D | sw_CD.txt | 21 MV{"Maldivi"}
|
D | zh_Hant_HK.txt | 59 MV{"馬爾代夫"}
|
/third_party/e2fsprogs/lib/ |
D | Makefile.library | 20 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
|
D | Makefile.bsd-lib | 26 $(MV) pic/$(BSD_LIB) .
|
D | Makefile.profile | 13 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
|
D | Makefile.darwin-lib | 28 $(Q) $(MV) pic/$(BSD_LIB) .
|
/third_party/boost/boost/sort/common/ |
D | file_vector.hpp | 248 void set_max_val(size_t MV){ Max_Val = MV; }; in set_max_val()
|
/third_party/e2fsprogs/ |
D | MCONFIG.in | 112 MV = @MV@ 331 $(MV) $(srcdir)/Makefile.in $(srcdir)/Makefile.in.old; \ 332 $(MV) $(srcdir)/Makefile.in.new $(srcdir)/Makefile.in; \
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | ln.txt | 12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | ln.txt | 12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
|
/third_party/icu/icu4c/source/data/coll/ |
D | ln.txt | 12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | zh_Hant_HK.txt | 61 MV{"馬爾代夫"}
|
/third_party/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 61 MV{"馬爾代夫"}
|