Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Descaped_output_table.h1028 uint32_t __upper_bound = (__entries[__i] >> 11) + (__entries[__i] & 0x7ffu); in __needs_escape() local
H A Dextended_grapheme_cluster_table.h1648 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 4) & 0x7f); in __get_property() local
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dupper_bound.h32 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() function