Searched refs:specification (Results 1 - 25 of 135) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doperations_shorthand_picture.c32 static FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write);
48 ok = import_pic_from(filename, &picture, operation->argument.specification.value, needs_write);
120 FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write) argument
124 if(0 == specification || strlen(specification) == 0) {
125 fprintf(stderr, "%s: ERROR: empty picture specification\n", filename);
129 *picture = grabbag__picture_parse_specification(specification, &error_message);
132 fprintf(stderr, "%s: ERROR: while parsing picture specification \"%s\": %s\n", filename, specification, error_message);
137 fprintf(stderr, "%s: ERROR: new PICTURE block for \"%s\" is illegal: %s\n", filename, specification, error_messag
[all...]
H A Doperations_shorthand.h23 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write);
H A Doptions.h138 char *specification; member in struct:__anon1660
164 Argument_String specification; member in union:__anon1664::__anon1665
H A Doperations_shorthand_seektable.c32 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write) argument
81 if(!grabbag__seektable_convert_specification_to_template(specification, /*only_explicit_placeholders=*/false, total_samples, sample_rate, block, /*spec_has_real_points=*/0)) {
H A Doptions.c291 if(0 != op->argument.specification.value)
292 free(op->argument.specification.value);
299 if(0 != op->argument.add_seekpoint.specification)
300 free(op->argument.add_seekpoint.specification);
577 if(!parse_string(option_argument, &(op->argument.specification.value))) {
578 fprintf(stderr, "ERROR (--%s): missing specification\n", opt);
598 fprintf(stderr, "ERROR (--%s): malformed seekpoint specification \"%s\",\n %s\n", opt, option_argument, violation);
605 local_strcat(&(op->argument.add_seekpoint.specification), spec);
606 local_strcat(&(op->argument.add_seekpoint.specification), ";");
663 fprintf(stderr, "ERROR: malformed block number specification \"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doperations_shorthand_picture.c32 static FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write);
48 ok = import_pic_from(filename, &picture, operation->argument.specification.value, needs_write);
120 FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write) argument
124 if(0 == specification || strlen(specification) == 0) {
125 fprintf(stderr, "%s: ERROR: empty picture specification\n", filename);
129 *picture = grabbag__picture_parse_specification(specification, &error_message);
132 fprintf(stderr, "%s: ERROR: while parsing picture specification \"%s\": %s\n", filename, specification, error_message);
137 fprintf(stderr, "%s: ERROR: new PICTURE block for \"%s\" is illegal: %s\n", filename, specification, error_messag
[all...]
H A Doperations_shorthand.h23 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write);
H A Doptions.h138 char *specification; member in struct:__anon2565
164 Argument_String specification; member in union:__anon2569::__anon2570
H A Doperations_shorthand_seektable.c32 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write) argument
81 if(!grabbag__seektable_convert_specification_to_template(specification, /*only_explicit_placeholders=*/false, total_samples, sample_rate, block, /*spec_has_real_points=*/0)) {
H A Doptions.c291 if(0 != op->argument.specification.value)
292 free(op->argument.specification.value);
299 if(0 != op->argument.add_seekpoint.specification)
300 free(op->argument.add_seekpoint.specification);
577 if(!parse_string(option_argument, &(op->argument.specification.value))) {
578 fprintf(stderr, "ERROR (--%s): missing specification\n", opt);
598 fprintf(stderr, "ERROR (--%s): malformed seekpoint specification \"%s\",\n %s\n", opt, option_argument, violation);
605 local_strcat(&(op->argument.add_seekpoint.specification), spec);
606 local_strcat(&(op->argument.add_seekpoint.specification), ";");
663 fprintf(stderr, "ERROR: malformed block number specification \"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doperations_shorthand_picture.c32 static FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write);
48 ok = import_pic_from(filename, &picture, operation->argument.specification.value, needs_write);
120 FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write) argument
124 if(0 == specification || strlen(specification) == 0) {
125 fprintf(stderr, "%s: ERROR: empty picture specification\n", filename);
129 *picture = grabbag__picture_parse_specification(specification, &error_message);
132 fprintf(stderr, "%s: ERROR: while parsing picture specification \"%s\": %s\n", filename, specification, error_message);
137 fprintf(stderr, "%s: ERROR: new PICTURE block for \"%s\" is illegal: %s\n", filename, specification, error_messag
[all...]
H A Doperations_shorthand.h23 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write);
H A Doptions.h138 char *specification; member in struct:__anon36590
164 Argument_String specification; member in union:__anon36594::__anon36595
H A Doperations_shorthand_seektable.c32 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write) argument
81 if(!grabbag__seektable_convert_specification_to_template(specification, /*only_explicit_placeholders=*/false, total_samples, sample_rate, block, /*spec_has_real_points=*/0)) {
H A Doptions.c291 if(0 != op->argument.specification.value)
292 free(op->argument.specification.value);
299 if(0 != op->argument.add_seekpoint.specification)
300 free(op->argument.add_seekpoint.specification);
577 if(!parse_string(option_argument, &(op->argument.specification.value))) {
578 fprintf(stderr, "ERROR (--%s): missing specification\n", opt);
598 fprintf(stderr, "ERROR (--%s): malformed seekpoint specification \"%s\",\n %s\n", opt, option_argument, violation);
605 local_strcat(&(op->argument.add_seekpoint.specification), spec);
606 local_strcat(&(op->argument.add_seekpoint.specification), ";");
663 fprintf(stderr, "ERROR: malformed block number specification \"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A Dfooter.tex18 distribute the Ogg and Vorbis specification, whether in a private,
21 specification and certify specification compliance.
H A D09-helper.tex9 specification. Rather than cluttering up the main specification
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A Dfooter.tex18 distribute the Ogg and Vorbis specification, whether in a private,
21 specification and certify specification compliance.
H A D09-helper.tex9 specification. Rather than cluttering up the main specification
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A Dfooter.tex18 distribute the Ogg and Vorbis specification, whether in a private,
21 specification and certify specification compliance.
H A D09-helper.tex9 specification. Rather than cluttering up the main specification
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dmpspec_def.h32 unsigned char specification; /* Specification version */ member in struct:mpf_intel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmpspec_def.h32 unsigned char specification; /* Specification version */ member in struct:mpf_intel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dreipl64.S65 srl %r14,1 # need to kill hi bit to avoid specification exceptions.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dreipl64.S65 srl %r14,1 # need to kill hi bit to avoid specification exceptions.

Completed in 223 milliseconds

123456