Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 1071) sorted by relevance

12345678910>>...43

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-mutex.hh56 #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 …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-mutex.hh54 #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 …]
/third_party/harfbuzz/src/
Dhb-mutex.hh56 #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
67 #define hb_mutex_impl_init(M) InitializeCriticalSectionEx (M, 0, 0) argument
69 #define hb_mutex_impl_init(M) InitializeCriticalSection (M) argument
71 #define hb_mutex_impl_lock(M) EnterCriticalSection (M) argument
72 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) argument
73 #define hb_mutex_impl_finish(M) DeleteCriticalSection (M) argument
80 #define hb_mutex_impl_init(M) HB_STMT_START {} HB_STMT_END argument
[all …]
/third_party/typescript/tests/baselines/reference/
DduplicateIdentifiersAcrossContainerBoundaries.js56 var M; variable
57 (function (M) { argument
65 (function (M) { argument
69 (function (M) { argument
77 (function (M) { argument
80 (function (M) { argument
88 (function (M) { argument
96 (function (M) { argument
99 (function (M) { argument
102 (function (M) { argument
DcollisionCodeGenModuleWithModuleChildren.js5 var M = 10; variable
12 class M { class
46 var M; variable
58 var M = /** @class */ (function () { class
59 function M() { class in anonymousFunctionc8a1d1890500.anonymousFunctionc8a1d1890600.M
70 function M() { class
76 (function (M) { argument
87 (function (M) { argument
DcollisionCodeGenModuleWithMethodChildren.js5 fn(M, p = x) { } argument
21 function M() { class
30 M() { method in f
36 var M; variable
42 c.prototype.fn = function (M, p) { argument
64 function M() { class
71 (function (M) { argument
75 f.prototype.M = function () { method in f
DmergedDeclarations3.js44 (function (M) { argument
51 (function (M) { argument
58 (function (M) { argument
63 (function (M) { argument
69 (function (M) { argument
75 (function (M) { argument
DmoduleVariables.js22 var M; variable
23 (function (M) { argument
27 (function (M) { argument
30 (function (M) { argument
DtsxEmit3.js37 var M = 100; variable
44 var M; variable
45 (function (M) { argument
64 (function (M) { argument
75 (function (M) { argument
DcollisionCodeGenModuleWithFunctionChildren.js4 function fn(M, p = x) { } argument
16 function M() { class
23 var M; variable
26 function fn(M, p) { argument
38 function M() { class
DalwaysStrictModule2.js19 var M; variable
20 (function (M) { argument
26 var M; variable
27 (function (M) { argument
DoptionalPropertiesTest.js30 var test5: i1 = { M: function () { } }; method
31 var test6: i3 = { M: 5 }; property
32 var test7: i2 = { M: function () { } }; method
34 var test8: i4 = { M: 5 } property
61 var test5 = { M: function () { } }; method
62 var test6 = { M: 5 }; property
63 var test7 = { M: function () { } }; method
65 var test8 = { M: 5 }; property
DcollisionCodeGenModuleWithConstructorChildren.js5 constructor(M, p = x) { argument
12 constructor(private M, p = x) {
27 var M; variable
31 function c(M, p) { argument
39 function d(M, p) { argument
DmergedModuleDeclarationWithSharedExportedVar.js11 var M; variable
12 (function (M) { argument
16 (function (M) { argument
DmultipleExports.js18 var M; variable
19 (function (M) { argument
23 (function (M) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h96 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 …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.cpp42 const Matrix &M = *this; in operator -() local
52 const Matrix &M = *this; in operator !() local
106 const Matrix &M = *this; in operator ~() local
116 Matrix &M = *this; in operator +=() local
128 Matrix &M = *this; in operator -=() local
140 Matrix &M = *this; in operator *=() local
150 Matrix &Matrix::operator*=(const Matrix &M) in operator *=()
162 bool operator==(const Matrix &M, const Matrix &N) in operator ==()
173 bool operator!=(const Matrix &M, const Matrix &N) in operator !=()
184 Matrix operator+(const Matrix &M, const Matrix &N) in operator +()
[all …]
/third_party/skia/third_party/harfbuzz/
Dconfig-override.h8 #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
/third_party/typescript/tests/baselines/reference/extractConstant/
DextractConstant_Method.ts3 M() { method in C
9 M() { method in C
18 M() { method in C
25 M() { method in C
DextractConstant_StatementInsertionPosition7.ts5 M() { method in C
16 M() { method in C
30 M() { method in C
42 M() { method in C
DextractConstant_Method.js3 M() { method in C
9 M() { method in C
17 M() { method in C
/third_party/typescript/tests/cases/compiler/
DcollisionCodeGenModuleWithModuleChildren.ts4 var M = 10; variable
11 class M { class
20 function M() { function
29 interface M { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp23 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 …]
/third_party/flutter/glfw/deps/
Dlinmath.h84 static inline void mat4x4_identity(mat4x4 M) in mat4x4_identity()
91 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) in mat4x4_dup()
98 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) in mat4x4_row()
104 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) in mat4x4_col()
110 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) in mat4x4_transpose()
117 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_add()
123 static inline void mat4x4_sub(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_sub()
129 static inline void mat4x4_scale(mat4x4 M, mat4x4 a, float k) in mat4x4_scale()
135 static inline void mat4x4_scale_aniso(mat4x4 M, mat4x4 a, float x, float y, float z) in mat4x4_scale_aniso()
145 static inline void mat4x4_mul(mat4x4 M, mat4x4 a, mat4x4 b) in mat4x4_mul()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitWriter.cpp20 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()

12345678910>>...43