| 10460 | } |
| 10461 | |
| 10462 | constexpr uint64_t broadcast(uint8_t v) noexcept { |
| 10463 | return 0x101010101010101ull * v; |
| 10464 | } |
| 10465 | |
| 10466 | constexpr bool to_lower_ascii(char* input, size_t length) noexcept { |
| 10467 | uint64_t broadcast_80 = broadcast(0x80); |
no outgoing calls
no test coverage detected