Home
last modified time | relevance | path

Searched refs:us0 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/CXX/expr/
Dp9.cpp29 unsigned short us0; variable
30 __typeof__(us0 + us0) us1;
/external/clang/test/CXX/expr/
Dp9.cpp29 unsigned short us0; variable
30 __typeof__(us0 + us0) us1;
/external/strace/tests-m32/
Ddelay.c61 const int64_t us0 = usecs_from_tv(tv0); in check_delay() local
65 if (us - us0 < delay_exit * (nproc - 1) / nproc) in check_delay()
68 if (us - us0 > delay_exit * (nproc + 1) / nproc) in check_delay()
/external/strace/tests-mx32/
Ddelay.c61 const int64_t us0 = usecs_from_tv(tv0); in check_delay() local
65 if (us - us0 < delay_exit * (nproc - 1) / nproc) in check_delay()
68 if (us - us0 > delay_exit * (nproc + 1) / nproc) in check_delay()
/external/strace/tests/
Ddelay.c61 const int64_t us0 = usecs_from_tv(tv0); in check_delay() local
65 if (us - us0 < delay_exit * (nproc - 1) / nproc) in check_delay()
68 if (us - us0 > delay_exit * (nproc + 1) / nproc) in check_delay()
/external/clang/test/SemaCXX/
Danonymous-union.cpp145 int us0; // expected-note {{declared private here}} member
159 (void) a.us0; // expected-error {{private member}} in test()
/external/llvm-project/clang/test/SemaCXX/
Danonymous-union.cpp149 int us0; // expected-note {{declared private here}} member
163 (void) a.us0; // expected-error {{private member}} in test()