Home
last modified time | relevance | path

Searched refs:__s (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h140 for (struct __perf_time_state __s = \
144 !__s.done; ({ \
145 __s.t += __perf_get_time(ctx); \
146 __s.done = true; \
147 if (__s.t > (limit_ns)) { \
149 (double)__s.t / 1000000.0); \
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h25 #define _a_stacksize __u.__s[0]
26 #define _a_guardsize __u.__s[1]
27 #define _a_stackaddr __u.__s[2]
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h25 #define _a_stacksize __u.__s[0]
26 #define _a_guardsize __u.__s[1]
27 #define _a_stackaddr __u.__s[2]
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h20 #define _a_stacksize __u.__s[0]
21 #define _a_guardsize __u.__s[1]
22 #define _a_stackaddr __u.__s[2]
/third_party/ffmpeg/libavcodec/alpha/
H A Dasm.h62 __typeof__(*(p)) __s[sizeof (uint64_t) / sizeof *(p)]; \
67 __typeof__(*(p)) __s[sizeof (int32_t) / sizeof *(p)]; \
73 __typeof__(*(p)) __s[sizeof (uint64_t) / sizeof *(p)]; \
80 __typeof__(*(p)) __s[sizeof (int32_t) / sizeof *(p)]; \
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h72 #define _a_stacksize __u.__s[0]
73 #define _a_guardsize __u.__s[1]
74 #define _a_stackaddr __u.__s[2]
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h120 #define _a_stacksize __u.__s[0]
121 #define _a_guardsize __u.__s[1]
122 #define _a_stackaddr __u.__s[2]
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h79 #define _a_stacksize __u.__s[0]
80 #define _a_guardsize __u.__s[1]
81 #define _a_stackaddr __u.__s[2]
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dspawn_ptrace_child.h35 void *__s = addr; \
37 data = __s; \
/third_party/musl/src/internal/
H A Dpthread_impl.h113 #define _a_stacksize __u.__s[0]
114 #define _a_guardsize __u.__s[1]
115 #define _a_stackaddr __u.__s[2]
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h382 __typeof(a) __s, __w; \
385 __s = __w - (a); \
386 (b) = ((a) - (__w - __s)) + ((b) - __s); \
484 void _scan_nan(uint32_t *__words, int __num_words, const char *__s);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-493_1_0.hpp45 __short __s; member
H A Dissue-493.hpp44 __short __s; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp346 extern wchar_t *wcsdup (const wchar_t *__s) throw () __attribute__ ((__malloc__));
359 extern wchar_t *wcschrnul (const wchar_t *__s, wchar_t __wc)
381 extern wchar_t *wcstok (wchar_t *__restrict __s,
386 extern size_t wcslen (const wchar_t *__s) throw () __attribute__ ((__pure__));
395 extern size_t wcsnlen (const wchar_t *__s, size_t __maxlen)
398 extern wchar_t *wmemchr (const wchar_t *__s, wchar_t __c, size_t __n)
416 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) throw ();
444 const char *__restrict __s, size_t __n,
448 extern size_t wcrtomb (char *__restrict __s, wchar_t __wc,
452 extern size_t __mbrlen (const char *__restrict __s, size_
[all...]
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dalltypes.h366 typedef struct { union { int __i[sizeof(long)==8?14:9]; volatile int __vi[sizeof(long)==8?14:9]; unsigned long __s[sizeof(long)==8?7:9]; } __u; } pthread_attr_t; member
/third_party/python/Lib/test/
H A Dtest_collections.py1513 __slots__=['__s']
1517 self.__s=set(items)
1519 return v in self.__s
1521 return iter(self.__s)
1523 return len(self.__s)
1525 result=v not in self.__s
1526 self.__s.add(v)
1529 result=v in self.__s
1530 self.__s.discard(v)

Completed in 23 milliseconds