Searched defs:CurrentPos (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp198 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { argument
201 while (CurrentPos != End && *CurrentPos == 0)
202 ++CurrentPos;
204 if (CurrentPos == End)
208 if (CurrentPos + sizeof(RawHeader) > End)
211 if (reinterpret_cast<size_t>(CurrentPos) % alignOf<uint64_t>())
214 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
219 auto *Header = reinterpret_cast<const RawHeader *>(CurrentPos);
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp378 MCSymbol *CurrentPos = getContext().CreateTempSymbol(); local
379 EmitLabel(CurrentPos);
382 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1008 MCSymbol *CurrentPos = OutContext.CreateTempSymbol(); local
1010 OutStreamer.EmitLabel(CurrentPos);
1015 MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(CurrentPos, OutContext),
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c223 cmsUInt32Number DirectoryPos, CurrentPos, Before; local
257 CurrentPos = io ->Tell(io);
265 if (!io ->Seek(io, CurrentPos)) goto Error;
2670 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; local
2733 CurrentPos = io ->Tell(io);
2743 if (!io ->Seek(io, CurrentPos)) return FALSE;
2855 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; local
2912 CurrentPos = io ->Tell(io);
2922 if (!io ->Seek(io, CurrentPos)) return FALSE;
4445 cmsUInt32Number i, BaseOffset, DirectoryPos, CurrentPos; local
5136 cmsUInt32Number DirectoryPos, CurrentPos, BaseOffset; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3252 GLuint CurrentPos; /**< Index into current block of nodes */ member in struct:gl_dlist_state

Completed in 156 milliseconds