Searched refs:ntv (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dntp_syscall.h38 struct ntptimeval *ntv
46 ntv->time = tntx.time;
47 ntv->maxerror = tntx.maxerror;
48 ntv->esterror = tntx.esterror;
51 ntv->tai = tntx.tai;
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_loopfilter.c131 static struct timex ntv; /* ntp_adjtime() parameters */ variable in typeref:struct:timex
529 memset(&ntv, 0, sizeof(ntv));
531 ntv.modes = MOD_STATUS;
534 ntv.modes = MOD_BITS | MOD_NANO;
536 ntv.modes = MOD_BITS;
543 ntv.offset = (int32)(clock_offset * 1e9 +
545 ntv.constant = sys_poll;
547 ntv.offset = (int32)(clock_offset * 1e6 +
549 ntv
[all...]
H A Drefclock_local.c157 struct timex ntv; local
194 memset(&ntv, 0, sizeof ntv);
195 switch (ntp_adjtime(&ntv)) {
/macosx-10.9.5/ntp-88/util/
H A Dntptime.c82 struct timex ntv; local
84 struct ntptimeval ntv; local
90 long time_frac; /* ntv.time.tv_frac_sec (us/ns) */
214 status = syscall(BADCALL, &ntv); /* dummy parameter */
229 status = ntp_gettime(&ntv);
234 times[c] = ntv.time.tv_frac_sec;
249 status = ntp_gettime(&ntv);
274 status = ntp_gettime(&ntv);
280 time_frac = ntv.time.tv_frac_sec;
283 ntv
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duchar.c391 int32_t ntv; local
393 ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(props);
395 if(ntv==UPROPS_NTV_NONE) {
397 } else if(ntv<UPROPS_NTV_DIGIT_START) {
399 return ntv-UPROPS_NTV_DECIMAL_START;
400 } else if(ntv<UPROPS_NTV_NUMERIC_START) {
402 return ntv-UPROPS_NTV_DIGIT_START;
403 } else if(ntv<UPROPS_NTV_FRACTION_START) {
405 return ntv-UPROPS_NTV_NUMERIC_START;
406 } else if(ntv<UPROPS_NTV_LARGE_STAR
[all...]
H A Duprops.h76 /** Fractions: ((ntv>>4)-12) / ((ntv&0xf)+1) = -1..17 / 1..16 */
80 * ((ntv>>5)-14) * 10^((ntv&0x1f)+2) = (1..9)*(10^2..10^33)
86 * ((ntv>>2)-0xbf) * 60^((ntv&3)+1) = (1..9)*(60^1..60^4)
95 #define UPROPS_NTV_GET_TYPE(ntv) \
96 ((ntv==UPROPS_NTV_NONE) ? U_NT_NONE : \
97 (ntv<UPROPS_NTV_DIGIT_START) ? U_NT_DECIMAL : \
98 (ntv<UPROPS_NTV_NUMERIC_STAR
[all...]
H A Duprops.cpp348 int32_t ntv=(int32_t)GET_NUMERIC_TYPE_VALUE(u_getMainProperties(c)); local
349 return UPROPS_NTV_GET_TYPE(ntv);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg.tcl165 $self CheckSerialization $value ntv mov sev
168 foreach {s e} $ntv {
368 method CheckSerialization {value ntv mov sev} {
377 $ntv ntvs \
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dspecman.vim77 syn keyword specmanFile files load module ntv source_ref script read write

Completed in 256 milliseconds