HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 126 - 150 of 677) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-23/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/current/platforms/android-23/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/current/platforms/android-23/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/current/platforms/android-23/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...]
  /prebuilts/ndk/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
_algo.h 106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) {
109 if (*__first == __val)
127 // search_n. Search for __count consecutive copies of __val.
130 _Integer __count, const _Tp& __val);
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) {
242 if (!(*__first == __val)) {
265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) {
267 __first = find(__first, __last, __val);
272 return remove_copy(++__next, __last, __first, __val);
    [all...]
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
move.h 142 #define _GLIBCXX_MOVE(__val) std::move(__val)
143 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
145 #define _GLIBCXX_MOVE(__val) (__val)
146 #define _GLIBCXX_FORWARD(_Tp, __val) (__val)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
move.h 142 #define _GLIBCXX_MOVE(__val) std::move(__val)
143 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
145 #define _GLIBCXX_MOVE(__val) (__val)
146 #define _GLIBCXX_FORWARD(_Tp, __val) (__val)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
move.h 142 #define _GLIBCXX_MOVE(__val) std::move(__val)
143 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
145 #define _GLIBCXX_MOVE(__val) (__val)
146 #define _GLIBCXX_FORWARD(_Tp, __val) (__val)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
move.h 142 #define _GLIBCXX_MOVE(__val) std::move(__val)
143 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val)
145 #define _GLIBCXX_MOVE(__val) (__val)
146 #define _GLIBCXX_FORWARD(_Tp, __val) (__val)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_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
_algo.h 106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) {
109 if (*__first == __val)
127 // search_n. Search for __count consecutive copies of __val.
130 _Integer __count, const _Tp& __val);
133 _Integer __count, const _Tp& __val, _BinaryPred __binary_pred);
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) {
242 if (!(*__first == __val)) {
265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) {
267 __first = find(__first, __last, __val);
272 return remove_copy(++__next, __last, __first, __val);
    [all...]
_num_put.c 421 bool __val) const {
424 return do_put(__s, __f, __fill, __STATIC_CAST(long, __val));
426 return _STLP_PRIV __do_put_bool(__s, __f, __fill, __val);
433 long __val) const
434 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
439 unsigned long __val) const
440 { return _STLP_PRIV __do_put_integer(__s, __f, __fill, __val); }
445 double __val) const
446 { return _STLP_PRIV __do_put_float(__s, __f, __fill, __val); }
452 long double __val) cons
    [all...]
_istream.h 101 _Self& operator>> (short& __val);
102 _Self& operator>> (int& __val);
103 _Self& operator>> (unsigned short& __val);
104 _Self& operator>> (unsigned int& __val);
105 _Self& operator>> (long& __val);
106 _Self& operator>> (unsigned long& __val);
108 _Self& operator>> (_STLP_LONG_LONG& __val);
109 _Self& operator>> (unsigned _STLP_LONG_LONG& __val);
111 _Self& operator>> (float& __val);
112 _Self& operator>> (double& __val);
    [all...]
  /external/llvm/test/Transforms/InstCombine/
debuginfo.ll 9 define hidden i8* @foobar(i8* %__dest, i32 %__val, i64 %__len) nounwind inlinehint ssp !dbg !1 {
12 %__val.addr = alloca i32, align 4
18 store i32 %__val, i32* %__val.addr, align 4
19 call void @llvm.dbg.declare(metadata i32* %__val.addr, metadata !7, metadata !DIExpression()), !dbg !18
23 %tmp1 = load i32, i32* %__val.addr, align 4, !dbg !21
41 !7 = !DILocalVariable(name: "__val", line: 78, arg: 2, scope: !1, file: !2, type: !8)

Completed in 456 milliseconds

1 2 3 4 56 7 8 91011>>