HomeSort by relevance Sort by last modified time
    Searched full:file_index (Results 1 - 8 of 8) sorted by null

  /external/jpeg/
jpegtran.c 344 int file_index; local
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
386 if (file_index != argc-2) {
391 outfilename = argv[file_index+1];
393 if (file_index != argc-1) {
401 if (file_index < argc-1) {
408 if (file_index < argc) {
409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
410 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE)
    [all...]
cjpeg.c 468 int file_index; local
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
516 if (file_index != argc-2) {
521 outfilename = argv[file_index+1];
523 if (file_index != argc-1) {
531 if (file_index < argc-1) {
538 if (file_index < argc) {
539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
540 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
574 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE)
    [all...]
djpeg.c 431 int file_index; local
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
481 if (file_index != argc-2) {
486 outfilename = argv[file_index+1];
488 if (file_index != argc-1) {
496 if (file_index < argc-1) {
503 if (file_index < argc) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
505 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
535 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jpegtran.c 344 int file_index; local
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
386 if (file_index != argc-2) {
391 outfilename = argv[file_index+1];
393 if (file_index != argc-1) {
401 if (file_index < argc-1) {
408 if (file_index < argc) {
409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
410 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE)
    [all...]
cjpeg.c 468 int file_index; local
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
516 if (file_index != argc-2) {
521 outfilename = argv[file_index+1];
523 if (file_index != argc-1) {
531 if (file_index < argc-1) {
538 if (file_index < argc) {
539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
540 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
574 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE)
    [all...]
djpeg.c 431 int file_index; local
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
481 if (file_index != argc-2) {
486 outfilename = argv[file_index+1];
488 if (file_index != argc-1) {
496 if (file_index < argc-1) {
503 if (file_index < argc) {
504 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
505 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
535 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE)
    [all...]
  /external/chromium/net/disk_cache/
block_files.cc 230 int file_index = address.FileNumber(); local
231 if (static_cast<unsigned int>(file_index) >= block_files_.size() ||
232 !block_files_[file_index]) {
234 if (!OpenBlockFile(file_index))
237 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
238 return block_files_[file_index];
541 int file_index = header->next_file; local
543 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
547 FilePath name = Name(file_index);
550 block_files_[file_index]->Release()
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]

Completed in 2363 milliseconds