/external/golang-protobuf/protoc-gen-go/testdata/import_public/importing/ |
D | importing.pb.go | 25 type M struct { struct 27 M *sub.M `protobuf:"bytes,1,opt,name=m" json:"m,omitempty"` argument 28 XXX_NoUnkeyedLiteral struct{} `json:"-"` 29 XXX_unrecognized []byte `json:"-"` 30 XXX_sizecache int32 `json:"-"` 33 func (m *M) Reset() { *m = M{} } 34 func (m *M) String() string { return proto.CompactTextString(m) } 35 func (*M) ProtoMessage() {} 36 func (*M) Descriptor() ([]byte, []int) { 40 func (m *M) XXX_Unmarshal(b []byte) error { [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/fmt/ |
D | m.pb.go | 23 type M struct { struct 24 XXX_NoUnkeyedLiteral struct{} `json:"-"` 25 XXX_unrecognized []byte `json:"-"` 26 XXX_sizecache int32 `json:"-"` 29 func (m *M) Reset() { *m = M{} } 30 func (m *M) String() string { return proto.CompactTextString(m) } 31 func (*M) ProtoMessage() {} 55 proto.RegisterType((*M)(nil), "fmt.M")
|
/external/harfbuzz_ng/src/ |
D | hb-mutex.hh | 56 #define hb_mutex_impl_init(M) pthread_mutex_init (M, nullptr) argument 57 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 58 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 59 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 68 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument 70 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 72 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 73 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 74 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 89 #define hb_mutex_impl_init(M) *(M) = 0 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 …]
|
/external/llvm-project/clang/lib/Headers/ |
D | avx512erintrin.h | 22 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) \ argument 27 #define _mm512_maskz_exp2a23_round_pd(M, A, R) \ argument 35 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 38 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 46 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) \ argument 51 #define _mm512_maskz_exp2a23_round_ps(M, A, R) \ argument 59 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument 62 #define _mm512_maskz_exp2a23_ps(M, A) \ argument 71 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) \ argument 76 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) \ argument [all …]
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | RunnerUtils.cpp | 23 StridedMemRefType<Vector2D<4, 4, float>, 2> *M) { in _mlir_ciface_print_memref_vector_4x4xf32() 27 extern "C" void _mlir_ciface_print_memref_i8(UnrankedMemRefType<int8_t> *M) { in _mlir_ciface_print_memref_i8() 31 extern "C" void _mlir_ciface_print_memref_i32(UnrankedMemRefType<int32_t> *M) { in _mlir_ciface_print_memref_i32() 35 extern "C" void _mlir_ciface_print_memref_i64(UnrankedMemRefType<int64_t> *M) { in _mlir_ciface_print_memref_i64() 39 extern "C" void _mlir_ciface_print_memref_f32(UnrankedMemRefType<float> *M) { in _mlir_ciface_print_memref_f32() 43 extern "C" void _mlir_ciface_print_memref_f64(UnrankedMemRefType<double> *M) { in _mlir_ciface_print_memref_f64() 68 _mlir_ciface_print_memref_0d_f32(StridedMemRefType<float, 0> *M) { in _mlir_ciface_print_memref_0d_f32() 72 _mlir_ciface_print_memref_1d_f32(StridedMemRefType<float, 1> *M) { in _mlir_ciface_print_memref_1d_f32() 76 _mlir_ciface_print_memref_2d_f32(StridedMemRefType<float, 2> *M) { in _mlir_ciface_print_memref_2d_f32() 80 _mlir_ciface_print_memref_3d_f32(StridedMemRefType<float, 3> *M) { in _mlir_ciface_print_memref_3d_f32() [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/ |
D | a.pb.go | 134 type M struct { struct 136 M2 *M2 `protobuf:"bytes,1,opt,name=m2" json:"m2,omitempty"` 140 OneofField isM_OneofField `protobuf_oneof:"oneof_field"` 141 … *M_Grouping `protobuf:"group,4,opt,name=Grouping,json=grouping" json:"grouping,omitempty"` 142 …protobuf:"bytes,6,opt,name=default_field,json=defaultField,def=def" json:"default_field,omitempty"` 143 XXX_NoUnkeyedLiteral struct{} `json:"-"` 144 XXX_unrecognized []byte `json:"-"` 145 XXX_sizecache int32 `json:"-"` 148 func (m *M) Reset() { *m = M{} } 149 func (m *M) String() string { return proto.CompactTextString(m) } [all …]
|
/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() 305 fn width(&self) -> Width<M> { in width() 309 fn zero<E>(&self) -> Elem<M, E> { in zero() 317 fn one(&self) -> Elem<M, Unencoded> { in one() 323 pub fn oneRR(&self) -> &One<M, RR> { in oneRR() 343 fn as_partial(&self) -> PartialModulus<M> { in as_partial() 360 fn zero(&self) -> Elem<M, R> { in zero() 404 fn decode_once(self, m: &Modulus<M>) -> Elem<M, <E as ReductionEncoding>::Output> { in decode_once() 424 pub fn into_unencoded(self, m: &Modulus<M>) -> Elem<M, Unencoded> { in into_unencoded() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 95 void addModule(std::unique_ptr<Module> M) { in addModule() 99 bool removeModule(Module *M) { in removeModule() 104 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 108 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 114 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 118 bool ownsModule(Module* M) { in ownsModule() 123 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 137 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 157 Module *M = *I; in markAllLoadedModulesAsFinalized() local 171 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/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-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-pass-by-value.cpp | 28 Movable M; member 36 Movable M; member 48 Movable M; member 56 Movable M; member 58 D::D(const Movable &M) : M(M) {} in D() 67 Movable M; member 81 Movable M; member 83 G::G(const Movable &M) : M(M) {} in G() 94 ns_H::HMovable M; member 97 H::H(const HMovable &M) : M(M) {} in H() [all …]
|
/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> { implementation
|
/external/llvm-project/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… variable
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
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
|
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
|
/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() argument 28 template struct M<S>; // expected-note {{in instantiation of member function 'M<S>::M' requested he… variable
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
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
|
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
|
/external/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/ |
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
|
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
|
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
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
|
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
|