Home
last modified time | relevance | path

Searched refs:CurrentPos (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp276 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
279 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()
280 ++CurrentPos; in readNextHeader()
282 if (CurrentPos == End) in readNextHeader()
286 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()
289 if (reinterpret_cast<size_t>(CurrentPos) % alignOf<uint64_t>()) in readNextHeader()
292 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()
297 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp317 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
320 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()
321 ++CurrentPos; in readNextHeader()
323 if (CurrentPos == End) in readNextHeader()
327 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()
330 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t)) in readNextHeader()
333 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()
338 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp324 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
327 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()
328 ++CurrentPos; in readNextHeader()
330 if (CurrentPos == End) in readNextHeader()
334 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()
337 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t)) in readNextHeader()
340 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()
345 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp718 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local
726 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
747 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
793 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
926 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments() local
941 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
958 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
962 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
/external/pdfium/third_party/lcms/src/
Dcmstypes.c235 cmsUInt32Number DirectoryPos, CurrentPos, Before; in WritePositionTable() local
269 CurrentPos = io ->Tell(io); in WritePositionTable()
277 if (!io ->Seek(io, CurrentPos)) goto Error; in WritePositionTable()
2698 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; in Type_LUTA2B_Write() local
2761 CurrentPos = io ->Tell(io); in Type_LUTA2B_Write()
2771 if (!io ->Seek(io, CurrentPos)) return FALSE; in Type_LUTA2B_Write()
2886 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; in Type_LUTB2A_Write() local
2943 CurrentPos = io ->Tell(io); in Type_LUTB2A_Write()
2953 if (!io ->Seek(io, CurrentPos)) return FALSE; in Type_LUTB2A_Write()
4512 cmsUInt32Number i, BaseOffset, DirectoryPos, CurrentPos; in Type_MPE_Write() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp705 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local
713 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
734 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
780 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
825 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1038 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in EmitStartOfAsmFile() local
1040 OutStreamer->EmitLabel(CurrentPos); in EmitStartOfAsmFile()
1045 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in EmitStartOfAsmFile()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h207 Error readNextHeader(const char *CurrentPos);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h234 Error readNextHeader(const char *CurrentPos);
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfReader.h243 Error readNextHeader(const char *CurrentPos);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1343 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in EmitStartOfAsmFile() local
1345 OutStreamer->EmitLabel(CurrentPos); in EmitStartOfAsmFile()
1350 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in EmitStartOfAsmFile()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1397 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local
1399 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()
1404 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()
/external/mesa3d/src/mesa/main/
Ddlist.c1626 && ctx->ListState.CurrentPos % 2 == 0) { in dlist_alloc()
1637 if (ctx->ListState.CurrentPos + nopNode + numNodes + contNodes in dlist_alloc()
1641 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1654 ctx->ListState.CurrentPos = 0; in dlist_alloc()
1666 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1668 assert(ctx->ListState.CurrentPos % 2 == 0); /* even value */ in dlist_alloc()
1675 ctx->ListState.CurrentPos += nopNode + numNodes; in dlist_alloc()
1784 (list->CurrentPos < BLOCK_SIZE)) { in trim_list()
1786 GLuint newSize = list->CurrentPos * sizeof(Node); in trim_list()
13765 ctx->ListState.CurrentPos = 0; in _mesa_NewList()
[all …]
Dmtypes.h4621 GLuint CurrentPos; /**< Index into current block of nodes */ member