Home
last modified time | relevance | path

Searched defs:pivot (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dcalyearstart.c23 calyearstart(u_int32 ntptime, const time_t *pivot) in calyearstart()
42 calmonthstart(u_int32 ntptime, const time_t *pivot) in calmonthstart()
61 calweekstart(u_int32 ntptime, const time_t *pivot) in calweekstart()
79 caldaystart(u_int32 ntptime, const time_t *pivot) in caldaystart()
H A Dntp_calgps.c191 TcNtpDatum * pivot, in _gpsntp_from_daytime()
228 TcNtpDatum * pivot, in gpsntp_from_daytime2_ex()
248 l_fp pivot, in gpsntp_from_daytime1_ex()
525 TcGpsDatum * pivot in _gpscal_from_weektime()
558 TcGpsDatum * pivot in gpscal_from_weektime2()
575 l_fp pivot in gpscal_from_weektime1()
H A Dsystime.c521 time_t pivot; /* for ntp era unfolding */ step_systime() local
H A Dntp_calendar.c493 ntpcal_periodic_extend(int32_t pivot,int32_t value,int32_t cycle) ntpcal_periodic_extend() argument
577 ntpcal_ntp_to_time(uint32_t ntp,const time_t * pivot) ntpcal_ntp_to_time() argument
626 ntpcal_ntp_to_ntp(uint32_t ntp,const time_t * pivot) ntpcal_ntp_to_ntp() argument
[all...]
/freebsd/lib/libc/iconv/
H A Dcitrus_csmapper.c101 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot, in find_best_pivot_pvdb()
244 find_best_pivot_lookup(const char *src, const char *dst, char *pivot, in find_best_pivot_lookup()
289 find_best_pivot(const char *src, const char *dst, char *pivot, size_t pvlen, in find_best_pivot()
304 const char *src, const char *pivot, const char *dst) in open_serial_mapper()
345 char buf1[PATH_MAX], buf2[PATH_MAX], key[PATH_MAX], pivot[PATH_MAX]; in _citrus_csmapper_open() local
/freebsd/contrib/ntp/include/
H A Dntp_calgps.h117 gpsntp_from_daytime1(TcCivilDate *dt, l_fp fofs, l_fp pivot) { in gpsntp_from_daytime1()
125 gpsntp_from_daytime2(TcCivilDate *dt, l_fp fofs, TcNtpDatum *pivot) { in gpsntp_from_daytime2()
/freebsd/contrib/ntp/ntpd/
H A Dntp_filegen.c100 const time_t * pivot in filegen_open()
354 time_t pivot; in filegen_setup() local
H A Dntp_leapsec.c289 leapsec_query(leap_result_t * qr,uint32_t ts32,const time_t * pivot) leapsec_query() argument
379 leapsec_query_era(leap_era_t * qr,uint32_t ntpts,const time_t * pivot) leapsec_query_era() argument
644 leapsec_add_dyn(int insert,uint32_t ntpnow,const time_t * pivot) leapsec_add_dyn() argument
660 leapsec_autokey_tai(int tai_offset,uint32_t ntpnow,const time_t * pivot) leapsec_autokey_tai() argument
[all...]
/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp231 int pivot = charAt(pivotSymbol, pos); in sortAndBuild() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_util.c639 char **lesser, **greater, **tmp, *pivot; in archive_utility_string_sort_helper() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c505 U32 const pivot = arr[high].count; in HUF_quickSortPartition() local