Searched refs:Ptr (Results 26 - 50 of 233) sorted by relevance

12345678910

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLowerAtomic.cpp25 Value *Ptr = CXI->getPointerOperand(); local
29 LoadInst *Orig = Builder.CreateLoad(Ptr);
32 Builder.CreateStore(Res, Ptr);
41 Value *Ptr = RMWI->getPointerOperand(); local
44 LoadInst *Orig = Builder.CreateLoad(Ptr);
87 Builder.CreateStore(Res, Ptr);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DValueTracking.h120 Value *GetPointerBaseWithConstantOffset(Value *Ptr, int64_t &Offset,
123 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset, argument
125 return GetPointerBaseWithConstantOffset(const_cast<Value*>(Ptr), Offset,TD);
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h226 Ptr *ppBuffer;
238 Ptr pBuffer;
275 Ptr commandBufferPtr;
277 Ptr responseBufferPtr;
H A DDVFamilyLib.c603 error = DVCallDriver( (DVDriverID) connID, (Ptr) &intParams );
652 error = DVCallDriver( (DVDriverID) connID, (Ptr) &intParams );
676 OSErr DVCReadFrame( DVCDeviceConnectionID connID, Ptr *ppReadBuffer, UInt32 * pSize )
686 error = DVCallDriver( (DVDriverID) connID, (Ptr) &intParams );
698 OSErr DVCReleaseFrame( DVCDeviceConnectionID connID, Ptr pReadBuffer )
707 error = DVCallDriver( (DVDriverID) connID, (Ptr) &intParams );
739 error = DVCallDriver( (DVDriverID) connID, (Ptr) &intParams );
775 error = DVCallDriver( (DVDriverID) connID, (Ptr) &intParams );
796 OSErr DVCGetEmptyFrame( DVCDeviceConnectionID connID, Ptr *ppEmptyFrameBuffer, UInt32 * pSize )
806 error = DVCallDriver( (DVDriverID) connID, (Ptr)
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSStubs.c119 Ptr p = NULL;
121 if (!(h = malloc(sizeof(Ptr) + sizeof(Size))))
155 Ptr p = NULL;
170 Ptr p = NULL;
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dmactclinit.c79 InitGraf((Ptr)&qd.thePort);
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.h228 Ptr commandBufferPtr;
230 Ptr responseBufferPtr;
259 Ptr pFrameBuffer;
266 Ptr commandBufferPtr;
268 Ptr responseBufferPtr;
317 OSErr DVReadFrame( DVDeviceRefNum refNum, Ptr *ppReadBuffer, UInt32 * pSize );
318 OSErr DVReleaseFrame( DVDeviceRefNum refNum, Ptr pReadBuffer );
326 OSErr DVGetEmptyFrame( DVDeviceRefNum refNum, Ptr *ppEmptyFrameBuffer, UInt32 * pSize );
327 OSErr DVWriteFrame( DVDeviceRefNum refNum, Ptr pWriteBuffer );
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dxalloc.h61 # define XREALLOC(Ptr, Type, N_items) \
62 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/macosx-10.9.5/gpatch-3/patch/
H A Dxalloc.h61 # define XREALLOC(Ptr, Type, N_items) \
62 ((Type *) xrealloc ((void *) (Ptr), sizeof (Type) * (N_items)))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DFormattedStream.h58 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE;
72 void ComputeColumn(const char *Ptr, size_t size);
H A Draw_ostream.h203 raw_ostream &write(const char *Ptr, size_t Size);
250 /// \p Ptr to the underlying stream.
255 /// \param Ptr The start of the data to be written. For buffered streams this
261 virtual void write_impl(const char *Ptr, size_t Size) = 0;
301 void copy_to_buffer(const char *Ptr, size_t Size);
325 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE;
446 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE;
470 virtual void write_impl(const char *Ptr, size_t Size) LLVM_OVERRIDE;
496 virtual void write_impl(const char *Ptr, size_t size) LLVM_OVERRIDE;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLoads.cpp153 /// memory address *Ptr locally available within a small number of instructions.
158 /// something that invalidates *Ptr or provides it, ScanFrom would be left at
168 Value *llvm::FindAvailableLoadedValue(Value *Ptr, BasicBlock *ScanBB, argument
175 // If we're using alias analysis to disambiguate get the size of *Ptr.
178 Type *AccessTy = cast<PointerType>(Ptr->getType())->getElementType();
196 // If this is a load of Ptr, the loaded value is available.
200 if (AreEquivalentAddressValues(LI->getOperand(0), Ptr)) {
206 // If this is a store through Ptr, the value is available!
209 if (AreEquivalentAddressValues(SI->getOperand(1), Ptr)) {
214 // If Ptr i
[all...]
H A DAliasDebugger.cpp98 assert(Vals.find(LocA.Ptr) != Vals.end() &&
100 assert(Vals.find(LocB.Ptr) != Vals.end() &&
107 assert(Vals.find(Loc.Ptr) != Vals.end() && "Never seen value in AA before");
117 assert(Vals.find(Loc.Ptr) != Vals.end() && "Never seen value in AA before");
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DIdle.h95 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/Idle.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * * Idle.h -- Main external header file for the Idle library. * */ #ifndef _IDLELIB_ #define _IDLELIB_ #include <Events.h> #ifdef __cplusplus extern "C" { #endif #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif /****************************/ /* API Structures and Types */ /****************************/ /* Callback API for Event handler proc for idle loop */ typedef CALLBACK_API (Boolean, IdleEventHandlerProcPtr) (const EventRecord *theEvent, UInt32 refCon); /* UPP for Idle Library event filter */ #if !TARGET_API_MAC_CARBON typedef STACK_UPP_TYPE (IdleEventHandlerProcPtr) IdleEventHandlerUPP; #define NewIdleEventHandlerProc(userRoutine) \ (IdleEventHandlerUPP) NewRoutineDescriptor((ProcPtr)(userRoutine), uppIdleEventHandlerProcInfo, GetCurrentArchitecture()) #else typedef IdleEventHandlerProcPtr IdleEventHandlerUPP; #define NewIdleEventHandlerProc(userRoutine) \ userRoutine #endif /* Procinfo for Idle Library event filter */ enum { uppIdleEventHandlerProcInfo = kPascalStackBased | RESULT_SIZE (sizeof (Boolean)) | STACK_ROUTINE_PARAMETER (1, SIZE_CODE (sizeof (const EventRecord *))) | STACK_ROUTINE_PARAMETER (2, SIZE_CODE (sizeof (UInt32))) }; /***********************/ /* Function Prototypes */ /***********************/ #define IdleLibIsPresent_ ((Ptr) Idle != (Ptr) kUnresolvedCFragSymbolAddress) /* IdleLib API calls */ OSStatus IdleAddEventHandler(IdleEventHan (…)
H A Dhesiod.h50 /* $Id: hesiod.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * Copyright (c) 1996 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ #ifndef HESIOD__INCLUDED #define HESIOD__INCLUDED #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_RT_MAC_CFM #include <MacTypes.h> #include <KerberosSupport/netdb.h> #include <KerberosSupport/pwd.h> #endif #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif #ifdef __cplusplus extern "C" { #endif /* Application-visible define to signal that we have the new interfaces. */ #define HESIOD_INTERFACES struct hesiod_postoffice { char *hesiod_po_type; char *hesiod_po_host; char *hesiod_po_name; }; /* Library control functions */ #define HesiodLibIsPresent_ ((Ptr) hesiod_init != (Ptr) kUnresolvedCFragSymbolAddress) OSStatus hesiod_abort_operations(void); /* Hesiod API functions (…)
H A DErrorLib.h125 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/ErrorLib.h,v 1.4 2005/01/10 19:10:47 snsimon Exp $ */ /* * * errorlib.h -- Functions to handle socket/dns lib errors. * */ #ifndef __ERRORLIB__ #define __ERRORLIB__ #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_RT_MAC_CFM #if TARGET_API_MAC_CARBON #include <CoreServices.h> #endif #include <MacTypes.h> #include <Files.h> #else #include <CoreServices/CoreServices.h> #endif #include <errno.h> #if PRAGMA_ONCE #pragma once #endif #ifdef __cplusplus extern "C" { #endif #if PRAGMA_IMPORT #pragma import on #endif #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif /* ********************* */ /* The global error code */ /* ********************* */ extern OSStatus gMITLibError; /* ****************************************************** */ /* length the buffer passed to GetErrorString() should be */ /* ****************************************************** */ #define kMaxErrorLength 512 /* ******************* */ /* type of error table */ /* ******************* */ #define kErrorTableResType 'ErrT' /* *********************************************** */ /* Format of the error string for GetErrorString() */ /* *********************************************** */ enum ErrorFormat { kErrorLongFormat, kErrorShortFormat, kErrorManager, kErrorShortString, kErrorLongString }; typedef enum ErrorFormat ErrorFormat; /* ******************* */ /* Function prototypes */ /* ******************* */ #if !TARGET_RT_MAC_CFM # pragma d0_pointers on #else # define ErrorLibraryIsPresent() ((Ptr) (RegisterErrorTable) != (Ptr) (kUnresolvedCFragSymbolAddress)) #endif extern OSStatus GetMITLibError(void); extern void SetMIT (…)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h29 /// specified pointer. Ptr is required to be some pointer type, and the
31 Value *EmitStrLen(Value *Ptr, IRBuilder<> &B, const TargetData *TD,
35 /// specified pointer. Ptr is required to be some pointer type, MaxLen must
37 Value *EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B,
41 /// specified pointer and character. Ptr is required to be some pointer type,
43 Value *EmitStrChr(Value *Ptr, char C, IRBuilder<> &B, const TargetData *TD,
69 /// EmitMemChr - Emit a call to the memchr function. This assumes that Ptr is
71 Value *EmitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B,
106 /// EmitFWrite - Emit a call to the fwrite function. This assumes that Ptr is
108 Value *EmitFWrite(Value *Ptr, Valu
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DSourceMgr.cpp32 static LineNoCacheTy *getCache(void *Ptr) { argument
33 return (LineNoCacheTy*)Ptr;
96 const char *Ptr = BufStart; local
104 Ptr = Cache->LastQuery;
110 for (; SMLoc::getFromPointer(Ptr) != Loc; ++Ptr)
111 if (*Ptr == '\n') ++LineNo;
120 Cache.LastQuery = Ptr;
123 size_t NewlineOffs = StringRef(BufStart, Ptr-BufStart).find_last_of("\n\r");
125 return std::make_pair(LineNo, Ptr
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJIT.cpp749 void *Ptr = getPointerToGlobalIfAvailable(GV); local
750 if (Ptr) return Ptr;
758 Ptr = sys::DynamicLibrary::SearchForAddressOfSymbol(GV->getName());
759 if (Ptr == 0) {
763 addGlobalMapping(GV, Ptr);
767 Ptr = getMemoryForGV(GV);
768 addGlobalMapping(GV, Ptr);
771 return Ptr;
804 char *Ptr; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSoftLinking.h69 static functionName##PtrType functionName##Ptr() \
84 static functionName##PtrType functionName##Ptr() \
124 static functionName##PtrType functionName##Ptr() \
139 static functionName##PtrType functionName##Ptr() \
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DPointerIntPair.h60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) { argument
63 setPointer(Ptr);
76 void setPointer(PointerTy Ptr) { argument
78 = reinterpret_cast<intptr_t>(PtrTraits::getAsVoidPointer(Ptr));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIRBuilder.h276 CallInst *CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, unsigned Align, argument
278 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
281 CallInst *CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align,
311 CallInst *CreateLifetimeStart(Value *Ptr, ConstantInt *Size = 0);
315 CallInst *CreateLifetimeEnd(Value *Ptr, ConstantInt *Size = 0);
318 Value *getCastedInt8PtrValue(Value *Ptr);
802 // Provided to resolve 'CreateLoad(Ptr, "...")' correctly, instead of
804 LoadInst *CreateLoad(Value *Ptr, const char *Name) { argument
805 return Insert(new LoadInst(Ptr), Name);
807 LoadInst *CreateLoad(Value *Ptr, cons argument
810 CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name = �) argument
813 CreateStore(Value *Val, Value *Ptr, bool isVolatile = false) argument
818 CreateAlignedLoad(Value *Ptr, unsigned Align, const char *Name) argument
823 CreateAlignedLoad(Value *Ptr, unsigned Align, const Twine &Name = �) argument
829 CreateAlignedLoad(Value *Ptr, unsigned Align, bool isVolatile, const Twine &Name = �) argument
835 CreateAlignedStore(Value *Val, Value *Ptr, unsigned Align, bool isVolatile = false) argument
845 CreateAtomicCmpXchg(Value *Ptr, Value *Cmp, Value *New, AtomicOrdering Ordering, SynchronizationScope SynchScope = CrossThread) argument
850 CreateAtomicRMW(AtomicRMWInst::BinOp Op, Value *Ptr, Value *Val, AtomicOrdering Ordering, SynchronizationScope SynchScope = CrossThread) argument
855 CreateGEP(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &Name = �) argument
868 CreateInBoundsGEP(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &Name = �) argument
881 CreateGEP(Value *Ptr, Value *Idx, const Twine &Name = �) argument
887 CreateInBoundsGEP(Value *Ptr, Value *Idx, const Twine &Name = �) argument
893 CreateConstGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name = �) argument
901 CreateConstInBoundsGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name = �) argument
910 CreateConstGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, const Twine &Name = �) argument
922 CreateConstInBoundsGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, const Twine &Name = �) argument
934 CreateConstGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
942 CreateConstInBoundsGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
951 CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
963 CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
975 CreateStructGEP(Value *Ptr, unsigned Idx, const Twine &Name = �) argument
[all...]
H A DIntrinsicInst.h153 void setDest(Value *Ptr) { argument
154 assert(getRawDest()->getType() == Ptr->getType() &&
156 setArgOperand(0, Ptr);
234 void setSource(Value *Ptr) { argument
235 assert(getRawSource()->getType() == Ptr->getType() &&
237 setArgOperand(1, Ptr);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/MCParser/
H A DAsmLexer.h51 bool isAtStatementSeparator(const char *Ptr);
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_macos_defs.h113 typedef char * Ptr; typedef
292 EXTERN_API( Ptr )
295 EXTERN_API( Ptr )
299 DisposePtr(Ptr p);

Completed in 413 milliseconds

12345678910