OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__ptr
(Results
1 - 25
of
484
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h
56
__add_omp(volatile _Tp*
__ptr
, _Tp __addend)
61
__res = *
__ptr
;
62
*(
__ptr
) += __addend;
69
* @param
__ptr
Pointer to a signed integer.
74
__fetch_and_add(volatile _Tp*
__ptr
, _Tp __addend)
76
if (__atomic_always_lock_free(sizeof(_Tp),
__ptr
))
77
return __atomic_fetch_add(
__ptr
, __addend, __ATOMIC_ACQ_REL);
78
return __add_omp(
__ptr
, __addend);
83
__cas_omp(volatile _Tp*
__ptr
, _Tp __comparand, _Tp __replacement)
88
if (*
__ptr
== __comparand
[
all
...]
/development/ndk/platforms/android-3/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
compiler-gcc.h
14
#define RELOC_HIDE(ptr, off) ({ unsigned long
__ptr
; __asm__ ("" : "=r"(
__ptr
) : "0"(ptr)); (typeof(ptr)) (
__ptr
+ (off)); })
Completed in 1317 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>