Searched refs:Pointer (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpecialPointer.cpp34 void* actualPointerFor(JSGlobalObject* globalObject, Special::Pointer pointer)
39 void* actualPointerFor(CodeBlock* codeBlock, Special::Pointer pointer)
H A DSpecialPointer.h35 enum Pointer { enum in namespace:JSC::Special
44 inline bool pointerIsFunction(Special::Pointer pointer)
50 inline bool pointerIsCell(Special::Pointer pointer)
56 void* actualPointerFor(JSGlobalObject*, Special::Pointer);
57 void* actualPointerFor(CodeBlock*, Special::Pointer);
H A DInstruction.h100 Instruction(Special::Pointer pointer) { u.specialPointer = pointer; }
111 Special::Pointer specialPointer;
/macosx-10.9.5/ruby-104/ruby/test/fiddle/
H A Dtest_pointer.rb24 ptr = Pointer.malloc(10, free.to_i)
32 ptr = Pointer.malloc(10, free)
39 ptr = Pointer[str]
50 ptr = Pointer[str]
61 ptr = Pointer[str]
68 ptr = Pointer[str]
74 ptr = Pointer.new(0)
83 ptr = Pointer[str]
90 buf = Pointer.malloc(10)
92 ptr = Pointer
[all...]
H A Dtest_c_struct_entry.rb59 alice = Fiddle::Pointer.malloc(6)
61 bob = Fiddle::Pointer.malloc(4)
70 alice = Fiddle::Pointer.malloc(6)
H A Dtest_func.rb66 buff1 = Pointer["12.34"]
75 Pointer.new(x)[0] <=> Pointer.new(y)[0]
/macosx-10.9.5/swig-10/Lib/
H A Dconstraints.i28 Pointer NONNULL - Non-NULL pointer
29 Pointer ALIGN8 - 8-byte aligned pointer
30 Pointer ALIGN4 - 4-byte aligned pointer
31 Pointer ALIGN2 - 2-byte aligned pointer
40 %apply Pointer NONNULL { void *ptr };
48 %apply Pointer NONNULL { void *, Vector *, List *, double *};
185 Pointer NONNULL
196 Pointer ALIGN8
201 SWIG_exception(SWIG_ValueError,"Pointer must be 8-byte aligned.");
207 Pointer ALIGN
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRenderTreeAsText.h84 template<typename Pointer>
85 TextStream& operator<<(TextStream& ts, Pointer* t)
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
151 procedure DecompressToUserBuf(const InBuf: Pointer; InByte
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp62 Pointer, \
73 Pointer, \
84 Pointer, \
95 Pointer, \
105 typename Pointer,
122 typedef Pointer pointer;
292 typename Pointer,
/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
18 free_func = procedure(opaque, address: Pointer);
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
37 state: Pointer; (* not visible by applications *)
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
110 out_fn: out_func; out_desc: Pointer): Integer;
216 function _malloc(Size: Integer): Pointer; cdec
[all...]
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
57 uncompr: Pointer; uncomprLen: LongInt);
83 uncompr: Pointer;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
230 uncompr: Pointer; uncomprLen : LongInt);
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
273 uncompr: Pointer; uncomprLen: LongInt);
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
325 uncompr: Pointer; uncomprLe
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp122 Value *Pointer = 0; local
124 Pointer = L->getPointerOperand();
126 Pointer = cast<StoreInst>(I)->getPointerOperand();
128 if (isa<Constant>(Pointer)) return false;
130 Constant *C = LVI->getConstant(Pointer, I->getParent());
134 I->replaceUsesOfWith(Pointer, C);
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/lib/fiddle/
H A Dvalue.rb53 when Pointer
58 return Pointer[arg].to_i
H A Dstruct.rb79 class CStructEntity < Fiddle::Pointer
118 # See also Fiddle::Pointer.new
168 val = val.collect{|v| Pointer.new(v)}
171 val = Pointer.new(val[0])
H A Dimport.rb130 return Pointer[ty].size()
262 # Returns a new Fiddle::Pointer instance at the memory address of the given
273 Pointer.new(addr)
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dss_types.h40 typedef void *Pointer; typedef
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dss_types.h40 typedef void *Pointer; typedef
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DIntrinsics.h83 Integer, Vector, Pointer, Struct, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_common.i49 template <class Iterator, class Category,class T, class Reference, class Pointer, class Distance>
50 struct iterator_traits<__reverse_bi_iterator<Iterator,Category,T,Reference,Pointer,Distance> > {
/macosx-10.9.5/pcre-7/pcre/
H A Dpcregexp.pas68 RegExpC, RegExpExt : Pointer;
69 Matches:Pointer;
77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string;
102 function pcError (var pRegExp : Pointer) : Boolean;
103 function pcInit (const Pattern: Shortstring; CaseSens: Boolean) : Pointer;
272 tables : pointer; { Pointer to character tables }
323 procedure FreeItem(P: Pointer); virtual;
324 function Compare(P1, P2: Pointer)
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp774 /// Pointer/PointeeSize using either cached information in Cache or by doing a
892 getNonLocalPointerDepFromBB(const PHITransAddr &Pointer, argument
899 // Look up the cached info for Pointer.
900 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad);
932 return getNonLocalPointerDepFromBB(Pointer,
952 return getNonLocalPointerDepFromBB(Pointer, Loc.getWithoutTBAATag(),
972 if (VI == Visited.end() || VI->second == Pointer.getAddr())
982 Value *Addr = Pointer.getAddr();
1021 // Analyze the dependency of *Pointer in FromBB. See if we already have
1025 // Get the dependency info for Pointer i
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DPTR.pm76 Class for DNS Pointer (PTR) resource records.
H A DNAPTR.pm152 Class for DNS Naming Authority Pointer (NAPTR) resource records.
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DCursorGtk.cpp70 if (m_platformCursor || m_type == Cursor::Pointer)
74 case Cursor::Pointer:

Completed in 307 milliseconds

123