Home
last modified time | relevance | path

Searched defs:keep_front (Results 1 – 3 of 3) 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
212 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h75 StreamRef keep_front(uint32_t N) const { in keep_front() function
/external/u-boot/arch/arm/mach-tegra/tegra186/
Dnvtboot_board.c47 bool keep_front = allocated_start != bank_start; in mark_ram_allocated() local