Home
last modified time | relevance | path

Searched refs:from_byte (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/src/h3/qpack/
Ddecoder.rs49 pub fn from_byte(b: u8) -> Representation { in from_byte() method
107 match Representation::from_byte(first) { in decode()
/external/libbrillo/brillo/http/
Dhttp_request.cc129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange() argument
131 ranges_.emplace_back(from_byte, to_byte); in AddRange()
Dhttp_request.h262 void AddRange(uint64_t from_byte, uint64_t to_byte);
/external/skqp/src/opts/
DSkRasterPipeline_opts.h929 SI F from_byte(U8 b) { in from_byte() function
1447 auto c = from_byte(scales); in STAGE()
1482 auto c = from_byte(scales); in STAGE()
1507 F mul = from_byte(load<U8>(mptr, tail)), in STAGE()
1508 add = from_byte(load<U8>(aptr, tail)); in STAGE()
1519 r = from_byte(gather(tables->r, to_unorm(r, 255))); in STAGE()
1520 g = from_byte(gather(tables->g, to_unorm(g, 255))); in STAGE()
1521 b = from_byte(gather(tables->b, to_unorm(b, 255))); in STAGE()
1522 a = from_byte(gather(tables->a, to_unorm(a, 255))); in STAGE()
1606 a = from_byte(load<U8>(ptr, tail)); in STAGE()
[all …]
/external/skia/src/opts/
DSkRasterPipeline_opts.h1173 SI F from_byte(U8 b) { in from_byte() function
1727 auto c = from_byte(scales); in STAGE()
1776 auto c = from_byte(scales); in STAGE()
1801 F mul = from_byte(load<U8>(mptr, tail)), in STAGE()
1802 add = from_byte(load<U8>(aptr, tail)); in STAGE()
1813 r = from_byte(gather(tables->r, to_unorm(r, 255))); in STAGE()
1814 g = from_byte(gather(tables->g, to_unorm(g, 255))); in STAGE()
1815 b = from_byte(gather(tables->b, to_unorm(b, 255))); in STAGE()
1816 a = from_byte(gather(tables->a, to_unorm(a, 255))); in STAGE()
1913 a = from_byte(load<U8>(ptr, tail)); in STAGE()
[all …]