HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 226 - 250 of 1221) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_heap.c 43 _Distance __holeIndex, _Distance __topIndex, _Tp __val)
46 while (__holeIndex > __topIndex && *(__first + __parent) < __val) {
51 *(__first + __holeIndex) = __val;
77 _Distance __topIndex, _Tp __val, _Compare __comp)
80 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __val)) {
81 _STLP_VERBOSE_ASSERT(!__comp(__val, *(__first + __parent)), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 *(__first + __holeIndex) = __val;
112 _Distance __len, _Tp __val) {
126 __push_heap(__first, __holeIndex, __topIndex, __val);
147 _Distance __len, _Tp __val, _Compare __comp
    [all...]
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_heap.c 43 _Distance __holeIndex, _Distance __topIndex, _Tp __val)
46 while (__holeIndex > __topIndex && *(__first + __parent) < __val) {
51 *(__first + __holeIndex) = __val;
77 _Distance __topIndex, _Tp __val, _Compare __comp)
80 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __val)) {
81 _STLP_VERBOSE_ASSERT(!__comp(__val, *(__first + __parent)), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 *(__first + __holeIndex) = __val;
112 _Distance __len, _Tp __val) {
126 __push_heap(__first, __holeIndex, __topIndex, __val);
147 _Distance __len, _Tp __val, _Compare __comp
    [all...]
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_heap.c 43 _Distance __holeIndex, _Distance __topIndex, _Tp __val)
46 while (__holeIndex > __topIndex && *(__first + __parent) < __val) {
51 *(__first + __holeIndex) = __val;
77 _Distance __topIndex, _Tp __val, _Compare __comp)
80 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __val)) {
81 _STLP_VERBOSE_ASSERT(!__comp(__val, *(__first + __parent)), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 *(__first + __holeIndex) = __val;
112 _Distance __len, _Tp __val) {
126 __push_heap(__first, __holeIndex, __topIndex, __val);
147 _Distance __len, _Tp __val, _Compare __comp
    [all...]
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
  /external/stlport/stlport/stl/
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
_num_get.c 119 int __base, _Integer& __val,
167 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)()
182 int __base, _Integer& __val,
227 __val = __ovflow ? (numeric_limits<_Integer>::max)()
242 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) {
245 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type());
251 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) {
269 __val = 0;
282 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
284 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() )
594 unsigned _STLP_LONG_LONG __val; local
    [all...]
_algobase.h 411 void __fill_fwd(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) {
413 *__first = __val;
417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
419 _STLP_PRIV __fill_fwd(__first, __last, __val);
425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
427 _STLP_PRIV __fill_fwd(__first, __last, __val);
432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
434 _STLP_PRIV __fill_fwd(__first, __last, __val);
440 void __fill(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val,
443 *__first = __val;
    [all...]
_carray.h 37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); local
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
_algobase.h 411 void __fill_fwd(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) {
413 *__first = __val;
417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
419 _STLP_PRIV __fill_fwd(__first, __last, __val);
425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
427 _STLP_PRIV __fill_fwd(__first, __last, __val);
432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val,
434 _STLP_PRIV __fill_fwd(__first, __last, __val);
440 void __fill(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val,
443 *__first = __val;
    [all...]
_carray.h 37 _CArray (const _Tp& __val) {
39 _Copy_Construct(__REINTERPRET_CAST(_Tp*, _M_data + __i * sizeof(_Tp)), __val); local
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 113 const _Tp& __val,
118 if (*__first == __val) return __first;
121 if (*__first == __val) return __first;
124 if (*__first == __val) return __first;
127 if (*__first == __val) return __first;
133 if (*__first == __val) return __first;
136 if (*__first == __val) return __first;
139 if (*__first == __val) return __first;
148 __find(char* __first, char* __last, char __val, const random_access_iterator_tag &) {
149 void *res = memchr(__first, __val, __last - __first)
    [all...]
  /bionic/libc/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
stdatomic.h 239 #define ATOMIC_VAR_INIT(value) { .__val = (value) }
241 #define atomic_init(obj, value) ((void)((obj)->__val = (value)))
330 __atomic_is_lock_free(sizeof((obj)->__val), &(obj)->__val)
333 ((void)(obj), sizeof((obj)->__val) <= sizeof(void *))
345 #define _Atomic(T) struct { T volatile __val; }
424 __atomic_compare_exchange_n(&(object)->__val, expected, \
428 __atomic_compare_exchange_n(&(object)->__val, expected, \
431 __atomic_exchange_n(&(object)->__val, desired, order)
433 __atomic_fetch_add(&(object)->__val, operand, order
    [all...]
  /bionic/tests/
sys_vfs_test.cpp 31 EXPECT_EQ(0, sb.f_fsid.__val[0]);
32 EXPECT_EQ(0, sb.f_fsid.__val[1]);

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011>>