Searched refs:pivot (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/share/i18n/csmapper/
H A DMakefile20 charset.pivot: ${SUBDIR}
23 cat ${i}/charset.pivot.${i} >> ${.TARGET}
25 charset.pivot.pvdb: charset.pivot
28 FILES+= charset.pivot charset.pivot.pvdb
29 CLEANFILES+= charset.pivot charset.pivot.pvdb
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dcalyearstart.c23 calyearstart(u_int32 ntptime, const time_t *pivot) argument
29 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
42 calmonthstart(u_int32 ntptime, const time_t *pivot) argument
48 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
61 calweekstart(u_int32 ntptime, const time_t *pivot) argument
67 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
79 caldaystart(u_int32 ntptime, const time_t *pivot) argument
84 vlong = ntpcal_ntp_to_ntp(ntptime, pivot);
H A Dntp_calendar.c455 * Do a periodic extension of 'value' around 'pivot' with a period of
461 * 2) pivot <= res < pivot + cycle
487 * Basically, the function delivers 'pivot + (value - pivot) % cycle',
489 * integer overflows in the '(value - pivot) % cycle' part and adheres
502 int32_t pivot,
525 if (value >= pivot) {
527 - int32_to_uint32_2cpl(pivot);
529 diff = int32_to_uint32_2cpl(pivot)
501 ntpcal_periodic_extend( int32_t pivot, int32_t value, int32_t cycle ) argument
[all...]
H A Dsystime.c375 time_t pivot; /* for ntp era unfolding */ local
382 * Get pivot time for NTP era unfolding. Since we don't step
392 pivot = 0x80000000;
402 pivot += ntpcal_date_to_time(&jd);
419 pivot = 0x7FFFFFFF;
439 timetv = lfp_stamp_to_tval(fp_sys, &pivot);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_leapsec.h198 extern int/*BOOL*/ leapsec_expired(uint32_t when, const time_t * pivot);
204 extern int32_t leapsec_daystolive(uint32_t when, const time_t * pivot);
219 const time_t * pivot);
235 const time_t * pivot);
238 * stamp is subject to era unfolding around the pivot or the current
239 * system time if pivot is NULL. Sets the information in '*qr' and
245 const time_t * pivot);
251 const time_t * pivot);
271 const time_t * pivot);
H A Dntp_filegen.c100 const time_t * pivot
154 ntpcal_ntp_to_date(&cal, stamp, pivot);
163 isocal_ntp_to_date(&iso, stamp, pivot);
173 ntpcal_ntp_to_date(&cal, stamp, pivot);
184 ntpcal_ntp_to_date(&cal, stamp, pivot);
354 time_t pivot; local
394 pivot = time(NULL);
395 filegen_open(gen, now, &pivot);
H A Dntp_leapsec.c288 const time_t * pivot)
297 ts64 = ntpcal_ntp_to_ntp(ts32, pivot);
378 const time_t * pivot)
384 ts64 = ntpcal_ntp_to_ntp(ntpts, pivot);
606 const time_t * pivot)
612 if (pivot == NULL) {
614 pivot = &tpiv;
617 et64 = ntpcal_ntp_to_ntp(etime, pivot);
618 tt64 = ntpcal_ntp_to_ntp(ttime, pivot);
640 const time_t * pivot )
285 leapsec_query( leap_result_t * qr , uint32_t ts32 , const time_t * pivot) argument
375 leapsec_query_era( leap_era_t * qr , uint32_t ntpts, const time_t * pivot) argument
[all...]
/freebsd-9.3-release/share/i18n/csmapper/CP/
H A DMakefile22 charset.pivot.CP: CP.part charset.pivot.CP.src
29 cat ${.CURDIR}/charset.pivot.CP.src;\
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_csmapper.c62 #define CS_PIVOT _PATH_CSMAPPER "/charset.pivot"
99 find_best_pivot_pvdb(const char *src, const char *dst, char *pivot, argument
125 /* iterate each pivot */
129 /* r1:pivot name, r2:norm among src and pivot */
136 /* buf: pivot name */
142 /* r2: norm among pivot and dst */
150 strlcpy(pivot, buf, pvlen);
241 find_best_pivot_lookup(const char *src, const char *dst, char *pivot, argument
257 /* find pivot cod
286 find_best_pivot(const char *src, const char *dst, char *pivot, size_t pvlen, unsigned long *rnorm) argument
299 open_serial_mapper(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char *src, const char *pivot, const char *dst) argument
342 char buf1[PATH_MAX], buf2[PATH_MAX], key[PATH_MAX], pivot[PATH_MAX]; local
[all...]
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c403 static const time_t pivot = 0; local
408 truys = calyearstart(ntp, &pivot);
409 ntpcal_ntp_to_date(&date, ntp, &pivot);
423 static const time_t pivot = 0; local
428 trums = calmonthstart(ntp, &pivot);
429 ntpcal_ntp_to_date(&date, ntp, &pivot);
443 static const time_t pivot = 0; local
448 truws = calweekstart(ntp, &pivot);
449 isocal_ntp_to_date(&date, ntp, &pivot);
463 static const time_t pivot local
[all...]
/freebsd-9.3-release/share/i18n/csmapper/KOI/
H A DMakefile32 charset.pivot.KOI: KOI8.part charset.pivot.KOI.src
34 cat ${.CURDIR}/charset.pivot.KOI.src; \
/freebsd-9.3-release/share/i18n/csmapper/ISO-8859/
H A DMakefile28 charset.pivot.ISO-8859: ISO-8859.part
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_stdlib.h80 * the corresponding calendar unit. Use the pivot time to unfold
82 * pivot pointer is NULL.
84 extern u_int32 calyearstart (u_int32 ntptime, const time_t *pivot);
85 extern u_int32 calmonthstart (u_int32 ntptime, const time_t *pivot);
86 extern u_int32 calweekstart (u_int32 ntptime, const time_t *pivot);
87 extern u_int32 caldaystart (u_int32 ntptime, const time_t *pivot);
/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A Dleapsec.c492 time_t pivot = 0x70000000u; local
500 rc = leapsec_daystolive(limit - 86400, &pivot);
503 rc = leapsec_daystolive(limit - 86399, &pivot);
506 rc = leapsec_daystolive(limit, &pivot);
509 rc = leapsec_daystolive(limit + 1, &pivot);
1342 time_t pivot; local
1343 pivot = lsec2012;
1345 //time_t pivot(lsec2012);
1353 rc = leapsec_query(&qr, t, &pivot);
1374 time_t pivot;//(lsec201 local
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dindex.c270 index_tree_node *pivot = node->right; local
273 tree->root = pivot;
276 node->parent->right = pivot;
279 pivot->parent = node->parent;
281 node->right = pivot->left;
285 pivot->left = node;
286 node->parent = pivot;

Completed in 194 milliseconds