| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Chrono.h | 76 template <typename Period> struct unit { static const char value[]; }; 77 template <typename Period> const char unit<Period>::value[] = ""; 111 template <typename Rep, typename Period> 112 struct format_provider<std::chrono::duration<Rep, Period>> { 114 typedef std::chrono::duration<Rep, Period> Dur; 139 return {D.count(), detail::unit<Period>::value};
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | condition_variable | 48 template <class Rep, class Period> 51 const chrono::duration<Rep, Period>& rel_time); 53 template <class Rep, class Period, class Predicate> 56 const chrono::duration<Rep, Period>& rel_time, 93 template <class Lock, class Rep, class Period> 96 const chrono::duration<Rep, Period>& rel_time); 98 template <class Lock, class Rep, class Period, class Predicate> 101 const chrono::duration<Rep, Period>& rel_time,
|
| H A D | semaphore | 33 template<class Rep, class Period> 34 bool try_acquire_for(const chrono::duration<Rep, Period>& rel_time); 107 template <class Rep, class Period> 109 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time) 209 template<class Rep, class Period> 211 bool try_acquire_for(chrono::duration<Rep, Period> const& __rel_time)
|
| H A D | shared_mutex | 56 template <class Rep, class Period> 57 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 65 template <class Rep, class Period> 67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 89 template <class Rep, class Period> 91 const chrono::duration<Rep, Period>& rel_time); 102 template <class Rep, class Period> 103 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 401 template <class Rep, class Period> 402 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
| H A D | mutex | 64 template <class Rep, class Period> 65 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 82 template <class Rep, class Period> 83 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time); 138 template <class Rep, class Period> 139 unique_lock(mutex_type& m, const chrono::duration<Rep, Period>& rel_time); 151 template <class Rep, class Period> 152 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
|
| H A D | chrono | 21 template <class ToDuration, class Rep, class Period> 24 duration_cast(const duration<Rep, Period>& fd); 42 template <class Rep, class Period = ratio<1>> 46 …static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::rat… 47 static_assert(Period::num > 0, "duration period must be positive"); 165 template <class Rep1, class Period, class Rep2> 167 duration<typename common_type<Rep1, Rep2>::type, Period> 168 operator*(const duration<Rep1, Period>& d, const Rep2& s); 169 template <class Rep1, class Period, class Rep2> 171 duration<typename common_type<Rep1, Rep2>::type, Period> [all …]
|
| H A D | future | 167 template <class Rep, class Period> 169 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 194 template <class Rep, class Period> 196 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 221 template <class Rep, class Period> 223 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 248 template <class Rep, class Period> 250 wait_for(const chrono::duration<Rep, Period>& rel_time) const; 275 template <class Rep, class Period> 277 wait_for(const chrono::duration<Rep, Period>& rel_time) const; [all …]
|
| H A D | thread | 76 template <class Rep, class Period> 77 void sleep_for(const chrono::duration<Rep, Period>& rel_time);
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
| H A D | read.adb | 54 Period : constant Stream_Element_Offset := 200; constant 90 if J < Item'First + Period then 93 Item (J) := Item (J - Period);
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
| H A D | read.adb | 54 Period : constant Stream_Element_Offset := 200; constant 90 if J < Item'First + Period then 93 Item (J) := Item (J - Period);
|
| /netbsd-src/common/dist/zlib/contrib/ada/ |
| H A D | read.adb | 54 Period : constant Stream_Element_Offset := 200; constant 90 if J < Item'First + Period then 93 Item (J) := Item (J - Period);
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
| H A D | read.adb | 54 Period : constant Stream_Element_Offset := 200; constant 90 if J < Item'First + Period then 93 Item (J) := Item (J - Period);
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | fnmatch.hin | 55 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
| H A D | salproc.h | 78 IN UINTN Period
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | FileTimeType.rst | 291 template <class Period> 292 timespec convert_to_timespec(duration<fs_time_rep, Period> dur) { 294 return {rep.tv_sec, rep.tv_nsec}; // Oops! Period may not be nanoseconds. 299 Duration dur({ts.tv_sec, ts.tv_nsec}); // Oops! Period may not be nanoseconds.
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | actbl3.h | 728 UINT32 TimerPeriod; /* Period of one timer count (msec) */ 809 UINT16 Period; 787 UINT16 Period; global() member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 1366 Period, enumerator 1566 Tok.Kind = MMToken::Period; in consumeToken() 1726 if (!Tok.is(MMToken::Period)) in parseModuleId() 2506 if (Tok.is(MMToken::Period)) { in parseExportDecl() 2978 case MMToken::Period: in parseModuleMapFile()
|
| /netbsd-src/sys/external/bsd/acpica/dist/common/ |
| H A D | dmtbinfo3.c | 606 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (TimerPeriod), "Timer Period", 0}, 645 {ACPI_DMT_UINT16, ACPI_WDDT_OFFSET (Period), "Period", 0},
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | X509V3_get_d2i.pod | 128 Private Key Usage Period NID_private_key_usage_period
|
| /netbsd-src/lib/libusbhid/ |
| H A D | usb_hid_usages | 1287 0x25 Retrigger Period 1321 0x51 Sample Period 1354 0x72 Period 1547 0x29 Electrical: Period 1841 0x508 Data Field: Period 1980 0x81E Sensor Event: Period Exceeded 2182 0xC000 Modifier: Period Max
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc2589.txt | 390 Refresh Period) and is set by the server based on the entryTtl. 492 i.e. send a Refresh request at its Client Refresh Period (CRP).
|
| /netbsd-src/external/bsd/flex/dist/tests/ |
| H A D | yyextra.txt | 372 diminished during the Period for which he shall have been elected, and 373 he shall not receive within that Period any other Emolument from the
|
| H A D | alloc_extra.txt | 372 diminished during the Period for which he shall have been elected, and 373 he shall not receive within that Period any other Emolument from the
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx2aStatusIssuesStatus.csv | 238 "`3314 <https://wg21.link/LWG3314>`__","Is stream insertion behavior locale dependent when ``Period…
|
| /netbsd-src/external/atheros/athn/dist/ |
| H A D | athn-ar9271 | 42 ar5416BtPeriodTimer Period= %d Duty= %d, btmode=0x%08x
|