Home
last modified time | relevance | path

Searched refs:quant (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dsystime.c292 double quant; /* quantize to multiples of */ in adj_systime()
328 quant = sys_tick; in adj_systime()
330 quant = 1e-6; in adj_systime()
331 ticks = (long)(dtemp / quant + .5); in adj_systime()
332 adjtv.tv_usec = (long)(ticks * quant * 1.e6 + .5); in adj_systime()
293 double quant; /* quantize to multiples of */ adj_systime() local
/freebsd/contrib/expat/examples/
H A Delement_declarations.c131 printf("[%u] type=%s(%u), quant=%s(%u)", (unsigned)(model - root), in dumpContentModelElement()
133 contentQuantName(model->quant), (unsigned int)model->quant); in dumpContentModelElement()
/freebsd/usr.bin/tip/tip/
H A Dcmds.c46 int quant[] = { 60, 60, 24 }; variable
731 nums[i] = (int)(a % quant[i]); in prtime()
732 a /= quant[i]; in prtime()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c334 enum XML_Content_Quant quant;
4736 enum XML_Content_Quant quant; in doProlog()
5606 content->quant = XML_CQUANT_NONE; in doProlog()
5631 quant = XML_CQUANT_NONE; in doProlog()
5634 quant = XML_CQUANT_OPT; in doProlog()
5637 quant = XML_CQUANT_REP; in doProlog()
5640 quant = XML_CQUANT_PLUS; in doProlog()
5647 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar); in doProlog()
5652 dtd->scaffold[myindex].quant = quant; in doProlog()
333 enum XML_Content_Quant quant; global() member
4726 enum XML_Content_Quant quant; doProlog() local
[all...]
H A Dexpat.h154 /* If type == XML_CTYPE_EMPTY or XML_CTYPE_ANY, then quant will be
156 If type == XML_CTYPE_MIXED, then quant will be NONE or REP and
163 quant fields indicates any quantifiers placed on the name.
176 enum XML_Content_Quant quant;
174 enum XML_Content_Quant quant; global() member
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c2117 * [0] (type 6, quant 0) in element_decl_check_model()
2118 * [1] (type 5, quant 0) in element_decl_check_model()
2119 * [3] (type 4, quant 0, name "bar") in element_decl_check_model()
2120 * [4] (type 4, quant 0, name "foo") in element_decl_check_model()
2121 * [5] (type 4, quant 3, name "xyz") in element_decl_check_model()
2122 * [2] (type 4, quant 2, name "zebra") in element_decl_check_model()
2129 errorFlags |= ((model[0].quant == XML_CQUANT_NONE) ? 0 : (1u << 3)); in element_decl_check_model()
2135 errorFlags |= ((model[1].quant == XML_CQUANT_NONE) ? 0 : (1u << 8)); in element_decl_check_model()
2141 errorFlags |= ((model[2].quant == XML_CQUANT_REP) ? 0 : (1u << 13)); in element_decl_check_model()
2148 errorFlags |= ((model[3].quant in element_decl_check_model()
[all...]
/freebsd/share/dict/
H A Dweb2161587 quant