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/skia/src/opts/
DSkRasterPipeline_opts.h929 SI F from_byte(U8 b) { in from_byte() function
1463 auto c = from_byte(scales); in STAGE()
1498 auto c = from_byte(scales); in STAGE()
1523 F mul = from_byte(load<U8>(mptr, tail)), in STAGE()
1524 add = from_byte(load<U8>(aptr, tail)); in STAGE()
1535 r = from_byte(gather(tables->r, to_unorm(r, 255))); in STAGE()
1536 g = from_byte(gather(tables->g, to_unorm(g, 255))); in STAGE()
1537 b = from_byte(gather(tables->b, to_unorm(b, 255))); in STAGE()
1538 a = from_byte(gather(tables->a, to_unorm(a, 255))); in STAGE()
1622 a = from_byte(load<U8>(ptr, tail)); in STAGE()
[all …]
/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 …]