Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwidth_estimation_table.h236 inline constexpr uint32_t __table_upper_bound = 0x0003fffd; variable
244 if (__code_point > __table_upper_bound) [[unlikely]] in __estimated_width()