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

1 2 3 4 5 6 7 8 91011

  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-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.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-android-linux-4.4.3/lib/gcc/i686-android-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.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:__anon22864
  /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:__anon24454
  /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:__anon25966
  /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...]
  /external/stlport/stlport/stl/debug/
_debug.c 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) {
410 __f, __l, _Message_table[__error_ind]);
415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, int __l) {
417 __f, __l, _Message_table[__error_ind], __f, __l, __expr);
423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) {
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);
451 __stl_debug_engine<_Dummy>::_Invalidate_all(__owned_list* __l) {
452 _STLP_ACQUIRE_LOCK(__l->_M_lock);
453 _Stamp_all(__l, 0)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) {
410 __f, __l, _Message_table[__error_ind]);
415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, int __l) {
417 __f, __l, _Message_table[__error_ind], __f, __l, __expr);
423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) {
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);
451 __stl_debug_engine<_Dummy>::_Invalidate_all(__owned_list* __l) {
452 _STLP_ACQUIRE_LOCK(__l->_M_lock);
453 _Stamp_all(__l, 0)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) {
410 __f, __l, _Message_table[__error_ind]);
415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, int __l) {
417 __f, __l, _Message_table[__error_ind], __f, __l, __expr);
423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) {
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);
451 __stl_debug_engine<_Dummy>::_Invalidate_all(__owned_list* __l) {
452 _STLP_ACQUIRE_LOCK(__l->_M_lock);
453 _Stamp_all(__l, 0)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) {
410 __f, __l, _Message_table[__error_ind]);
415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, int __l) {
417 __f, __l, _Message_table[__error_ind], __f, __l, __expr);
423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) {
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);
451 __stl_debug_engine<_Dummy>::_Invalidate_all(__owned_list* __l) {
452 _STLP_ACQUIRE_LOCK(__l->_M_lock);
453 _Stamp_all(__l, 0)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) {
410 __f, __l, _Message_table[__error_ind]);
415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, int __l) {
417 __f, __l, _Message_table[__error_ind], __f, __l, __expr);
423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) {
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr);
451 __stl_debug_engine<_Dummy>::_Invalidate_all(__owned_list* __l) {
452 _STLP_ACQUIRE_LOCK(__l->_M_lock);
453 _Stamp_all(__l, 0)
    [all...]
  /external/stlport/stlport/stl/
_hash_map.h 105 hash_map(_InputIterator __f, _InputIterator __l)
107 { _M_ht.insert_unique(__f, __l); }
109 hash_map(_InputIterator __f, _InputIterator __l, size_type __n)
111 { _M_ht.insert_unique(__f, __l); }
113 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
116 { _M_ht.insert_unique(__f, __l); }
119 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
122 { _M_ht.insert_unique(__f, __l); }
125 hash_map(_InputIterator __f, _InputIterator __l, size_type __n,
129 { _M_ht.insert_unique(__f, __l); }
    [all...]

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011