Searched refs:Cdecl (Results 1 – 6 of 6) sorted by relevance
/external/zlib/src/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)]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 147 Cdecl, enumerator 402 case CallingConv::Cdecl: in outputCallingConvention() 1457 return CallingConv::Cdecl; in demangleCallingConvention()
|