Searched refs:CallingConvention (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs21 [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)]
H A DDeflater.cs21 [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)]
H A DGZipStream.cs20 [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
[all...]
H A DChecksumImpl.cs108 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
159 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
H A DDotZLib.cs219 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
222 [DllImport("ZLIB1.dll", CallingConvention=CallingConvention.Cdecl)]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FrameLowering.cpp1378 CallingConv::ID CallingConvention = MF.getFunction()->getCallingConv();
1381 if (CallingConvention == CallingConv::X86_FastCall ||
1382 CallingConvention == CallingConv::Fast) {

Completed in 224 milliseconds