Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/src/support/win32/
Dlocale_win32.cpp30 __libcpp_locale_guard __current(__l); in MB_CUR_MAX_L()
37 __libcpp_locale_guard __current(loc); in localeconv_l() local
46 __libcpp_locale_guard __current(loc); in mbrlen_l() local
52 __libcpp_locale_guard __current(loc); in mbsrtowcs_l() local
58 __libcpp_locale_guard __current(loc); in wcrtomb_l() local
64 __libcpp_locale_guard __current(loc); in mbrtowc_l() local
70 __libcpp_locale_guard __current(loc); in mbsnrtowcs_l() local
76 __libcpp_locale_guard __current(loc); in wcsnrtombs_l() local
81 __libcpp_locale_guard __current(loc); in btowc_l() local
86 __libcpp_locale_guard __current(loc); in wctob_l() local
[all …]
/external/libcxx/src/support/win32/
Dlocale_win32.cpp31 __libcpp_locale_guard __current(__l); in MB_CUR_MAX_L()
39 __libcpp_locale_guard __current(loc); in localeconv_l() local
45 __libcpp_locale_guard __current(loc); in mbrlen_l() local
51 __libcpp_locale_guard __current(loc); in mbsrtowcs_l() local
57 __libcpp_locale_guard __current(loc); in wcrtomb_l() local
63 __libcpp_locale_guard __current(loc); in mbrtowc_l() local
69 __libcpp_locale_guard __current(loc); in mbsnrtowcs_l() local
75 __libcpp_locale_guard __current(loc); in wcsnrtombs_l() local
80 __libcpp_locale_guard __current(loc); in btowc_l() local
85 __libcpp_locale_guard __current(loc); in wctob_l() local
[all …]
/external/llvm-project/libcxx/include/
D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
Dbarrier268 uint64_t const __current = __phase_arrived_expected.load(memory_order_acquire);
269 return ((__current & __phase_bit) != __phase);
Dregex5879 const _CharT* __current = __first;
5919 __j += __s.__current_ - __current;
5920 __current = __s.__current_;
/external/libcxx/include/
D__bsd_locale_fallbacks.h30 __libcpp_locale_guard __current(__l); in decltype()
37 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
44 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
52 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
59 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
67 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
75 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
82 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
89 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
96 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
Dregex5775 const _CharT* __current = __first;
5815 __j += __s.__current_ - __current;
5816 __current = __s.__current_;
/external/llvm-project/libcxx/src/
Dbarrier.cpp45 __current = hash<thread::id>()(this_thread::get_id()) % ((__expected + 1) >> 1); in __arrive() local
51 for(;;++__current) { in __arrive()
52 if(__current == __end_node) in __arrive()
53 __current = 0; in __arrive()
55 if(__current == __last_node && (__current_expected & 1)) in __arrive()
57 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive()
60 …else if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __half_step,… in __arrive()
66 …if(__state[__current].__tickets[__round].__phase.compare_exchange_strong(expect, __full_step, memo… in __arrive()
71 __current >>= 1; in __arrive()
/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h661 const _ValueType __current = __first[__i]; in __simd_min_element() local
662 if (__comp(__current, __min_val)) in __simd_min_element()
664 __init.__min_val = __current; in __simd_min_element()
741 auto __current = __first + __i; in __simd_minmax_element() local
742 if (__comp(*__current, __min_val)) in __simd_minmax_element()
744 __init.__min_val = *__current; in __simd_minmax_element()
747 else if (!__comp(*__current, __max_val)) in __simd_minmax_element()
749 __init.__max_val = *__current; in __simd_minmax_element()
833 auto __current = __unseq_backend::__simd_first( in __simd_remove_if() local
836 __n -= __current - __first; in __simd_remove_if()
[all …]
/external/guice/extensions/persist/lib/
Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...