Searched refs:CurrentPos (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 198 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument 201 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader() 202 ++CurrentPos; in readNextHeader() 204 if (CurrentPos == End) in readNextHeader() 208 if (CurrentPos + sizeof(RawHeader) > End) in readNextHeader() 211 if (reinterpret_cast<size_t>(CurrentPos) % alignOf<uint64_t>()) in readNextHeader() 214 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader() 219 auto *Header = reinterpret_cast<const RawHeader *>(CurrentPos); in readNextHeader()
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 378 MCSymbol *CurrentPos = getContext().CreateTempSymbol(); in EmitValueToOffset() local 379 EmitLabel(CurrentPos); in EmitValueToOffset() 382 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext()); in EmitValueToOffset()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmstypes.c | 223 cmsUInt32Number DirectoryPos, CurrentPos, Before; in WritePositionTable() local 257 CurrentPos = io ->Tell(io); in WritePositionTable() 265 if (!io ->Seek(io, CurrentPos)) goto Error; in WritePositionTable() 2670 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; in Type_LUTA2B_Write() local 2733 CurrentPos = io ->Tell(io); in Type_LUTA2B_Write() 2743 if (!io ->Seek(io, CurrentPos)) return FALSE; in Type_LUTA2B_Write() 2855 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; in Type_LUTB2A_Write() local 2912 CurrentPos = io ->Tell(io); in Type_LUTB2A_Write() 2922 if (!io ->Seek(io, CurrentPos)) return FALSE; in Type_LUTB2A_Write() 4445 cmsUInt32Number i, BaseOffset, DirectoryPos, CurrentPos; in Type_MPE_Write() local [all …]
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 183 std::error_code readNextHeader(const char *CurrentPos);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1008 MCSymbol *CurrentPos = OutContext.CreateTempSymbol(); in EmitStartOfAsmFile() local 1010 OutStreamer.EmitLabel(CurrentPos); in EmitStartOfAsmFile() 1015 MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(CurrentPos, OutContext), in EmitStartOfAsmFile()
|
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) { in dlist_alloc() 996 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc() 1005 ctx->ListState.CurrentPos = 0; in dlist_alloc() 1008 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc() 1009 ctx->ListState.CurrentPos += numNodes; in dlist_alloc() 9055 ctx->ListState.CurrentPos = 0; in _mesa_NewList() 11104 ctx->ListState.CurrentPos = 0; in _mesa_init_display_list()
|
D | mtypes.h | 3252 GLuint CurrentPos; /**< Index into current block of nodes */ member
|