Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__format/
Dwidth_estimation_table.h261 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __estimated_width() local
Descaped_output_table.h1028 uint32_t __upper_bound = (__entries[__i] >> 11) + (__entries[__i] & 0x7ffu); in __needs_escape() local
Dextended_grapheme_cluster_table.h1648 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 4) & 0x7f); in __get_property() local
/external/cronet/third_party/libc++/src/include/__algorithm/
Dupper_bound.h35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() function