HomeSort by relevance Sort by last modified time
    Searched refs:__tmp (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
messages_members.h 57 char* __tmp = new char[__len]; local
58 __builtin_memcpy(__tmp, __s, __len);
59 _M_name_messages = __tmp;
113 char* __tmp = new char[__len]; local
114 __builtin_memcpy(__tmp, __s, __len);
115 this->_M_name_messages = __tmp;
time_members.h 62 char* __tmp = new char[__len]; local
63 __builtin_memcpy(__tmp, __s, __len);
64 _M_name_timepunct = __tmp;
opt_random.h 138 __uctype __tmp; local
144 __tmp = __uctype(__urng()) - __urngmin;
145 while (__tmp >= __past);
146 __v1 = __tmp / __scaling;
149 __tmp = __v1;
154 while (__v1 > __maskval || __v1 < __tmp);
160 __tmp = __uctype(__urng()) - __urngmin;
161 while (__tmp >= __past);
162 __v2 = __tmp / __scaling;
165 __tmp = __v2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
messages_members.h 57 char* __tmp = new char[__len]; local
58 __builtin_memcpy(__tmp, __s, __len);
59 _M_name_messages = __tmp;
113 char* __tmp = new char[__len]; local
114 __builtin_memcpy(__tmp, __s, __len);
115 this->_M_name_messages = __tmp;
time_members.h 62 char* __tmp = new char[__len]; local
63 __builtin_memcpy(__tmp, __s, __len);
64 _M_name_timepunct = __tmp;
opt_random.h 138 __uctype __tmp; local
144 __tmp = __uctype(__urng()) - __urngmin;
145 while (__tmp >= __past);
146 __v1 = __tmp / __scaling;
149 __tmp = __v1;
154 while (__v1 > __maskval || __v1 < __tmp);
160 __tmp = __uctype(__urng()) - __urngmin;
161 while (__tmp >= __past);
162 __v2 = __tmp / __scaling;
165 __tmp = __v2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_raw_storage_iter.h 99 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
101 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_raw_storage_iter.h 99 raw_storage_iterator<_OutputIterator, _Tp> __tmp = *this; local
101 return __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 75 register void *__tmp = __dest; local
84 : "=&r" (__d0), "=&r" (__tmp), "=&r" (__src), "=&r" (__d1)
85 : "1" (__tmp), "2" (__src), "3" (__n / 4)
97 register void *__tmp = __dest; local
111 : "=&q" (__d0), "=&r" (__tmp), "=&r" (__src), "=&r" (__d1)
112 : "1" (__tmp), "2" (__src), "3" (__n / 2)
124 register void *__tmp = __dest; local
138 : "0" (__n), "1" (__tmp), "2" (__src),
157 register void *__tmp = __dest; local
164 : "0" (__n), "1" (__src), "2" (__tmp),
321 register void *__tmp = __s; local
353 register void *__tmp = __s; local
390 register void *__tmp = __s; local
415 register void *__tmp = __s; local
559 register __const char *__tmp = __str; local
639 register char *__tmp = __dest; local
736 register char *__tmp = __dest; local
758 register char *__tmp = __dest; local
788 register char *__tmp = __dest; local
813 register char *__tmp = __dest; local
856 register char *__tmp = __dest; local
881 register char *__tmp = __dest; local
912 register char *__tmp = __dest; local
939 register char *__tmp = __dest; local
981 register char *__tmp; local
1012 register char *__tmp = __dest - 1; local
1053 register char *__tmp = __dest; local
    [all...]
  /external/mesa3d/src/glx/
packrender.h 159 int8_t __tmp = (a); \
160 memcpy((pc + (offset)), &__tmp, 1); \
165 int16_t __tmp = (a); \
166 memcpy((pc + (offset)), &__tmp, 2); \
171 int32_t __tmp = (a); \
172 memcpy((pc + (offset)), &__tmp, 4); \
177 float __tmp = (a); \
178 memcpy((pc + (offset)), &__tmp, 4); \
183 double __tmp = (a); \
184 memcpy((pc + (offset)), &__tmp, 8);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 62 const _TRet __tmp = __convf(__str, &__endptr, __base...); local
68 && (__tmp < __numeric_traits<int>::__min
69 || __tmp > __numeric_traits<int>::__max)))
72 __ret = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
string_conversions.h 62 const _TRet __tmp = __convf(__str, &__endptr, __base...); local
68 && (__tmp < __numeric_traits<int>::__min
69 || __tmp > __numeric_traits<int>::__max)))
72 __ret = __tmp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
time_members.h 65 char* __tmp = new char[__len]; local
66 __builtin_memcpy(__tmp, __s, __len);
67 _M_name_timepunct = __tmp;
opt_random.h 138 __uctype __tmp; local
144 __tmp = __uctype(__urng()) - __urngmin;
145 while (__tmp >= __past);
146 __v1 = __tmp / __scaling;
149 __tmp = __v1;
154 while (__v1 > __maskval || __v1 < __tmp);
160 __tmp = __uctype(__urng()) - __urngmin;
161 while (__tmp >= __past);
162 __v2 = __tmp / __scaling;
165 __tmp = __v2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
time_members.h 65 char* __tmp = new char[__len]; local
66 __builtin_memcpy(__tmp, __s, __len);
67 _M_name_timepunct = __tmp;
opt_random.h 138 __uctype __tmp; local
144 __tmp = __uctype(__urng()) - __urngmin;
145 while (__tmp >= __past);
146 __v1 = __tmp / __scaling;
149 __tmp = __v1;
154 while (__v1 > __maskval || __v1 < __tmp);
160 __tmp = __uctype(__urng()) - __urngmin;
161 while (__tmp >= __past);
162 __v2 = __tmp / __scaling;
165 __tmp = __v2
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_intrinsics.h 60 __Bits __tmp; \
61 memcpy(&__val, &__tmp, sizeof(__val)); \
62 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
63 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
65 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
75 long long __tmp; \
76 _Static_assert(sizeof(__tmp) == sizeof(__val));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
iterator_tracker.h 100 __iterator_tracker __tmp(*this);
102 return __tmp;
117 __iterator_tracker __tmp(*this);
119 return __tmp;
148 __iterator_tracker __tmp(*this);
149 __tmp += __n;
150 return __tmp;
163 __iterator_tracker __tmp(*this);
164 __tmp -= __n;
165 return __tmp;
    [all...]

Completed in 280 milliseconds

1 2 3 4 5 6 7