Searched refs:subset (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dformat.c33 FLAC__bool subset; member in struct:__anon935
211 if(FLAC__format_sample_rate_is_subset(SAMPLE_RATES[i].rate) != SAMPLE_RATES[i].subset) {
212 printf("FAILED, expected %s, got %s\n", true_false_string_[SAMPLE_RATES[i].subset], true_false_string_[!SAMPLE_RATES[i].subset]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h173 xmlExpNodePtr subset,
H A Dxmlwriter.in.h311 const xmlChar * subset);
H A DdebugXML.c1287 fprintf(ctxt->output, "Entities in internal subset\n");
1291 fprintf(ctxt->output, "No entities in internal subset\n");
1297 fprintf(ctxt->output, "Entities in external subset\n");
1301 fprintf(ctxt->output, "No entities in external subset\n");
2649 xmlDtdPtr subset; local
2651 subset = xmlParseDTD(NULL, (xmlChar *) dtd);
2652 if (subset != NULL) {
2653 res = xmlValidateDtd(&vctxt, ctxt->doc, subset);
2655 xmlFreeDtd(subset);
H A Dxmlwriter.c3055 * @subset: string content of the DTD
3065 const xmlChar * sysid, const xmlChar * subset)
3075 if (subset != 0) {
3076 count = xmlTextWriterWriteString(writer, subset);
3062 xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset) argument
H A Dxmlregexp.c6702 * @subset: the expression to be repeated
6706 * Get the atom associated to the range (@subset){@min, @max}
6707 * Note that @subset is consumed in the operation, to keep
6714 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) { argument
6717 if ((subset == NULL) || (min < 0) || (max < -1) ||
6719 xmlExpFree(ctxt, subset);
6722 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
7226 * subset which could be matched by the right
7600 * TODO: speedup by checking the language of sub is a subset of the
H A Dxmlschemas.c1088 int subset);
13853 * Schema Component Constraint: Wildcard Subset (cos-ns-subset)
13856 * subset of @super, 1 otherwise.
14243 * {namespace constraint} must be a subset of the {base type
14251 "subset of the wildcard in the %s %s '%s'",
14683 * @subset: the subset of ('restriction', ect.)
14697 int subset)
14706 * 2.1 restriction is not in the subset, or in the {final}
14720 if ((subset
14694 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dalignment.c552 static const u32 subset[8] = { local
562 return subset[(tinstr & (7<<9)) >> 9] |
602 static const u32 subset[4] = { local
608 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] |
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h179 xmlExpNodePtr subset,
H A Dxmlwriter.h311 const xmlChar * subset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h173 xmlExpNodePtr subset,
H A Dxmlwriter.in.h311 const xmlChar * subset);
H A DdebugXML.c1287 fprintf(ctxt->output, "Entities in internal subset\n");
1291 fprintf(ctxt->output, "No entities in internal subset\n");
1297 fprintf(ctxt->output, "Entities in external subset\n");
1301 fprintf(ctxt->output, "No entities in external subset\n");
2649 xmlDtdPtr subset; local
2651 subset = xmlParseDTD(NULL, (xmlChar *) dtd);
2652 if (subset != NULL) {
2653 res = xmlValidateDtd(&vctxt, ctxt->doc, subset);
2655 xmlFreeDtd(subset);
H A Dxmlwriter.c3055 * @subset: string content of the DTD
3065 const xmlChar * sysid, const xmlChar * subset)
3075 if (subset != 0) {
3076 count = xmlTextWriterWriteString(writer, subset);
3062 xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset) argument
H A Dxmlregexp.c6702 * @subset: the expression to be repeated
6706 * Get the atom associated to the range (@subset){@min, @max}
6707 * Note that @subset is consumed in the operation, to keep
6714 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) { argument
6717 if ((subset == NULL) || (min < 0) || (max < -1) ||
6719 xmlExpFree(ctxt, subset);
6722 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
7226 * subset which could be matched by the right
7600 * TODO: speedup by checking the language of sub is a subset of the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestrecurse.c937 int subset = 0; local
950 subset++;
955 if (subset == 0) {
H A DdebugXML.c1288 fprintf(ctxt->output, "Entities in internal subset\n");
1292 fprintf(ctxt->output, "No entities in internal subset\n");
1298 fprintf(ctxt->output, "Entities in external subset\n");
1302 fprintf(ctxt->output, "No entities in external subset\n");
2650 xmlDtdPtr subset; local
2652 subset = xmlParseDTD(NULL, (xmlChar *) dtd);
2653 if (subset != NULL) {
2654 res = xmlValidateDtd(&vctxt, ctxt->doc, subset);
2656 xmlFreeDtd(subset);
H A Druntest.c794 * Does this document has an internal subset
812 * Does this document has an external subset
830 * Does this document has an internal subset
854 * Does this document has an external subset
4391 int subset = 0; local
4404 subset++;
4409 if (subset == 0) {
H A Dxmlwriter.c3092 * @subset: string content of the DTD
3102 const xmlChar * sysid, const xmlChar * subset)
3112 if (subset != 0) {
3113 count = xmlTextWriterWriteString(writer, subset);
3099 xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset) argument
H A Dxmlregexp.c6827 * @subset: the expression to be repeated
6831 * Get the atom associated to the range (@subset){@min, @max}
6832 * Note that @subset is consumed in the operation, to keep
6839 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) { argument
6842 if ((subset == NULL) || (min < 0) || (max < -1) ||
6844 xmlExpFree(ctxt, subset);
6847 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
7351 * subset which could be matched by the right
7725 * TODO: speedup by checking the language of sub is a subset of the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex53 so that any subset of 20 bits can be used as hash key.
99 very small subset of them (none, to be more exact) really use it.
H A Dip-tunnels.tex347 Essentially, Cisco setup is subset of options, available for Linux.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex258 or some other strict subset of the actual residue vector size with
H A D01-introduction.tex178 A 'submap' is a configuration/grouping that applies to a subset of
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2776 proc fileextract { superset subset outfile } {
2778 set sub [open $subset r]

Completed in 495 milliseconds

12