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

  /external/libjpeg-turbo/
jpegtran.c 383 int file_index; local
413 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE);
420 if (file_index != argc-2) {
425 outfilename = argv[file_index+1];
427 if (file_index != argc-1) {
435 if (file_index < argc-1) {
442 if (file_index < argc) {
443 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) {
444 fprintf(stderr, "%s: can't open %s for reading\n", progname, argv[file_index]);
516 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE)
    [all...]
cjpeg.c 496 int file_index; local
536 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
542 if (file_index != argc-2) {
547 outfilename = argv[file_index+1];
549 if (file_index != argc-1) {
558 if (file_index < argc-1) {
565 if (file_index < argc) {
566 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
567 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
601 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE)
    [all...]
djpeg.c 499 int file_index; local
541 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE);
546 if (file_index != argc-2) {
551 outfilename = argv[file_index+1];
553 if (file_index != argc-1) {
561 if (file_index < argc-1) {
568 if (file_index < argc) {
569 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
570 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]);
605 if (file_index < argc
    [all...]
  /external/freetype/src/tools/ftfuzzer/
ftmutator.cc 254 int file_index = 0; local
263 snprintf( name_buffer, 100, "file%d", file_index++ );
  /external/perf_data_converter/src/
builder.cc 54 int64 file_index = StringId(file); local
56 Function fn(name_index, system_name_index, file_index, start_line);
70 function->set_filename(file_index);
  /art/compiler/debug/
elf_debug_line_writer.h 178 int file_index = 0; // 0 - primary source file of the compilation. local
208 file_index = 1 + files.size();
209 files_map.emplace(full_path, file_index);
217 file_index = it2->second;
220 opcodes.SetFile(file_index);
223 if (file_index != 0) {
  /external/google-breakpad/src/processor/
fast_source_line_resolver_unittest.cc 180 string symbol_file(int file_index) {
182 ss << testdata_dir << "/module" << file_index << ".out"; local
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc 1270 unsigned int file_index = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 941 symint_t file_index; \/* current file number *\/ member in struct:efdr
1960 symint_t file_index = t->tag_ptr->ifd; local
    [all...]

Completed in 181 milliseconds