Home
last modified time | relevance | path

Searched defs:__upper_bound (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dwidth_estimation_table.h261 return 1 + (__code_point <= __upper_bound); in __estimated_width() local
H A Descaped_output_table.h1029 uint32_t __upper_bound = (__entries[__i] >> 11) + (__entries[__i] & 0x7ffu); __needs_escape() local
H A Dextended_grapheme_cluster_table.h1650 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 4) & 0x7f); in __get_property() local
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dupper_bound.h35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() function