HomeSort by relevance Sort by last modified time
    Searched refs:__l (Results 1 - 25 of 479) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 21 size_t __mb_cur_max(locale_t __l) {
22 FIX_LOCALE(__l);
23 return (__l->lc_ctype->cmapp->cm_mb_cur_max);
26 wint_t btowc_l(int __c, locale_t __l) {
27 FIX_LOCALE(__l);
28 return __l->lc_ctype->cmapp->core.user_api->btowc(__l->lc_ctype->cmapp, __c);
31 int wctob_l(wint_t __c, locale_t __l) {
32 FIX_LOCALE(__l);
33 return __l->lc_ctype->cmapp->core.user_api->wctob(__l->lc_ctype->cmapp, __c)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
cross-stdarg.h 44 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
45 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
49 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
50 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
nan.h 35 ((union { unsigned __l __attribute__ ((__mode__ (__SI__))); float __d; }) \
36 { __l: 0x7fc00000UL }).__d)
huge_val.h 36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \
37 { __l: 0x7ff0000000000000ULL }).__d)
huge_valf.h 36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)
mathinline.h 50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x }; member in union:__anon39111
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
nan.h 35 ((union { unsigned __l __attribute__ ((__mode__ (__SI__))); float __d; }) \
36 { __l: 0x7fc00000UL }).__d)
huge_val.h 36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \
37 { __l: 0x7ff0000000000000ULL }).__d)
huge_valf.h 36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)
mathinline.h 50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x }; member in union:__anon40701
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
nan.h 35 ((union { unsigned __l __attribute__ ((__mode__ (__SI__))); float __d; }) \
36 { __l: 0x7fc00000UL }).__d)
huge_val.h 36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \
37 { __l: 0x7ff0000000000000ULL }).__d)
huge_valf.h 36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)
mathinline.h 50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x }; member in union:__anon42216
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 55 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
57 __locale_raii __current( uselocale(__l), uselocale );
103 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
104 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
105 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ )
106 #define snprintf_l( __s, __n, __l, __f, ... ) _snprintf_l( __s, __n, __f, __l, __VA_ARGS__
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 32 wint_t btowc_l(int __c, locale_t __l);
34 int wctob_l(wint_t __c, locale_t __l);
36 size_t wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l);
39 mbstate_t *__ps, locale_t __l);
41 int mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l);
43 size_t mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l);
45 struct lconv *localeconv_l(locale_t __l);
48 mbstate_t *__ps, locale_t __l);
50 int sprintf_l(char *__s, locale_t __l, const char *__format, ...);
52 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_set.h 78 __unordered_set(_InputIterator __f, _InputIterator __l,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
88 __unordered_set(initializer_list<value_type> __l,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
100 operator=(initializer_list<value_type> __l)
103 this->insert(__l.begin(), __l.end());
148 __unordered_multiset(_InputIterator __f, _InputIterator __l,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_set.h 78 __unordered_set(_InputIterator __f, _InputIterator __l,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
88 __unordered_set(initializer_list<value_type> __l,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
100 operator=(initializer_list<value_type> __l)
103 this->insert(__l.begin(), __l.end());
148 __unordered_multiset(_InputIterator __f, _InputIterator __l,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 78 __unordered_set(_InputIterator __f, _InputIterator __l,
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
88 __unordered_set(initializer_list<value_type> __l,
93 : _Base(__l.begin(), __l.end(), __n, __hf,
100 operator=(initializer_list<value_type> __l)
103 this->insert(__l.begin(), __l.end());
148 __unordered_multiset(_InputIterator __f, _InputIterator __l,
153 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing()
    [all...]

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>