Searched refs:IntPtr (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs21 private static extern IntPtr gzopen(string name, string mode);
24 private static extern int gzclose(IntPtr gzFile);
27 private static extern int gzwrite(IntPtr gzFile, int data, int length);
30 private static extern int gzread(IntPtr gzFile, int data, int length);
33 private static extern int gzgetc(IntPtr gzFile);
36 private static extern int gzputc(IntPtr gzFile, int c);
41 private IntPtr _gzFile;
57 if (_gzFile == IntPtr.Zero)
70 if (_gzFile == IntPtr.Zero)
H A DDotZLib.cs32 public IntPtr next_in;
36 public IntPtr next_out;
/macosx-10.10.1/swig-12/Lib/csharp/
H A Dboost_shared_ptr.i89 %typemap (imtype, out="IntPtr") SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >,
104 IntPtr cPtr = $imcall;
105 PROXYCLASS ret = (cPtr == IntPtr.Zero) ? null : new PROXYCLASS(cPtr, true);$excode
109 IntPtr cPtr = $imcall;
110 PROXYCLASS ret = (cPtr == IntPtr.Zero) ? null : new PROXYCLASS(cPtr, true);$excode
114 IntPtr cPtr = $imcall;
115 PROXYCLASS ret = (cPtr == IntPtr.Zero) ? null : new PROXYCLASS(cPtr, true);$excode
119 IntPtr cPtr = $imcall;
120 PROXYCLASS ret = (cPtr == IntPtr.Zero) ? null : new PROXYCLASS(cPtr, true);$excode
134 IntPtr cPt
[all...]
H A Dcsharp.swg116 %typemap(imtype, out="IntPtr") SWIGTYPE "HandleRef"
120 %typemap(imtype, out="IntPtr") SWIGTYPE [] "HandleRef"
124 %typemap(imtype, out="IntPtr") SWIGTYPE * "HandleRef"
128 %typemap(imtype, out="IntPtr") SWIGTYPE & "HandleRef"
431 %typemap(csdirectorin) SWIGTYPE *, SWIGTYPE (CLASS::*) "($iminput == IntPtr.Zero) ? null : new $csclassname($iminput, false)"
660 IntPtr cPtr = $imcall;
661 $csclassname ret = (cPtr == IntPtr.Zero) ? null : new $csclassname(cPtr, $owner);$excode
775 IntPtr cPtr = $imcall;
776 $csclassname ret = (cPtr == IntPtr.Zero) ? null : new $csclassname(cPtr, $owner);$excode
789 %typemap(imtype, out="IntPtr") SWIGTYP
[all...]
H A Dwchar.i26 public delegate string SWIGWStringDelegate(IntPtr message);
32 static string CreateWString([MarshalAs(UnmanagedType.LPWStr)]IntPtr cString) {
83 %typemap(imtype, inattributes="[MarshalAs(UnmanagedType.LPWStr)]", out="IntPtr" ) wchar_t * "string"
H A Dstd_map.i73 IntPtr iter = create_iterator_begin();
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A DPString.h68 IntPtr m_p;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp508 Type *IntPtr = TD->getIntPtrType(DestPtr->getContext()); local
509 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
511 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
514 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
518 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
528 Builder.getInt8PtrTy(), IntPtr,
614 Type *IntPtr = TD->getIntPtrType(SI->getContext()); local
615 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
617 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
620 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSiz
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGBinarySwitch.h64 IntPtr enumerator in enum:JSC::DFG::BinarySwitch::Type
H A DDFGBinarySwitch.cpp73 case IntPtr:
87 case IntPtr:
101 case IntPtr:
H A DDFGSpeculativeJIT.cpp5268 BinarySwitch binarySwitch(tempGPR, identifierCaseValues, BinarySwitch::IntPtr);
/macosx-10.10.1/swig-12/Lib/modula3/
H A Dmodula3.swg644 RETURN (cPtr = IntPtr.Zero) ? null : NEW($1_basetype, cPtr, $owner);
692 IntPtr cPtr = $imcall;
693 RETURN (cPtr == IntPtr.Zero) ? null : new $1_basetype(cPtr, $owner);
712 if(swigCPtr != IntPtr.Zero && swigCMemOwn) {
716 swigCPtr = IntPtr.Zero;
721 if(swigCPtr != IntPtr.Zero && swigCMemOwn) {
725 swigCPtr = IntPtr.Zero;
731 internal static IntPtr getCPtr($1_basetype obj) {
732 RETURN (obj == null) ? IntPtr.Zero : obj.swigCPtr;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DIntrinsicLowering.cpp460 IntegerType *IntPtr = TD.getIntPtrType(Context); local
461 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
471 IntegerType *IntPtr = TD.getIntPtrType(Context); local
472 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
482 IntegerType *IntPtr = TD.getIntPtrType(Context); local
483 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp56 EVT IntPtr = TLI.getPointerTy(); local
70 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args,
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3218 EVT IntPtr = TLI.getPointerTy(); local
3219 if (AllocSize.getValueType() != IntPtr)
3220 AllocSize = DAG.getZExtOrTrunc(AllocSize, getCurDebugLoc(), IntPtr);
3222 AllocSize = DAG.getNode(ISD::MUL, getCurDebugLoc(), IntPtr,
3224 DAG.getConstant(TySize, IntPtr));

Completed in 241 milliseconds