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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
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...]
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
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...]
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;
  /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/
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/
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/bits/
list.tcc 72 _Node* __tmp = __cur;
75 _M_get_Node_allocator().destroy(__tmp);
77 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
79 _M_put_node(__tmp);
90 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
91 __tmp->_M_hook(__position._M_node);
92 return iterator(__tmp);
101 _Node* __tmp = _M_create_node(__x);
102 __tmp->_M_hook(__position._M_node);
103 return iterator(__tmp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
list.tcc 72 _Node* __tmp = __cur;
75 _M_get_Node_allocator().destroy(__tmp);
77 _M_get_Tp_allocator().destroy(std::__addressof(__tmp->_M_data));
79 _M_put_node(__tmp);
90 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
91 __tmp->_M_hook(__position._M_node);
92 return iterator(__tmp);
101 _Node* __tmp = _M_create_node(__x);
102 __tmp->_M_hook(__position._M_node);
103 return iterator(__tmp);
    [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...]
  /external/libcxx/include/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/experimental/
coroutine 143 coroutine_handle __tmp;
144 __tmp.__handle_ = __addr;
145 return __tmp;
223 coroutine_handle __tmp;
224 __tmp.__handle_ = __addr;
225 return __tmp;
254 coroutine_handle __tmp;
255 __tmp.__handle_ = __builtin_coro_promise(
258 return __tmp;

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8 91011>>