Searched refs:guard (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/gabi++/src/ |
D | one_time_construction.cc | 66 int guard = *gv; in __cxa_guard_acquire() local 67 if ((guard & 1) != 0) { in __cxa_guard_acquire() 76 if ((guard & 0x100) == 0) { in __cxa_guard_acquire() 87 *gv = guard | 0x200; in __cxa_guard_acquire() 96 int guard = *gv; in __cxa_guard_release() local 99 if ((guard & 0x200) != 0) in __cxa_guard_release() 109 int guard = *gv; in __cxa_guard_abort() local 111 if ((guard & 0x200) != 0) in __cxa_guard_abort()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_guard.cpp | 118 uint64_t guard; in get_lock() member 130 uint64_t guard; in set_lock() member 134 x = f.guard; in set_lock() 143 uint32_t guard; in get_lock() member 155 uint32_t guard; in set_lock() member 159 x = f.guard; in set_lock()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 344 uint32 guard; /* First guard bit */ in _Stl_atod() local 403 guard = 0; in _Stl_atod() 408 guard = (uint32) ((value>> 63) & 1 ); in _Stl_atod() 413 guard = (uint32) (((value>> lead0)-1) & 1); in _Stl_atod() 418 if (guard && ((value & 1) || rest) ) { in _Stl_atod() 431 guard = (uint32) value & 1; in _Stl_atod() 441 if (guard) { in _Stl_atod() 534 uint32_t guard = (uint32) vv.i64 & 1; in _Stl_atodT() local 545 if (guard) { in _Stl_atodT() 600 uint32_t guard; in _Stl_atodT() local [all …]
|
/ndk/sources/cxx-stl/stlport/ |
D | README.android | 9 * _pair.h needs to define bionic's (sgi's) internal pair header guard.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ostream.c | 129 void guard(int_type c) { in guard() function 165 __cguard.guard(__c); in _M_copy_unbuffered()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 3885 // Prime the downward search with a guard. 3889 // manually guard downward moving __j against __i 3898 if (!__comp(*__first, *--__j)) // we need a guard if *__first == *(__last-1) 3939 break; // found guard for downward moving __j, now use unguarded partition 3956 // It is now known that a guard exists for downward moving __j 5132 // Prime the downward search with a guard. 5136 // manually guard downward moving __j against __i 5145 if (!__comp(*__first, *--__j)) // we need a guard if *__first == *(__last-1) 5189 break; // found guard for downward moving __j, now use unguarded partition 5204 // It is now known that a guard exists for downward moving __j
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3735 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock) 3736 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.guard/mutex) 3737 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.guard/types)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3726 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock) 3727 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.guard/mutex) 3728 $(call gen-test, thread/thread.mutex/thread.lock/thread.lock.guard/types)
|
/ndk/docs/text/ |
D | CHANGES.text | 977 - Add -mstack-protector-guard= option for x86 to choose between "global"
|