/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
hashtable.h | 651 swap(_Hashtable& __x) 657 _H1, _H2, _Hash, __chc>::_M_swap(__x); 662 __x._M_node_allocator); 664 std::swap(_M_rehash_policy, __x._M_rehash_policy); 665 std::swap(_M_buckets, __x._M_buckets); 666 std::swap(_M_bucket_count, __x._M_bucket_count); 667 std::swap(_M_element_count, __x._M_element_count); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
hashtable.h | 651 swap(_Hashtable& __x) 657 _H1, _H2, _Hash, __chc>::_M_swap(__x); 662 __x._M_node_allocator); 664 std::swap(_M_rehash_policy, __x._M_rehash_policy); 665 std::swap(_M_buckets, __x._M_buckets); 666 std::swap(_M_bucket_count, __x._M_bucket_count); 667 std::swap(_M_element_count, __x._M_element_count); [all...] |
/external/libvncserver/libvncserver/ |
websockets.c | 63 #define B64LEN(__x) (((__x + 2) / 3) * 12 / 3)
|
/external/python/cpython2/Demo/tkinter/guido/ |
ss1.py | 594 cell.__x = x 605 cell.__x = 0 618 cell.__x = x 668 return w.__x, w.__y
|
/external/python/cpython3/Tools/demo/ |
ss1.py | 579 cell.__x = x 590 cell.__x = 0 603 cell.__x = x 653 return w.__x, w.__y
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_sys.py | 687 def getx(self): return self.__x
688 def setx(self, value): self.__x = value
689 def delx(self): del self.__x
|
/external/python/cpython2/Lib/test/ |
test_sys.py | 692 def getx(self): return self.__x 693 def setx(self, value): self.__x = value 694 def delx(self): del self.__x
|
/external/syslinux/com32/menu/ |
readconfig.c | 58 #define astrdup(x) ({ char *__x = (x); \ 59 size_t __n = strlen(__x) + 1; \ 61 if ( __p ) memcpy(__p, __x, __n); \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sys.py | 669 def getx(self): return self.__x 670 def setx(self, value): self.__x = value 671 def delx(self): del self.__x
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sys.py | 669 def getx(self): return self.__x 670 def setx(self, value): self.__x = value 671 def delx(self): del self.__x
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 669 def getx(self): return self.__x 670 def setx(self, value): self.__x = value 671 def delx(self): del self.__x
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 669 def getx(self): return self.__x 670 def setx(self, value): self.__x = value 671 def delx(self): del self.__x
|
/external/syslinux/com32/elflink/ldlinux/ |
readconfig.c | 119 #define astrdup(x) ({ char *__x = (x); \ 120 size_t __n = strlen(__x) + 1; \ 122 if ( __p ) memcpy(__p, __x, __n); \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
string2.h | 92 Note that __x is evaluated twice. */ 93 #define __string2_1bptr_p(__x) \ 94 ((size_t)(const void *)((__x) + 1) - (size_t)(const void *)(__x) == 1) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
string2.h | 92 Note that __x is evaluated twice. */ 93 #define __string2_1bptr_p(__x) \ 94 ((size_t)(const void *)((__x) + 1) - (size_t)(const void *)(__x) == 1) [all...] |
/external/clang/lib/Headers/ |
emmintrin.h | 567 _mm_set_pd(double __w, double __x) 569 return (__m128d){ __x, __w }; 573 _mm_setr_pd(double __w, double __x) 575 return (__m128d){ __w, __x }; [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 102 (const float *__y, const float *__x, float *angle, int len ), (__y, __x, angle, len) ) 105 const int *y = (const int*)__y, *x = (const int*)__x; 170 angle[i] = cvFastArctan( __y[i], __x[i] ); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
emmintrin.h | 567 _mm_set_pd(double __w, double __x) 569 return (__m128d){ __x, __w }; 573 _mm_setr_pd(double __w, double __x) 575 return (__m128d){ __w, __x }; [all...] |
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
emmintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
emmintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/ |
emmintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/ |
emmintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/ |
emmintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/ |
emmintrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/ |
emmintrin.h | [all...] |