Lines Matching refs:int32_t

35 	int32_t hi;
36 int32_t lo;
158 ntpcal_dayjoin(int32_t /* days */, int32_t /* seconds */);
163 extern int32_t
164 ntpcal_leapyears_in_years(int32_t /* years */);
169 extern int32_t
170 ntpcal_days_in_years(int32_t /* years */);
183 ntpcal_days_in_months(int32_t /* months */);
189 extern int32_t
190 ntpcal_edate_to_eradays(int32_t /* years */, int32_t /* months */, int32_t /* mdays */);
195 extern int32_t
196 ntpcal_etime_to_seconds(int32_t /* hours */, int32_t /* minutes */, int32_t /* seconds */);
205 extern int32_t
206 ntpcal_edate_to_yeardays(int32_t /* years */, int32_t /* months */, int32_t /* mdays */);
212 extern int32_t
219 extern int32_t
234 ntpcal_split_eradays(int32_t /* days */, int/*BOOL*/ * /* isleapyear */);
243 ntpcal_split_yeardays(int32_t /* eyd */, int/*BOOL*/ /* isleapyear */);
251 ntpcal_rd_to_date(struct calendar * /* jt */, int32_t /* rd */);
259 ntpcal_rd_to_tm(struct tm * /* utm */, int32_t /* rd */);
265 extern int32_t
266 ntpcal_daysec_to_date(struct calendar * /* jt */, int32_t /* secs */);
272 extern int32_t
279 extern int32_t
280 ntpcal_daysec_to_tm(struct tm * /* utm */, int32_t /* secs */);
282 extern int32_t
288 extern int32_t
289 ntpcal_year_to_ystart(int32_t /* year */);
295 extern int32_t
296 ntpcal_rd_to_ystart(int32_t /* rd */);
301 extern int32_t
302 ntpcal_rd_to_mstart(int32_t /* year */);
307 const ntpcal_split * /* ds */, int32_t /* dof */);
311 int32_t /* dof */);
316 extern int32_t
317 ntpcal_periodic_extend(int32_t /* pivot */, int32_t /* value */,
318 int32_t /* cycle */);
339 extern int32_t
340 isocal_weeks_in_years(int32_t /* years */);
347 isocal_split_eraweeks(int32_t /* weeks */);
370 extern int32_t
371 ntpcal_weekday_gt(int32_t /* rdn */, int32_t /* dow */);
373 extern int32_t
374 ntpcal_weekday_ge(int32_t /* rdn */, int32_t /* dow */);
376 extern int32_t
377 ntpcal_weekday_close(int32_t /* rdn */, int32_t /* dow */);
379 extern int32_t
380 ntpcal_weekday_le(int32_t /* rdn */, int32_t /* dow */);
382 extern int32_t
383 ntpcal_weekday_lt(int32_t /* rdn */, int32_t /* dow */);
389 extern int32_t
392 extern int32_t
395 extern int32_t
396 basedate_set_day(int32_t dayno);