Searched refs:iw (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/ext/date/lib/ |
H A D | dow.c | 93 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date() argument 111 *iw = 53; in timelib_isoweek_from_date() 113 *iw = 52; in timelib_isoweek_from_date() 125 *iw = 1; in timelib_isoweek_from_date() 134 *iw = j / 7; in timelib_isoweek_from_date() 136 *iw -= 1; in timelib_isoweek_from_date() 141 …ate(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timelib_sll *iw, timelib_sll *id) in timelib_isodate_from_date() argument 143 timelib_isoweek_from_date(y, m, d, iw, iy); in timelib_isodate_from_date() 147 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id) in timelib_daynr_from_weeknr() argument 157 return day + ((iw - 1) * 7) + id; in timelib_daynr_from_weeknr() [all …]
|
H A D | timelib.h | 419 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id); 425 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… 429 …te(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timelib_sll *iw, timelib_sll *id); 432 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
|
/PHP-8.0/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 160 0x8B: iw==
|
/PHP-8.0/ext/hash/tests/ |
H A D | fnv1a32.phpt | 125 array( '=_~5M[|lo,Z?>f]@?s}6$>iw', '621bbc86' ),
|
Completed in 11 milliseconds