Searched refs:Cdecl (Results 1 – 8 of 8) sorted by relevance
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 20 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)] 23 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 26 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 29 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 32 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 35 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
D | Inflater.cs | 21 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)] 24 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 27 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 30 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
D | Deflater.cs | 21 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl, CharSet=CharSet.Ansi)] 24 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 27 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 30 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
D | ChecksumImpl.cs | 108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
D | DotZLib.cs | 219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)] 222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 61 Cdecl, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 83 case CallingConv::Cdecl: in outputCallingConvention()
|
D | MicrosoftDemangle.cpp | 1693 return CallingConv::Cdecl; in demangleCallingConvention()
|