Searched refs:lax (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.h65 FLAC__bool lax; member in struct:__anon3783
H A Dmain.c152 { "lax" , share__no_argument, 0, 0 },
197 { "no-lax" , share__no_argument, 0, 0 },
236 FLAC__bool lax; member in struct:__anon3792
557 option_values.lax = false;
761 else if(0 == strcmp(long_option, "lax")) {
762 option_values.lax = true;
852 else if(0 == strcmp(long_option, "no-lax")) {
853 option_values.lax = false;
1220 printf(" --lax Allow encoder to generate non-Subset files\n");
1265 printf(" --no-lax\
[all...]
H A Dencode.c2113 FLAC__stream_encoder_set_streamable_subset(e->encoder, !options.lax);
2706 "consequences, you can add --lax to the command-line options to encode with\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlautomata.h114 int lax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlautomata.h114 int lax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h114 int lax);
H A Dxmlregexp.c1366 * @lax:
1372 int lax) {
1378 if (lax)
3620 printf("testing all lax %d\n", trans->count);
5980 * @lax: allow to transition if not all all transitions have been activated
5991 xmlAutomataStatePtr to, int lax) {
5994 xmlFAGenerateAllTransition(am, from, to, lax);
1370 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
5990 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument
H A Dxmlschemas.c1455 return (BAD_CAST "lax");
6721 } else if (xmlStrEqual(pc, (const xmlChar *) "lax")) {
6727 NULL, "(strict | skip | lax)", pc,
12951 int lax; local
13006 lax = particle->minOccurs == 0;
13008 xmlAutomataNewAllTrans(pctxt->am, pctxt->state, NULL, lax);
14264 * than lax is stronger than skip.
16894 * than B's {process contents}, where strict is stronger than lax is
25067 * IDCs. I.e. not "lax" (without declaration) and "skip" wild attributes.
25236 * "lax" "non
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlautomata.h114 int lax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlautomata.in.h114 int lax);
H A Dxmlregexp.c1366 * @lax:
1372 int lax) {
1378 if (lax)
3620 printf("testing all lax %d\n", trans->count);
5980 * @lax: allow to transition if not all all transitions have been activated
5991 xmlAutomataStatePtr to, int lax) {
5994 xmlFAGenerateAllTransition(am, from, to, lax);
1370 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
5990 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpod2man.pl20 [ B<--lax> ]
80 =item lax
327 --lax (default NOT)
338 lax
351 $lax = $opt_lax || $DEF_LAX;
429 die "$0: Invalid man page - 1st pod line is not NAME in $ARGV[0]\n" unless $lax;
431 die "$0: Invalid man page - no documentation in $ARGV[0]\n" unless $lax;
922 if (%wanna_see && !$lax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl20 [ B<--lax> ]
80 =item lax
327 --lax (default NOT)
338 lax
351 $lax = $opt_lax || $DEF_LAX;
429 die "$0: Invalid man page - 1st pod line is not NAME in $ARGV[0]\n" unless $lax;
431 die "$0: Invalid man page - no documentation in $ARGV[0]\n" unless $lax;
922 if (%wanna_see && !$lax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpod2man.pl20 [ B<--lax> ]
80 =item lax
327 --lax (default NOT)
338 lax
351 $lax = $opt_lax || $DEF_LAX;
429 die "$0: Invalid man page - 1st pod line is not NAME in $ARGV[0]\n" unless $lax;
431 die "$0: Invalid man page - no documentation in $ARGV[0]\n" unless $lax;
922 if (%wanna_see && !$lax) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh151 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=16 --channels=2 --blocksize=$blocksize --no-padding --lax -o pbs.flac pbs.raw || die "ERROR"
189 run_flac $SILENT --force --verify --force-raw-format --endian=little --sign=signed --sample-rate=44100 --bps=$bps --channels=$channels --no-padding --lax -o rt.flac $f || die "ERROR"
202 run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.flac $f || die "ERROR"
215 run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.flac $f || die "ERROR"
229 run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.flac $f || die "ERROR"
231 run_flac $SILENT --force --verify --lax -o rt2.flac rt.flac || die "ERROR"
245 run_flac $SILENT --force --verify --channel-map=none --no-padding --lax -o rt.oga --ogg $f || die "ERROR"
247 run_flac $SILENT --force --verify --lax -o rt2.oga --ogg rt.oga || die "ERROR"
299 wav_eopt="$SILENT --force --verify --no-padding --lax"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h135 enum xs__processContents { strict, skip, lax }; enumerator in enum:xs__processContents
H A DwsdlStub.h30 enum xs__processContents {strict = 0, skip = 1, lax = 2}; enumerator in enum:xs__processContents
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dschema.h135 enum xs__processContents { strict, skip, lax }; enumerator in enum:xs__processContents
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h135 enum xs__processContents { strict, skip, lax }; enumerator in enum:xs__processContents
H A DwsdlStub.h30 enum xs__processContents {strict = 0, skip = 1, lax = 2}; enumerator in enum:xs__processContents
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dschema.h135 enum xs__processContents { strict, skip, lax }; enumerator in enum:xs__processContents
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dosl.c1056 * - lax (1)
1077 else if (!strcmp("lax", str))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c1449 * @lax:
1455 int lax) {
1461 if (lax)
3791 printf("testing all lax %d\n", trans->count);
6105 * @lax: allow to transition if not all all transitions have been activated
6116 xmlAutomataStatePtr to, int lax) {
6119 xmlFAGenerateAllTransition(am, from, to, lax);
1453 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
6115 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument
H A Dxmlschemas.c1455 return (BAD_CAST "lax");
6721 } else if (xmlStrEqual(pc, (const xmlChar *) "lax")) {
6727 NULL, "(strict | skip | lax)", pc,
12959 int lax; local
13014 lax = particle->minOccurs == 0;
13016 xmlAutomataNewAllTrans(pctxt->am, pctxt->state, NULL, lax);
14272 * than lax is stronger than skip.
16904 * than B's {process contents}, where strict is stronger than lax is
25091 * IDCs. I.e. not "lax" (without declaration) and "skip" wild attributes.
25260 * "lax" "non
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c1449 * @lax:
1455 int lax) {
1461 if (lax)
3791 printf("testing all lax %d\n", trans->count);
6105 * @lax: allow to transition if not all all transitions have been activated
6116 xmlAutomataStatePtr to, int lax) {
6119 xmlFAGenerateAllTransition(am, from, to, lax);
1453 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
6115 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument

Completed in 351 milliseconds

12