/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket2.h | 25 int __flags); 27 int __flags), recv); 30 int __flags), __recv_chk) 35 recv (int __fd, void *__buf, size_t __n, int __flags) 40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags); 43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags); 45 return __recv_alias (__fd, __buf, __n, __flags); 49 size_t __buflen, int __flags, 54 int __flags, __SOCKADDR_ARG __addr, 58 size_t __buflen, int __flags, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
socket2.h | 25 int __flags); 27 int __flags), recv); 30 int __flags), __recv_chk) 35 recv (int __fd, void *__buf, size_t __n, int __flags) 40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags); 43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags); 45 return __recv_alias (__fd, __buf, __n, __flags); 49 size_t __buflen, int __flags, 54 int __flags, __SOCKADDR_ARG __addr, 58 size_t __buflen, int __flags, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
socket2.h | 25 int __flags); 27 int __flags), recv); 30 int __flags), __recv_chk) 35 recv (int __fd, void *__buf, size_t __n, int __flags) 40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags); 43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags); 45 return __recv_alias (__fd, __buf, __n, __flags); 49 size_t __buflen, int __flags, 54 int __flags, __SOCKADDR_ARG __addr, 58 size_t __buflen, int __flags, [all...] |
/external/clang/test/CodeGenCXX/ |
rtti-layout.cpp | 22 unsigned int __flags; member in class:__pbase_type_info 55 unsigned int __flags; member in class:__vmi_class_type_info 140 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repeat_mask); 149 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_mask); 158 CHECK(to<__vmi_class_type_info>(typeid(VMI7)).__flags == (__vmi_class_type_info::__non_diamond_repeat_mask | __vmi_class_type_info::__diamond_shaped_mask)); 169 CHECK(to<__pbase_type_info>(typeid(Incomplete *)).__flags == __pbase_type_info::__incomplete_mask); 170 CHECK(to<__pbase_type_info>(typeid(Incomplete **)).__flags == __pbase_type_info::__incomplete_mask); 171 CHECK(to<__pbase_type_info>(typeid(Incomplete ***)).__flags == __pbase_type_info::__incomplete_mask); 175 CHECK(to<__pbase_type_info>(typeid(int Incomplete::*)).__flags == __pbase_type_info::__incomplete_class_mask); 176 CHECK(to<__pbase_type_info>(typeid(Incomplete Incomplete::*)).__flags == (__pbase_type_info::__incomplete_class_mask | __pbase_type_info::__incomplete_mask)) [all...] |
/external/stlport/stlport/stl/ |
_num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-') 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-') 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-') 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-') 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-') 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 44 ios_base::fmtflags __flags, 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; 194 ios_base::fmtflags __flags, wchar_t __fill) { 211 if (__flags & ios_base::showbase) 212 switch (__flags & ios_base::basefield) { 225 __flags, __f.width(0), __fill, __xplus, __xminus); 233 ios_base& __f, ios_base::fmtflags __flags, char __fill) { 242 if (__flags & ios_base::showbase) 243 switch (__flags & ios_base::basefield) { 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-') 379 ios_base::fmtflags __flags = __f.flags(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random.tcc | 145 const typename __ios_base::fmtflags __flags = __os.flags(); 152 __os.flags(__flags); 166 const typename __ios_base::fmtflags __flags = __is.flags(); 171 __is.flags(__flags); 275 const typename __ios_base::fmtflags __flags = __os.flags(); 285 __os.flags(__flags); 302 const typename __ios_base::fmtflags __flags = __is.flags(); 308 __is.flags(__flags); 397 const typename __ios_base::fmtflags __flags = __os.flags(); 407 __os.flags(__flags); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 145 const typename __ios_base::fmtflags __flags = __os.flags(); 152 __os.flags(__flags); 166 const typename __ios_base::fmtflags __flags = __is.flags(); 171 __is.flags(__flags); 275 const typename __ios_base::fmtflags __flags = __os.flags(); 285 __os.flags(__flags); 302 const typename __ios_base::fmtflags __flags = __is.flags(); 308 __is.flags(__flags); 397 const typename __ios_base::fmtflags __flags = __os.flags(); 407 __os.flags(__flags); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 145 const typename __ios_base::fmtflags __flags = __os.flags(); 152 __os.flags(__flags); 166 const typename __ios_base::fmtflags __flags = __is.flags(); 171 __is.flags(__flags); 275 const typename __ios_base::fmtflags __flags = __os.flags(); 285 __os.flags(__flags); 302 const typename __ios_base::fmtflags __flags = __is.flags(); 308 __is.flags(__flags); 397 const typename __ios_base::fmtflags __flags = __os.flags(); 407 __os.flags(__flags); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 145 const typename __ios_base::fmtflags __flags = __os.flags(); 152 __os.flags(__flags); 166 const typename __ios_base::fmtflags __flags = __is.flags(); 171 __is.flags(__flags); 275 const typename __ios_base::fmtflags __flags = __os.flags(); 285 __os.flags(__flags); 302 const typename __ios_base::fmtflags __flags = __is.flags(); 308 __is.flags(__flags); 397 const typename __ios_base::fmtflags __flags = __os.flags(); 407 __os.flags(__flags); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random.tcc | 145 const typename __ios_base::fmtflags __flags = __os.flags(); 152 __os.flags(__flags); 166 const typename __ios_base::fmtflags __flags = __is.flags(); 171 __is.flags(__flags); 275 const typename __ios_base::fmtflags __flags = __os.flags(); 285 __os.flags(__flags); 302 const typename __ios_base::fmtflags __flags = __is.flags(); 308 __is.flags(__flags); 397 const typename __ios_base::fmtflags __flags = __os.flags(); 407 __os.flags(__flags); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
mman.h | 59 int __flags, int __fd, __off_t __offset) __THROW; 64 int __flags, int __fd, __off64_t __offset), 72 int __flags, int __fd, __off64_t __offset) __THROW; 90 extern int msync (void *__addr, size_t __len, int __flags); 112 extern int mlockall (int __flags) __THROW; 135 int __flags, ...) __THROW; 140 size_t __pgoff, int __flags) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
mman.h | 59 int __flags, int __fd, __off_t __offset) __THROW; 64 int __flags, int __fd, __off64_t __offset), 72 int __flags, int __fd, __off64_t __offset) __THROW; 90 extern int msync (void *__addr, size_t __len, int __flags); 112 extern int mlockall (int __flags) __THROW; 135 int __flags, ...) __THROW; 140 size_t __pgoff, int __flags) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
mman.h | 59 int __flags, int __fd, __off_t __offset) __THROW; 64 int __flags, int __fd, __off64_t __offset), 72 int __flags, int __fd, __off64_t __offset) __THROW; 90 extern int msync (void *__addr, size_t __len, int __flags); 112 extern int mlockall (int __flags) __THROW; 135 int __flags, ...) __THROW; 140 size_t __pgoff, int __flags) __THROW;
|
/external/kernel-headers/original/asm-mips/ |
cmpxchg.h | 57 unsigned long __flags; \ 59 raw_local_irq_save(__flags); \ 63 raw_local_irq_restore(__flags); \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
random.tcc | 177 const typename __ios_base::fmtflags __flags = __os.flags(); 184 __os.flags(__flags); 198 const typename __ios_base::fmtflags __flags = __is.flags(); 203 __is.flags(__flags); 468 const typename __ios_base::fmtflags __flags = __os.flags(); 478 __os.flags(__flags); 496 const typename __ios_base::fmtflags __flags = __is.flags(); 502 __is.flags(__flags); 622 const typename __ios_base::fmtflags __flags = __os.flags(); 632 __os.flags(__flags); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
random.tcc | 177 const typename __ios_base::fmtflags __flags = __os.flags(); 184 __os.flags(__flags); 198 const typename __ios_base::fmtflags __flags = __is.flags(); 203 __is.flags(__flags); 468 const typename __ios_base::fmtflags __flags = __os.flags(); 478 __os.flags(__flags); 496 const typename __ios_base::fmtflags __flags = __is.flags(); 502 __is.flags(__flags); 622 const typename __ios_base::fmtflags __flags = __os.flags(); 632 __os.flags(__flags); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
random.tcc | 166 const typename __ios_base::fmtflags __flags = __os.flags(); 173 __os.flags(__flags); 187 const typename __ios_base::fmtflags __flags = __is.flags(); 192 __is.flags(__flags); 373 const typename __ios_base::fmtflags __flags = __os.flags(); 383 __os.flags(__flags); 400 const typename __ios_base::fmtflags __flags = __is.flags(); 406 __is.flags(__flags); 507 const typename __ios_base::fmtflags __flags = __os.flags(); 517 __os.flags(__flags); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
random.tcc | 166 const typename __ios_base::fmtflags __flags = __os.flags(); 173 __os.flags(__flags); 187 const typename __ios_base::fmtflags __flags = __is.flags(); 192 __is.flags(__flags); 373 const typename __ios_base::fmtflags __flags = __os.flags(); 383 __os.flags(__flags); 400 const typename __ios_base::fmtflags __flags = __is.flags(); 406 __is.flags(__flags); 507 const typename __ios_base::fmtflags __flags = __os.flags(); 517 __os.flags(__flags); [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
cmpxchg.h | 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqzl $1, 1b \n" "2: \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else if (cpu_has_llsc) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqz $1, 3f \n" "2: \n" " .subsection 2 \n" "3: b 1b \n" " .previous \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else { unsigned long __flags; raw_local_irq_save(__flags); __ret = *m; if (__ret == old) *m = new; raw_local_irq_restore(__flags); } __ret; })
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cmpxchg.h | 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqzl $1, 1b \n" "2: \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else if (cpu_has_llsc) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqz $1, 3f \n" "2: \n" " .subsection 2 \n" "3: b 1b \n" " .previous \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else { unsigned long __flags; raw_local_irq_save(__flags); __ret = *m; if (__ret == old) *m = new; raw_local_irq_restore(__flags); } __ret; })
|