Home
last modified time | relevance | path

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

/external/Microsoft-GSL/tests/
Dbyte_tests.cpp48 byte b = to_byte<12>(); in SUITE()
53 byte b = to_byte(uc); in SUITE()
66 byte b = to_byte<0xFF>(); in SUITE()
68 byte a = to_byte<0x00>(); in SUITE()
69 CHECK((b | a) == to_byte<0xFF>()); in SUITE()
70 CHECK(a == to_byte<0x00>()); in SUITE()
73 CHECK(a == to_byte<0xFF>()); in SUITE()
75 a = to_byte<0x01>(); in SUITE()
76 CHECK((b & a) == to_byte<0x01>()); in SUITE()
79 CHECK(a == to_byte<0x01>()); in SUITE()
[all …]
/external/Microsoft-GSL/gsl/
Dgsl_byte119 "gsl::to_byte(t) must be provided an unsigned char, otherwise data loss may occur. "
120 "If you are calling to_byte with an integer contant use: gsl::to_byte<t>() version."
131 inline constexpr byte to_byte(T t) noexcept
137 inline constexpr byte to_byte() noexcept
/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/jumper/
DSkJumper_stages_lowp.cpp196 SI U8 to_byte(F v) { in to_byte() function
296 store(ptr, to_byte(a), tail); in STAGE()