/external/harfbuzz_ng/src/ |
D | hb-mutex-private.hh | 50 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument 51 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument 52 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument 53 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument 61 #define hb_mutex_impl_init(M) pthread_mutex_init (M, NULL) argument 62 #define hb_mutex_impl_lock(M) pthread_mutex_lock (M) argument 63 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) argument 64 #define hb_mutex_impl_finish(M) pthread_mutex_destroy (M) argument 79 #define hb_mutex_impl_init(M) *(M) = 0 argument 80 #define hb_mutex_impl_lock(M) HB_STMT_START { while (__sync_lock_test_and_set((M), 1)) HB_SCHED_YIE… argument [all …]
|
/external/clang/lib/Headers/ |
D | avx512erintrin.h | 37 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 42 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 50 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 53 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 61 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 66 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 74 #define _mm512_mask_exp2a23_ps(S, M, A) \ argument 77 #define _mm512_maskz_exp2a23_ps(M, A) \ argument 86 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument 91 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument [all …]
|
D | smmintrin.h | 60 #define _mm_round_ps(X, M) __extension__ ({ \ argument 64 #define _mm_round_ss(X, Y, M) __extension__ ({ \ argument 69 #define _mm_round_pd(X, M) __extension__ ({ \ argument 73 #define _mm_round_sd(X, Y, M) __extension__ ({ \ argument 79 #define _mm_blend_pd(V1, V2, M) __extension__ ({ \ argument 86 #define _mm_blend_ps(V1, V2, M) __extension__ ({ \ argument 116 #define _mm_blend_epi16(V1, V2, M) __extension__ ({ \ argument 143 #define _mm_dp_ps(X, Y, M) __extension__ ({ \ argument 148 #define _mm_dp_pd(X, Y, M) __extension__ ({\ argument 276 #define _mm_test_mix_ones_zeros(M, V) _mm_testnzc_si128((M), (V)) argument [all …]
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 2842 #define DISASM_INST(M, S) \ in TEST() argument 2864 #define DISASM_INST(M, S) \ in TEST() argument 2931 #define DISASM_INST(M, S) \ in TEST() argument 2951 #define DISASM_INST(M, S) \ in TEST() argument 3572 #define DISASM_INST(M, S) \ in TEST() argument 3577 #define DISASM_INST(M, S) \ in TEST() argument 3582 #define DISASM_INST(M, S) \ in TEST() argument 3587 #define DISASM_INST(M, S) \ in TEST() argument 3592 #define DISASM_INST(M, S) \ in TEST() argument 3597 #define DISASM_INST(M, S) \ in TEST() argument [all …]
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 98 void addModule(std::unique_ptr<Module> M) { in addModule() 102 bool removeModule(Module *M) { in removeModule() 107 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 111 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 117 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 121 bool ownsModule(Module* M) { in ownsModule() 126 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 140 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 160 Module *M = *I; in markAllLoadedModulesAsFinalized() local 174 Module *M = *I; in freeModulePtrSet() local [all …]
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | emplace.pass.cpp | 29 typedef std::map<int, DefaultOnly> M; in main() typedef 59 typedef std::map<int, Emplaceable> M; in main() typedef 85 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 | 28 typedef std::map<int, DefaultOnly> M; in main() typedef 57 typedef std::map<int, Emplaceable> M; in main() typedef 83 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/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | emplace_hint.pass.cpp | 28 typedef std::multimap<int, DefaultOnly> M; in main() typedef 57 typedef std::multimap<int, Emplaceable> M; in main() typedef 83 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 | 28 typedef std::multimap<int, DefaultOnly> M; in main() typedef 55 typedef std::multimap<int, Emplaceable> M; in main() typedef 78 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/CodeGenCXX/ |
D | default-destructor-synthesis.cpp | 19 struct M : Q, P { struct 31 M a; in f() argument
|
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
|
D | copy-assign-synthesis.cpp | 20 struct M { struct 21 M() : M1(10), M2(11) , auM1(12) {} in M() argument 22 int M1; argument 23 int M2; argument 25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2); in pr() argument 28 int auM1; argument
|
/external/libcxx/test/std/containers/associative/set/ |
D | emplace.pass.cpp | 28 typedef std::set<DefaultOnly> M; in main() typedef 48 typedef std::set<Emplaceable> M; in main() typedef 68 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 | 28 typedef std::set<DefaultOnly> M; in main() typedef 46 typedef std::set<Emplaceable> M; in main() typedef 63 typedef std::set<int> M; in main() typedef 73 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
D | count.pass.cpp | 26 typedef std::set<int> M; in main() typedef 62 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef 99 typedef std::set<int, std::less<>> M; in main() typedef 134 typedef std::set<V, std::less<>> M; in main() typedef
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | emplace_hint.pass.cpp | 28 typedef std::multiset<DefaultOnly> M; in main() typedef 46 typedef std::multiset<Emplaceable> M; in main() typedef 63 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.pass.cpp | 28 typedef std::multiset<DefaultOnly> M; in main() typedef 46 typedef std::multiset<Emplaceable> M; in main() typedef 63 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
D | count.pass.cpp | 26 typedef std::multiset<int> M; in main() typedef 61 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef 97 typedef std::multiset<int, std::less<>> M; in main() typedef 130 typedef std::multiset<V, std::less<>> M; in main() typedef
|
/external/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()
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p2.cpp | 9 namespace M { } namespace 14 namespace M { namespace 18 namespace M { namespace
|
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
D | count.pass.cpp | 26 typedef std::multimap<int, double> M; in main() typedef 60 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef 96 typedef std::multimap<int, double, std::less<>> M; in main() typedef 129 typedef std::multimap<PC, double, std::less<>> M; in main() typedef
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 24 LLVMModuleRef M; in load_module() local 43 LLVMModuleRef M = load_module(); in module_dump() local 55 LLVMModuleRef M = load_module(); in module_list_functions() local 96 LLVMModuleRef M = load_module(); in module_list_globals() local
|
/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | count.pass.cpp | 26 typedef std::map<int, double> M; in main() typedef 64 typedef std::map<int, double, std::less<int>, min_allocator<V>> M; in main() typedef 103 typedef std::map<int, double, std::less <>> M; in main() typedef 140 typedef std::map<PC, double, std::less<>> M; in main() typedef
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.cpp | 64 return [](std::unique_ptr<Module> M) { return std::move(M); }; in createDebugDumper() 67 return [](std::unique_ptr<Module> M) { in createDebugDumper() 86 return [](std::unique_ptr<Module> M) { in createDebugDumper() 94 return [](std::unique_ptr<Module> M) { in createDebugDumper() 110 int llvm::runOrcLazyJIT(std::unique_ptr<Module> M, int ArgC, char* ArgV[]) { in runOrcLazyJIT()
|
/external/llvm/bindings/ocaml/bitwriter/ |
D | bitwriter_ocaml.c | 25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file() 31 CAMLprim value llvm_write_bitcode_to_fd(value U, LLVMModuleRef M, value FD) { in llvm_write_bitcode_to_fd() 46 CAMLprim LLVMMemoryBufferRef llvm_write_bitcode_to_memory_buffer(LLVMModuleRef M) { in llvm_write_bitcode_to_memory_buffer()
|