Home
last modified time | relevance | path

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

/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/jumper/
DSkJumper_stages.cpp844 SI F from_byte(U8 b) { in from_byte() function
1407 auto c = from_byte(scales); in STAGE()
1442 auto c = from_byte(scales); in STAGE()
1499 r = from_byte(gather(tables->r, to_unorm(r, 255))); in STAGE()
1500 g = from_byte(gather(tables->g, to_unorm(g, 255))); in STAGE()
1501 b = from_byte(gather(tables->b, to_unorm(b, 255))); in STAGE()
1502 a = from_byte(gather(tables->a, to_unorm(a, 255))); in STAGE()
1510 r = from_byte(gather(tables->r, to_unorm(r, scale))); in STAGE()
1511 g = from_byte(gather(tables->g, to_unorm(g, scale))); in STAGE()
1512 b = from_byte(gather(tables->b, to_unorm(b, scale))); in STAGE()
[all …]
/external/skia/src/jumper/
DSkJumper_stages.cpp844 SI F from_byte(U8 b) { in from_byte() function
1409 auto c = from_byte(scales); in STAGE()
1444 auto c = from_byte(scales); in STAGE()
1501 r = from_byte(gather(tables->r, to_unorm(r, 255))); in STAGE()
1502 g = from_byte(gather(tables->g, to_unorm(g, 255))); in STAGE()
1503 b = from_byte(gather(tables->b, to_unorm(b, 255))); in STAGE()
1504 a = from_byte(gather(tables->a, to_unorm(a, 255))); in STAGE()
1512 r = from_byte(gather(tables->r, to_unorm(r, scale))); in STAGE()
1513 g = from_byte(gather(tables->g, to_unorm(g, scale))); in STAGE()
1514 b = from_byte(gather(tables->b, to_unorm(b, scale))); in STAGE()
[all …]