Searched refs:__ns (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/python/ |
D | drv_libxml2.py | 107 self.__ns = 0 161 if self.__ns: 190 if self.__ns: 236 if self.__ns: 322 return self.__ns 340 self.__ns = state
|
/external/libcxx/include/ |
D | thread | 429 _LIBCPP_FUNC_VIS void sleep_for(const chrono::nanoseconds& __ns); 439 nanoseconds __ns; 442 __ns = duration_cast<nanoseconds>(__d); 443 if (__ns < __d) 444 ++__ns; 447 __ns = nanoseconds::max(); 448 sleep_for(__ns);
|
D | __threading_support | 193 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns); 356 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) 359 seconds __s = duration_cast<seconds>(__ns); 367 __ts.tv_nsec = static_cast<decltype(__ts.tv_nsec)>((__ns - __s).count());
|
D | locale | 1193 char* __ns; 1199 for (__ns = __nf; __ns < __ne; ++__ns) 1200 if (!isxdigit_l(*__ns, _LIBCPP_GET_C_LOCALE)) 1205 for (__ns = __nf; __ns < __ne; ++__ns) 1206 if (!isdigit_l(*__ns, _LIBCPP_GET_C_LOCALE)) 1211 __ct.widen(__nf, __ns, __oe); 1212 __oe += __ns - __nf; 1216 reverse(__nf, __ns); 1220 for (char* __p = __nf; __p < __ns; ++__p) 1234 for (__nf = __ns; __nf < __ne; ++__nf) [all …]
|
D | filesystem | 1886 uintmax_t __ns) { 1887 return __resize_file(__p, __ns); 1891 resize_file(const path& __p, uintmax_t __ns, error_code& __ec) noexcept { 1892 return __resize_file(__p, __ns, &__ec);
|
D | chrono | 2798 constexpr chrono::nanoseconds operator""ns(unsigned long long __ns) 2800 return chrono::nanoseconds(static_cast<chrono::nanoseconds::rep>(__ns)); 2803 constexpr chrono::duration<long double, nano> operator""ns(long double __ns) 2805 return chrono::duration<long double, nano> (__ns);
|
D | vector | 3018 difference_type __ns = _VSTD::distance(__first, __last); 3019 _LIBCPP_ASSERT(__ns >= 0, "invalid range specified"); 3020 const size_t __n = static_cast<size_type>(__ns);
|
/external/libcxx/src/support/win32/ |
D | thread_win32.cpp | 243 void __libcpp_thread_sleep_for(const chrono::nanoseconds& __ns) in __libcpp_thread_sleep_for() argument 248 duration_cast<milliseconds>(__ns + chrono::nanoseconds(999999)); in __libcpp_thread_sleep_for()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | early-if-conversion-bug1.ll | 79 %__ns = alloca i32, align 4 116 store i32 %6, i32* %__ns, align 4 117 %7 = load i32, i32* %__ns, align 4 124 %10 = load i32, i32* %__ns, align 4 126 store i32 %sub, i32* %__ns, align 4 130 store i32 0, i32* %__ns, align 4 176 %24 = load i32, i32* %__ns, align 4 181 %25 = load i32, i32* %__ns, align 4 272 %47 = load i32, i32* %__ns, align 4 290 %52 = load i32, i32* %__ns, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | early-if-conversion-bug1.ll | 79 %__ns = alloca i32, align 4 116 store i32 %6, i32* %__ns, align 4 117 %7 = load i32, i32* %__ns, align 4 124 %10 = load i32, i32* %__ns, align 4 126 store i32 %sub, i32* %__ns, align 4 130 store i32 0, i32* %__ns, align 4 176 %24 = load i32, i32* %__ns, align 4 181 %25 = load i32, i32* %__ns, align 4 272 %47 = load i32, i32* %__ns, align 4 290 %52 = load i32, i32* %__ns, align 4
|