Home
last modified time | relevance | path

Searched refs:wd_ (Results 1 – 25 of 97) sorted by relevance

1234

/dports/sysutils/glogg/glogg-1.1.4/src/
H A Dinotifywatchtowerdriver.h38 FileId() { wd_ = -1; } in FileId()
40 { return wd_ == other.wd_; }
43 int wd_; variable
49 DirId() { wd_ = -1; } in DirId()
51 { return wd_ == other.wd_; }
53 { return (wd_ != -1); } in valid()
55 DirId( int wd ) { wd_ = wd; } in DirId()
56 int wd_; variable
62 SymlinkId() { wd_ = -1; } in SymlinkId()
64 { return wd_ == other.wd_; }
[all …]
H A Dinotifywatchtowerdriver.cpp88 if ( file_id.wd_ >= 0 ) in removeFile()
89 inotify_rm_watch( inotify_fd_, file_id.wd_ ); in removeFile()
94 if ( symlink_id.wd_ >= 0 ) in removeSymlink()
95 inotify_rm_watch( inotify_fd_, symlink_id.wd_ ); in removeSymlink()
100 LOG(logDEBUG) << "INotifyWatchTower::removeDir removing inotify wd " << dir_id.wd_; in removeDir()
102 if ( dir_id.wd_ >= 0 ) in removeDir()
103 inotify_rm_watch( inotify_fd_, dir_id.wd_ ); in removeDir()
/dports/astro/xplanet/xplanet-1.3.1/src/libprojection/
H A DProjectionPeters.cpp36 wd_ = static_cast<int> (2 * width_ * radius_); in ProjectionPeters()
37 ht_ = wd_/2; in ProjectionPeters()
44 const double X = ((x - width_/2)) * TWO_PI / wd_; in pixelToSpherical()
72 x = (wd_ * X / TWO_PI) + width_ / 2; in sphericalToPixel()
H A DProjectionPeters.h18 int wd_;
/dports/devel/R-cran-tzdb/tzdb/inst/include/date/
H A Diso_week.h96 unsigned char wd_; variable
283 iso_week::weekday wd_; variable
310 iso_week::weekday wd_; variable
336 iso_week::weekday wd_; variable
448 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
494 return wd_;
1134 , wd_(wd) in weeknum_weekday()
1211 : wd_(wd) in lastweek_weekday()
1221 return wd_.ok(); in ok()
1287 , wd_(wd) in year_lastweek_weekday()
[all …]
H A Dptz.h84 date::weekday wd_; variable
113 return x.m_ == y.m_ && x.n_ == y.n_ && x.wd_ == y.wd_;
142 t = (n_ == 5 ? local_days{y/m_/wd_[last]} : local_days{y/m_/wd_[n_]}) + sec{time_}; in operator()
197 nm += std::to_string(wd_.c_encoding()); in to_string()
220 os << r.m_/r.wd_[date::last];
222 os << r.m_/r.wd_[r.n_];
701 r.wd_ = weekday{wd}; in read_date()
H A Dislamic.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 islamic::weekday wd_; variable
1202 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1214 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1217 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1219 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1244 return static_cast<unsigned>(wd_);
1369 return islamic::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
H A Djulian.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 julian::weekday wd_; variable
1196 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1202 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1211 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1213 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1238 return static_cast<unsigned>(wd_);
1384 return julian::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
/dports/devel/date/date-3.0.1/include/date/
H A Diso_week.h96 unsigned char wd_; variable
283 iso_week::weekday wd_; variable
310 iso_week::weekday wd_; variable
336 iso_week::weekday wd_; variable
448 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
494 return wd_;
1134 , wd_(wd) in weeknum_weekday()
1211 : wd_(wd) in lastweek_weekday()
1221 return wd_.ok(); in ok()
1287 , wd_(wd) in year_lastweek_weekday()
[all …]
H A Dptz.h84 date::weekday wd_; variable
113 return x.m_ == y.m_ && x.n_ == y.n_ && x.wd_ == y.wd_;
142 t = (n_ == 5 ? local_days{y/m_/wd_[last]} : local_days{y/m_/wd_[n_]}) + sec{time_}; in operator()
197 nm += std::to_string(wd_.c_encoding()); in to_string()
220 os << r.m_/r.wd_[date::last];
222 os << r.m_/r.wd_[r.n_];
701 r.wd_ = weekday{wd}; in read_date()
H A Dislamic.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 islamic::weekday wd_; variable
1202 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1214 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1217 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1219 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1244 return static_cast<unsigned>(wd_);
1369 return islamic::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
H A Djulian.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 julian::weekday wd_; variable
1196 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1202 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1211 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1213 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1238 return static_cast<unsigned>(wd_);
1384 return julian::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
/dports/devel/hhdate/date-3.0.1/include/date/
H A Diso_week.h96 unsigned char wd_; variable
283 iso_week::weekday wd_; variable
310 iso_week::weekday wd_; variable
336 iso_week::weekday wd_; variable
448 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
494 return wd_;
1134 , wd_(wd) in weeknum_weekday()
1211 : wd_(wd) in lastweek_weekday()
1221 return wd_.ok(); in ok()
1287 , wd_(wd) in year_lastweek_weekday()
[all …]
H A Dptz.h84 date::weekday wd_; variable
113 return x.m_ == y.m_ && x.n_ == y.n_ && x.wd_ == y.wd_;
142 t = (n_ == 5 ? local_days{y/m_/wd_[last]} : local_days{y/m_/wd_[n_]}) + sec{time_}; in operator()
197 nm += std::to_string(wd_.c_encoding()); in to_string()
220 os << r.m_/r.wd_[date::last];
222 os << r.m_/r.wd_[r.n_];
701 r.wd_ = weekday{wd}; in read_date()
H A Dislamic.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 islamic::weekday wd_; variable
1202 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1214 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1217 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1219 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1244 return static_cast<unsigned>(wd_);
1369 return islamic::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
H A Djulian.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 julian::weekday wd_; variable
1196 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1202 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1211 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1213 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1238 return static_cast<unsigned>(wd_);
1384 return julian::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/date/include/date/
H A Diso_week.h96 unsigned char wd_; variable
283 iso_week::weekday wd_; variable
310 iso_week::weekday wd_; variable
336 iso_week::weekday wd_; variable
448 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
494 return wd_;
1134 , wd_(wd) in weeknum_weekday()
1211 : wd_(wd) in lastweek_weekday()
1221 return wd_.ok(); in ok()
1287 , wd_(wd) in year_lastweek_weekday()
[all …]
H A Dptz.h84 date::weekday wd_; variable
113 return x.m_ == y.m_ && x.n_ == y.n_ && x.wd_ == y.wd_;
142 t = (n_ == 5 ? local_days{y/m_/wd_[last]} : local_days{y/m_/wd_[n_]}) + sec{time_}; in operator()
197 nm += std::to_string(wd_.c_encoding()); in to_string()
220 os << r.m_/r.wd_[date::last];
222 os << r.m_/r.wd_[r.n_];
628 r.wd_ = weekday{wd}; in read_date()
H A Dislamic.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 islamic::weekday wd_; variable
1202 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1214 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1217 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1219 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1244 return static_cast<unsigned>(wd_);
1369 return islamic::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
H A Djulian.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 julian::weekday wd_; variable
1196 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1202 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1211 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1213 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1238 return static_cast<unsigned>(wd_);
1384 return julian::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/Date/include/date/
H A Diso_week.h96 unsigned char wd_; variable
283 iso_week::weekday wd_; variable
310 iso_week::weekday wd_; variable
336 iso_week::weekday wd_; variable
448 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
494 return wd_;
1134 , wd_(wd) in weeknum_weekday()
1211 : wd_(wd) in lastweek_weekday()
1221 return wd_.ok(); in ok()
1287 , wd_(wd) in year_lastweek_weekday()
[all …]
H A Dptz.h84 date::weekday wd_; variable
113 return x.m_ == y.m_ && x.n_ == y.n_ && x.wd_ == y.wd_;
142 t = (n_ == 5 ? local_days{y/m_/wd_[last]} : local_days{y/m_/wd_[n_]}) + sec{time_}; in operator()
197 nm += std::to_string(wd_.c_encoding()); in to_string()
220 os << r.m_/r.wd_[date::last];
222 os << r.m_/r.wd_[r.n_];
701 r.wd_ = weekday{wd}; in read_date()
H A Djulian.h285 unsigned char wd_; variable
326 unsigned char wd_ : 4; variable
348 julian::weekday wd_; variable
1196 : wd_(static_cast<decltype(wd_)>(wd)) in weekday()
1202 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1208 : wd_(weekday_from_days(dp.time_since_epoch().count())) in weekday()
1211 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {if (++wd_ == 7) wd_ = 0; return *this;}
1213 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {if (wd_-- == 0) wd_ = 6; return *this;}
1238 return static_cast<unsigned>(wd_);
1384 return julian::weekday{static_cast<unsigned>(wd_)}; in weekday()
[all …]
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp95 void init(slen_t l_comment, slen_t l_header, dimen_t wd_, dimen_t ht_,
156 Indexed(dimen_t wd_, dimen_t ht_, unsigned short ncols_, unsigned char bpc_);
237 Gray(dimen_t wd_, dimen_t ht_, unsigned char bpc_);
252 RGB(dimen_t wd_, dimen_t ht_, unsigned char bpc_);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_temporal_unary.cc287 wd_ = mon; in Week()
289 wd_ = thu; in Week()
293 wd_ = sun; in Week()
295 wd_ = wed; in Week()
311 auto start = localizer_.ConvertDays(y / jan / wd_[1]);
315 start = localizer_.ConvertDays(y / jan / wd_[1]);
321 auto start = localizer_.ConvertDays((y - years{1}) / dec / wd_[last]) + (mon - thu);
325 start = localizer_.ConvertDays((y - years{1}) / dec / wd_[last]) + (mon - thu);
332 arrow_vendored::date::weekday wd_; member

1234