Searched refs:ByteRange (Results 1 – 13 of 13) sorted by relevance
/external/zstd/contrib/pzstd/ |
D | SkippableFrame.h | 53 static std::size_t tryRead(ByteRange bytes); 55 ByteRange data() const { in data()
|
D | SkippableFrame.cpp | 23 /* static */ std::size_t SkippableFrame::tryRead(ByteRange bytes) { in tryRead()
|
D | Pzstd.cpp | 559 static bool writeData(ByteRange data, FILE* fd) { in writeData()
|
/external/rust/cxx/tests/ui/ |
D | wrong_type_id.rs | 11 type ByteRange = crate::here::StringPiece; typedef
|
D | wrong_type_id.stderr | 4 11 | type ByteRange = crate::here::StringPiece;
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 178 Frag ByteRange(int lo, int hi, bool foldcase); 399 Frag Compiler::ByteRange(int lo, int hi, bool foldcase) { in ByteRange() function in re2::Compiler 475 Frag f = ByteRange(lo, hi, foldcase); in UncachedRuneByteSuffix() 833 return ByteRange(r, r, foldcase); in Literal() 837 return ByteRange(r, r, foldcase); in Literal() 840 Frag f = ByteRange((uint8_t)buf[0], buf[0], false); in Literal() 842 f = Cat(f, ByteRange((uint8_t)buf[i], buf[i], false)); in Literal() 927 return ByteRange(0x00, 0xFF, false); in PostVisit() 1229 return Star(ByteRange(0x00, 0xff, false), true); in DotStar()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.cpp | 20 struct ByteRange { struct 31 ByteRange m_LeadingSegs[2]; 197 const ByteRange& seg = map.m_LeadingSegs[i]; in LoadLeadingSegments()
|
/external/zstd/contrib/pzstd/utils/ |
D | Buffer.h | 75 ByteRange range() const { in range()
|
D | Range.h | 128 using ByteRange = Range<const unsigned char*>;
|
/external/skia/src/gpu/ |
D | GrBlockAllocator.h | 65 struct ByteRange { struct 275 ByteRange allocate(size_t size); 559 GrBlockAllocator::ByteRange GrBlockAllocator::allocate(size_t size) { in allocate()
|
D | GrMemoryPool.cpp | 66 GrBlockAllocator::ByteRange alloc = fAllocator.allocate<kAlignment, sizeof(Header)>(size); in allocate()
|
/external/skia/tests/ |
D | GrBlockAllocatorTest.cpp | 98 GrBlockAllocator::ByteRange br, in DEF_TEST() 99 GrBlockAllocator::ByteRange* prevBR) { in DEF_TEST() 178 GrBlockAllocator::ByteRange p = pool->allocate<4>(16); in DEF_TEST() 264 std::vector<GrBlockAllocator::ByteRange> ptrs; in DEF_TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 162 return ByteRange(r, r, foldcase); 177 - dot = c.Cat(c.ByteRange(0x00, 0xFF, false), c.ByteRange(0x00, 0xFF, false)); 179 - dot = c.ByteRange(0x00, 0xFF, false); 181 + dot = c.ByteRange(0x00, 0xFF, false);
|