Searched refs:ct1 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dtime.c41 u32 ct0, ct1; local
57 ct1 = read_c0_count();
67 /*return (ct1 - ct0 + (500000/HZ/2)) / (500000/HZ) * (500000/HZ);*/
68 return (ct1 - ct0) / (500000/HZ) * (500000/HZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-time.c96 u32 ct0, ct1; local
113 ct1 = read_c0_count();
125 return (ct1 - ct0) / (500000/HZ) * (500000/HZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c6071 * @ct1: the first content type
6079 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1, argument
6082 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6085 if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6088 return (ct1);
6089 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) &&
6097 * @ct1: the first content type
6105 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1, argument
6108 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6111 if ((ct1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Drelaxng.c6071 * @ct1: the first content type
6079 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1, argument
6082 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6085 if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6088 return (ct1);
6089 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) &&
6097 * @ct1: the first content type
6105 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1, argument
6108 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6111 if ((ct1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.c6071 * @ct1: the first content type
6079 xmlRelaxNGGroupContentType(xmlRelaxNGContentType ct1, argument
6082 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6085 if (ct1 == XML_RELAXNG_CONTENT_EMPTY)
6088 return (ct1);
6089 if ((ct1 == XML_RELAXNG_CONTENT_COMPLEX) &&
6097 * @ct1: the first content type
6105 xmlRelaxNGMaxContentType(xmlRelaxNGContentType ct1, argument
6108 if ((ct1 == XML_RELAXNG_CONTENT_ERROR) ||
6111 if ((ct1
[all...]

Completed in 316 milliseconds