Searched refs:to_byte (Results 1 – 5 of 5) sorted by relevance
48 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 …]
119 "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) noexcept137 inline constexpr byte to_byte() noexcept
129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange() argument131 ranges_.emplace_back(from_byte, to_byte); in AddRange()
262 void AddRange(uint64_t from_byte, uint64_t to_byte);
196 SI U8 to_byte(F v) { in to_byte() function296 store(ptr, to_byte(a), tail); in STAGE()