Home
last modified time | relevance | path

Searched refs:keep_front (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamRef.h100 RefType keep_front(uint32_t N) const { in keep_front() function
120 return drop_front(Offset).keep_front(Len); in slice()
212 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
216 return std::make_pair(keep_front(Offset), drop_front(Offset)); in split()
/external/u-boot/arch/arm/mach-tegra/tegra186/
Dnvtboot_board.c47 bool keep_front = allocated_start != bank_start; in mark_ram_allocated() local
50 if (keep_front && keep_tail) { in mark_ram_allocated()
68 } else if (keep_front) { in mark_ram_allocated()
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h75 StreamRef keep_front(uint32_t N) const { in keep_front() function
83 return drop_front(Offset).keep_front(Len); in slice()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamWriter.cpp77 First = First.keep_front(Off); in split()
DBinaryStreamReader.cpp145 First = First.keep_front(Off); in split()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp208 Substream.StreamData = Slice.drop_front(Offset).keep_front(Size); in formatMsfStreamData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp180 WritableBinaryStreamRef(FileInfoBuffer).keep_front(NamesOffset); in generateFileInfoSubstream()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DBinaryStreamTest.cpp341 Dropped = Original.keep_front(2); in TEST_F()