HomeSort by relevance Sort by last modified time
    Searched refs:Ptr (Results 276 - 300 of 450) sorted by null

<<1112131415161718

  /external/sfntly/cpp/src/test/
font_parsing_test.cc 55 Ptr<GenericTableBuilder> gdef_builder =
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 151 # define fread(Ptr, Size, N, Stream) fread_unlocked (Ptr, Size, N, Stream)
158 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 86 if (m_attachedColorBuffer.Ptr() != NULL) {
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_draw.c 82 GLfloat *current = (GLfloat *)vbo->currval[i].Ptr;
202 arrays[attr].Ptr = (const GLubyte *) NULL + buffer_offset;
  /external/clang/lib/AST/
DeclTemplate.cpp 220 void FunctionTemplateDecl::DeallocateCommon(void *Ptr) {
221 static_cast<Common *>(Ptr)->~Common();
298 void ClassTemplateDecl::DeallocateCommon(void *Ptr) {
299 static_cast<Common *>(Ptr)->~Common();
    [all...]
  /external/llvm/include/llvm/ADT/
ValueMap.h 170 bool isPointerIntoBucketsArray(const void *Ptr) const {
171 return Map.isPointerIntoBucketsArray(Ptr);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 345 /// StoreValueToMemory - Stores the data in Val of type Ty at address Ptr.
346 /// Ptr is the address of the memory at which to store Val, cast to
349 void StoreValueToMemory(const GenericValue &Val, GenericValue *Ptr,
481 void LoadValueFromMemory(GenericValue &Result, GenericValue *Ptr,
  /external/llvm/include/llvm/Support/
YAMLParser.h 146 void operator delete(void *Ptr, BumpPtrAllocator &Alloc, size_t) throw() {
147 Alloc.Deallocate(Ptr);
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 33 void AsmLexer::setBuffer(const MemoryBuffer *buf, const char *ptr) {
36 if (ptr)
37 CurPtr = ptr;
392 bool AsmLexer::isAtStatementSeparator(const char *Ptr) {
393 return strncmp(Ptr, MAI.getSeparatorString(),
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 82 GLfloat *current = (GLfloat *)vbo->currval[i].Ptr;
202 arrays[attr].Ptr = (const GLubyte *) NULL + buffer_offset;
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_sse2.asm 52 movsxd rcx, dword ptr arg(4) ;output_height
53 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source
55 movsxd r8, dword ptr arg(5) ;output_width
60 movq xmm3, MMWORD PTR [rsi - 2]
61 movq xmm1, MMWORD PTR [rsi + 6]
77 pmullw xmm3, XMMWORD PTR [rdx] ; x[-2] * H[-2]; Tap 1
81 pmullw xmm4, XMMWORD PTR [rdx+16] ; x[-1] * H[-1]; Tap 2
118 movdqa XMMWORD Ptr [rdi], xmm4
122 add rdi, DWORD Ptr arg(5) ;[output_width]
172 movsxd rcx, dword ptr arg(4) ;output_heigh
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 715 SDValue Ptr = N->getOperand(1); // Get the pointer.
725 Parts[i] = DAG.getVAArg(RegVT, dl, Chain, Ptr, N->getOperand(2),
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 467 void Deallocate(void *Ptr) const { }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 767 Value *Ptr = EmitScalarExpr(E->getArg(1));
775 Builder.CreateCall2(F, Int, Ptr);
799 Value *Ptr = EmitScalarExpr(E->getArg(0));
800 Value *Result = Builder.CreatePtrToInt(Ptr, IntPtrTy, "extend.cast");
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 487 assert(notDifferentParent(LocA.Ptr, LocB.Ptr) &&
489 AliasResult Alias = aliasCheck(LocA.Ptr, LocA.Size, LocA.TBAATag,
490 LocB.Ptr, LocB.Size, LocB.TBAATag);
591 Worklist.push_back(Loc.Ptr);
695 assert(notDifferentParent(CS.getInstruction(), Loc.Ptr) &&
698 const Value *Object = GetUnderlyingObject(Loc.Ptr, TD);
700 // If this is a tail call and Loc.Ptr points to a stack location, we know that
    [all...]
LazyValueInfo.cpp 557 static bool InstructionDereferencesPointer(Instruction *I, Value *Ptr) {
560 GetUnderlyingObject(L->getPointerOperand()) == Ptr;
564 GetUnderlyingObject(S->getPointerOperand()) == Ptr;
574 if (GetUnderlyingObject(MI->getRawDest()) == Ptr)
578 if (GetUnderlyingObject(MTI->getRawSource()) == Ptr)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 72 Ptr<FontDataTable::Builder> cmap_builder =
95 Ptr<CMapTable::CMap> cmap;
277 Ptr<CMapTable::CMap::Builder> builder;
982 Ptr<Segment> segment = new Segment;
    [all...]
name_table.cc 281 Ptr<NameTable::Builder> builder;
416 Ptr<NameEntryIterator> name_iter;
528 Ptr<NameTable::NameEntryIterator> name_entry_iter;
538 Ptr<NameEntryIterator> output = new NameTable::NameEntryIterator(this);
544 Ptr<NameEntryIterator> output =
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 292 Value *Ptr = getRandomPointerValue();
293 Value *V = new LoadInst(Ptr, "L", BB->getTerminator());
302 Value *Ptr = getRandomPointerValue();
303 Type *Tp = Ptr->getType();
312 new StoreInst(Val, Ptr, BB->getTerminator());

Completed in 3042 milliseconds

<<1112131415161718