/external/harfbuzz_ng/src/ |
D | hb-mutex.hh | 54 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument 55 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 56 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 57 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 64 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument 66 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 68 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 69 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 70 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 77 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END argument [all …]
|
/external/rust/crates/ring/src/ec/suite_b/ops/ |
D | elem.rs | 50 pub fn mul_mont<M, EA: Encoding, EB: Encoding>( in mul_mont() 52 a: &Elem<M, EA>, in mul_mont() 53 b: &Elem<M, EB>, in mul_mont() 54 ) -> Elem<M, <(EA, EB) as ProductEncoding>::Output> in mul_mont() 63 pub fn binary_op<M, EA: Encoding, EB: Encoding, ER: Encoding>( in binary_op() 65 a: &Elem<M, EA>, in binary_op() 66 b: &Elem<M, EB>, in binary_op() 67 ) -> Elem<M, ER> { in binary_op() 79 pub fn binary_op_assign<M, EA: Encoding, EB: Encoding>( in binary_op_assign() 81 a: &mut Elem<M, EA>, in binary_op_assign() [all …]
|
/external/vixl/test/aarch64/ |
D | test-disasm-neon-aarch64.cc | 348 #define DISASM_INST(M, S) \ in TEST() argument 369 #define DISASM_INST(M, S) \ in TEST() argument 466 #define DISASM_INST(M, S) \ in TEST() argument 485 #define DISASM_INST(M, S) \ in TEST() argument 1480 #define DISASM_INST(M, S) \ in TEST() argument 1485 #define DISASM_INST(M, S) \ in TEST() argument 1490 #define DISASM_INST(M, S) \ in TEST() argument 1495 #define DISASM_INST(M, S) \ in TEST() argument 1500 #define DISASM_INST(M, S) \ in TEST() argument 1505 #define DISASM_INST(M, S) \ in TEST() argument [all …]
|
/external/clang/lib/Headers/ |
D | avx512erintrin.h | 36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 73 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument 76 #define _mm512_maskz_exp2a23_ps(M, A) \ argument 85 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument 90 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument [all …]
|
D | smmintrin.h | 59 #define _mm_round_ps(X, M) __extension__ ({ \ argument 62 #define _mm_round_ss(X, Y, M) __extension__ ({ \ argument 66 #define _mm_round_pd(X, M) __extension__ ({ \ argument 69 #define _mm_round_sd(X, Y, M) __extension__ ({ \ argument 74 #define _mm_blend_pd(V1, V2, M) __extension__ ({ \ argument 80 #define _mm_blend_ps(V1, V2, M) __extension__ ({ \ argument 108 #define _mm_blend_epi16(V1, V2, M) __extension__ ({ \ argument 134 #define _mm_dp_ps(X, Y, M) __extension__ ({ \ argument 138 #define _mm_dp_pd(X, Y, M) __extension__ ({\ argument 270 #define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V)) argument [all …]
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/fmt/ |
D | m.pb.go | 17 type M struct { struct 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 23 func (x *M) Reset() { 32 func (x *M) String() string { 36 func (*M) ProtoMessage() {} 38 func (x *M) ProtoReflect() protoreflect.Message { 51 func (*M) Descriptor() ([]byte, []int) {
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint.rs | 122 m: &Modulus<M>, in from_be_bytes_padded_less_than() 144 fn width(&self) -> Width<M> { in width() 306 fn width(&self) -> Width<M> { in width() 310 fn zero<E>(&self) -> Elem<M, E> { in zero() 318 fn one(&self) -> Elem<M, Unencoded> { in one() 324 pub fn oneRR(&self) -> &One<M, RR> { in oneRR() 344 fn as_partial(&self) -> PartialModulus<M> { in as_partial() 361 fn zero(&self) -> Elem<M, R> { in zero() 405 fn decode_once(self, m: &Modulus<M>) -> Elem<M, <E as ReductionEncoding>::Output> { in decode_once() 425 pub fn into_unencoded(self, m: &Modulus<M>) -> Elem<M, Unencoded> { in into_unencoded() [all …]
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub/ |
D | a.pb.go | 182 type M struct { struct 183 state protoimpl.MessageState 184 sizeCache protoimpl.SizeCache 185 unknownFields protoimpl.UnknownFields 186 extensionFields protoimpl.ExtensionFields 189 M2 *M2 `protobuf:"bytes,1,opt,name=m2" json:"m2,omitempty"` 190 S *string `protobuf:"bytes,4,opt,name=s,def=default" json:"s,omitempty"` 191 B []byte `protobuf:"bytes,5,opt,name=b,def=default" json:"b,omitempty"` 192 F *float64 `protobuf:"fixed64,6,opt,name=f,def=nan" json:"f,omitempty"` 196 OneofField isM_OneofField `protobuf_oneof:"oneof_field"` [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 96 void addModule(std::unique_ptr<Module> M) { in addModule() 100 bool removeModule(Module *M) { in removeModule() 105 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 109 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 115 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 119 bool ownsModule(Module* M) { in ownsModule() 124 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 138 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 158 Module *M = *I; in markAllLoadedModulesAsFinalized() local 172 Module *M = *I; in freeModulePtrSet() local [all …]
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 97 void addModule(std::unique_ptr<Module> M) { in addModule() 101 bool removeModule(Module *M) { in removeModule() 106 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 110 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 116 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 120 bool ownsModule(Module* M) { in ownsModule() 125 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 139 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 159 Module *M = *I; in markAllLoadedModulesAsFinalized() local 173 Module *M = *I; in freeModulePtrSet() local [all …]
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | emplace_hint.pass.cpp | 29 typedef std::multimap<int, DefaultOnly> M; in main() typedef 58 typedef std::multimap<int, Emplaceable> M; in main() typedef 84 typedef std::multimap<int, double> M; in main() typedef 94 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
D | emplace.pass.cpp | 29 typedef std::multimap<int, DefaultOnly> M; in main() typedef 56 typedef std::multimap<int, Emplaceable> M; in main() typedef 79 typedef std::multimap<int, double> M; in main() typedef 89 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 116 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 139 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/external/clang/test/SemaTemplate/ |
D | instantiate-sizeof.cpp | 18 struct M { struct 19 …M() {}; // expected-note {{in instantiation of default member initializer 'M<S>::m' requested here… in M() function 28 template struct M<S>; // expected-note {{in instantiation of member function 'M<S>::M' requested he… argument
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | emplace_hint.pass.cpp | 29 typedef std::map<int, DefaultOnly> M; in main() typedef 58 typedef std::map<int, Emplaceable> M; in main() typedef 84 typedef std::map<int, double> M; in main() typedef 94 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
D | emplace.pass.cpp | 30 typedef std::map<int, DefaultOnly> M; in main() typedef 60 typedef std::map<int, Emplaceable> M; in main() typedef 86 typedef std::map<int, double> M; in main() typedef 97 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 127 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 153 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/external/rust/crates/gdbstub/src/protocol/commands/ |
D | _m_upcase.rs | 4 pub struct M<'a> { struct 10 impl<'a> ParseCommand<'a> for M<'a> { argument
|
/external/skia/third_party/harfbuzz/ |
D | config-override.h | 8 #define hb_mutex_impl_init(M) HB_STMT_START { new (M) hb_mutex_impl_t; } HB_STMT_END argument 9 #define hb_mutex_impl_lock(M) (M)->lock () argument 10 #define hb_mutex_impl_unlock(M) (M)->unlock () argument 11 #define hb_mutex_impl_finish(M) HB_STMT_START { (M)->~hb_mutex_impl_t(); } HB_STMT_END argument
|
/external/rust/crates/criterion/src/ |
D | routine.rs | 12 fn bench(&mut self, m: &M, iters: &[u64], parameter: &T) -> Vec<f64>; in bench() 14 fn warm_up(&mut self, m: &M, how_long: Duration, parameter: &T) -> (u64, u64); in warm_up() 17 fn test(&mut self, m: &M, parameter: &T) { in test() 28 measurement: &M, in profile() 30 criterion: &Criterion<M>, in profile() 84 measurement: &M, in sample() 87 criterion: &Criterion<M>, in sample() 180 pub fn new(f: F) -> Function<M, F, T> { in new() 194 fn bench(&mut self, m: &M, iters: &[u64], parameter: &T) -> Vec<f64> { in bench() 216 fn warm_up(&mut self, m: &M, how_long: Duration, parameter: &T) -> (u64, u64) { in warm_up()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 23 static void appendToGlobalArray(const char *Array, Module &M, Function *F, in appendToGlobalArray() 64 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalCtors() 68 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalDtors() 72 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList() 102 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() 106 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() 111 llvm::declareSanitizerInitFunction(Module &M, StringRef InitName, in declareSanitizerInitFunction() 121 Module &M, StringRef CtorName, StringRef InitName, in createSanitizerCtorAndInitFunctions() 146 Module &M, StringRef CtorName, StringRef InitName, in getOrCreateSanitizerCtorAndInitFunctions() 167 Function *llvm::getOrCreateInitFunction(Module &M, StringRef Name) { in getOrCreateInitFunction() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | constructor-for-array-members.cpp | 18 struct M { struct 19 double dM; argument 33 S MULTI_ARR[2][3][4]; argument 37 M m1; in main() argument
|
/external/libcxx/test/std/containers/associative/set/ |
D | emplace.pass.cpp | 29 typedef std::set<DefaultOnly> M; in main() typedef 49 typedef std::set<Emplaceable> M; in main() typedef 69 typedef std::set<int> M; in main() typedef 79 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
D | emplace_hint.pass.cpp | 29 typedef std::set<DefaultOnly> M; in main() typedef 47 typedef std::set<Emplaceable> M; in main() typedef 64 typedef std::set<int> M; in main() typedef 73 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | emplace.pass.cpp | 29 typedef std::multiset<DefaultOnly> M; in main() typedef 47 typedef std::multiset<Emplaceable> M; in main() typedef 64 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
D | emplace_hint.pass.cpp | 29 typedef std::multiset<DefaultOnly> M; in main() typedef 47 typedef std::multiset<Emplaceable> M; in main() typedef 64 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitWriter.cpp | 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle() 43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
|