Home
last modified time | relevance | path

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

/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp153 assert(content->quant == XML_CQUANT_NONE); in TouchNodeAndRecurse()
160 assert(content->quant == XML_CQUANT_NONE in TouchNodeAndRecurse()
161 || content->quant == XML_CQUANT_REP); in TouchNodeAndRecurse()
165 assert(content->children[i].quant == XML_CQUANT_NONE); in TouchNodeAndRecurse()
173 assert((content->quant == XML_CQUANT_NONE) in TouchNodeAndRecurse()
174 || (content->quant == XML_CQUANT_OPT) in TouchNodeAndRecurse()
175 || (content->quant == XML_CQUANT_REP) in TouchNodeAndRecurse()
176 || (content->quant == XML_CQUANT_PLUS)); in TouchNodeAndRecurse()
184 assert((content->quant == XML_CQUANT_NONE) in TouchNodeAndRecurse()
185 || (content->quant == XML_CQUANT_OPT) in TouchNodeAndRecurse()
[all …]
/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.c338 enum XML_Content_Quant quant; member
5244 enum XML_Content_Quant quant;
6119 content->quant = XML_CQUANT_NONE;
6144 quant = XML_CQUANT_NONE;
6147 quant = XML_CQUANT_OPT;
6150 quant = XML_CQUANT_REP;
6153 quant = XML_CQUANT_PLUS;
6160 = (quant == XML_CQUANT_NONE ? next : next - enc->minBytesPerChar);
6165 dtd->scaffold[myindex].quant = quant;
5216 enum XML_Content_Quant quant; global() local
[all...]
H A Dexpat.h155 /* If type == XML_CTYPE_EMPTY or XML_CTYPE_ANY, then quant will be
157 If type == XML_CTYPE_MIXED, then quant will be NONE or REP and
164 quant fields indicates any quantifiers placed on the name.
177 enum XML_Content_Quant quant;
176 enum XML_Content_Quant quant; global() member
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c2232 * [0] (type 6, quant 0) in element_decl_check_model()
2233 * [1] (type 5, quant 0) in element_decl_check_model()
2234 * [3] (type 4, quant 0, name "bar") in element_decl_check_model()
2235 * [4] (type 4, quant 0, name "foo") in element_decl_check_model()
2236 * [5] (type 4, quant 3, name "xyz") in element_decl_check_model()
2237 * [2] (type 4, quant 2, name "zebra") in element_decl_check_model()
2244 errorFlags |= ((model[0].quant == XML_CQUANT_NONE) ? 0 : (1u << 3)); in element_decl_check_model()
2250 errorFlags |= ((model[1].quant == XML_CQUANT_NONE) ? 0 : (1u << 8)); in element_decl_check_model()
2256 errorFlags |= ((model[2].quant == XML_CQUANT_REP) ? 0 : (1u << 13)); in element_decl_check_model()
2263 errorFlags |= ((model[3].quant in element_decl_check_model()
[all...]
/freebsd/share/dict/
H A Dweb2161587 quant