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

1 2 3 4 5

  /external/clang/lib/Headers/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
arm_acle.h 142 __clz(uint32_t __t) {
143 return __builtin_clz(__t);
147 __clzl(unsigned long __t) {
148 return __builtin_clzl(__t);
152 __clzll(uint64_t __t) {
153 return __builtin_clzll(__t);
158 __rev(uint32_t __t) {
159 return __builtin_bswap32(__t);
163 __revl(unsigned long __t) {
165 return __builtin_bswap32(__t);
    [all...]
  /bionic/libc/include/
termios.h 40 speed_t cfgetispeed(const struct termios* __t) __INTRODUCED_IN(21);
41 speed_t cfgetospeed(const struct termios* __t) __INTRODUCED_IN(21);
42 void cfmakeraw(struct termios* __t) __INTRODUCED_IN(21);
43 int cfsetspeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
44 int cfsetispeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
45 int cfsetospeed(struct termios* __t, speed_t __speed) __INTRODUCED_IN(21);
49 int tcgetattr(int __fd, struct termios* __t) __INTRODUCED_IN(21);
52 int tcsetattr(int __fd, int __optional_actions, const struct termios* __t) __INTRODUCED_IN(21);
time.h 62 time_t time(time_t* __t);
71 struct tm* localtime(const time_t* __t);
72 struct tm* localtime_r(const time_t* __t, struct tm* __tm);
74 struct tm* gmtime(const time_t* __t);
75 struct tm* gmtime_r(const time_t* __t, struct tm* __tm);
87 char* ctime(const time_t* __t);
88 char* ctime_r(const time_t* __t, char* __buf);
  /external/clang/test/CodeGen/
mips-constraint-regs.c 14 int __t; local
17 : "=c" (__t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++
    [all...]
queue.h 83 push_front(const _Tp& __t)
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t)
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 132 for (_ThreadIndex __t = 0; __t < __num_threads; ++__t)
133 __begin_output += __counter[__t];
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
158 __begin_output += __counter[__t];
171 for (_ThreadIndex __t = 0; __t < __num_threads + 1; __t++
    [all...]
queue.h 83 push_front(const _Tp& __t)
88 *(_M_base + __former_front % _M_max_size) = __t;
100 pop_front(_Tp& __t)
115 __t = *(_M_base + (__former_front - 1) % _M_max_size);
127 pop_back(_Tp& __t) //queue behavior
142 __t = *(_M_base + __former_back % _M_max_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_before.h 66 _Tp operator()(const _Tp& __t) const
67 { return abs(__t); }
73 _Tp operator()(const _Tp& __t) const
74 { return cos(__t); }
80 _Tp operator()(const _Tp& __t) const
81 { return acos(__t); }
87 _Tp operator()(const _Tp& __t) const
88 { return cosh(__t); }
94 _Tp operator()(const _Tp& __t) const
95 { return sin(__t); }
    [all...]
move.h 76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
77 { return static_cast<_Tp&&>(__t); }
87 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
91 return static_cast<_Tp&&>(__t);
96 * @param __t A thing of arbitrary type.
101 move(_Tp&& __t) noexcept
102 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
random.h 439 * @tparam __t The second left-shift tempering matrix parameter.
447 _UIntType __b, size_t __t,
461 static_assert(__t <= __w, "template argument substituting "
462 "__t out of bound");
492 static constexpr size_t tempering_t = __t;
638 _UIntType __b, size_t __t,
642 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
644 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_before.h 66 _Tp operator()(const _Tp& __t) const
67 { return abs(__t); }
73 _Tp operator()(const _Tp& __t) const
74 { return cos(__t); }
80 _Tp operator()(const _Tp& __t) const
81 { return acos(__t); }
87 _Tp operator()(const _Tp& __t) const
88 { return cosh(__t); }
94 _Tp operator()(const _Tp& __t) const
95 { return sin(__t); }
    [all...]
move.h 76 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
77 { return static_cast<_Tp&&>(__t); }
87 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
91 return static_cast<_Tp&&>(__t);
96 * @param __t A thing of arbitrary type.
101 move(_Tp&& __t) noexcept
102 { return static_cast<typename std::remove_reference<_Tp>::type&&>(__t); }
random.h 439 * @tparam __t The second left-shift tempering matrix parameter.
447 _UIntType __b, size_t __t,
461 static_assert(__t <= __w, "template argument substituting "
462 "__t out of bound");
492 static constexpr size_t tempering_t = __t;
638 _UIntType __b, size_t __t,
642 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
644 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
  /external/libcxx/src/support/win32/
thread_win32.cpp 192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) {
193 return *__t == 0;
196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
203 *__t = reinterpret_cast<HANDLE>(_beginthreadex(nullptr, 0,
207 if (*__t)
217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t)
219 return GetThreadId(*__t);
222 int __libcpp_thread_join(__libcpp_thread_t *__t)
224 if (WaitForSingleObjectEx(*__t, INFINITE, FALSE) == WAIT_FAILED)
226 if (!CloseHandle(*__t))
    [all...]
  /external/valgrind/drd/tests/
std_thread.cpp 31 std::thread::_Impl_base* __t = static_cast<std::thread::_Impl_base*>(__p); local
33 __local.swap(__t->_M_this_ptr);
36 __t->_M_run();
std_thread2.cpp 36 std::thread::_Impl_base* __t = static_cast<std::thread::_Impl_base*>(__p); local
38 __local.swap(__t->_M_this_ptr);
41 __t->_M_run();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 1229 milliseconds

1 2 3 4 5