/external/libjpeg-turbo/ |
jpegtran.c | 382 int file_index; local 412 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE); 419 if (file_index != argc-2) { 424 outfilename = argv[file_index+1]; 426 if (file_index != argc-1) { 434 if (file_index < argc-1) { 441 if (file_index < argc) { 442 if ((fp = fopen(argv[file_index], READ_BINARY)) == NULL) { 443 fprintf(stderr, "%s: can't open %s for reading\n", progname, argv[file_index]); 515 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE) [all...] |
cjpeg.c | 494 int file_index; local 534 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE); 540 if (file_index != argc-2) { 545 outfilename = argv[file_index+1]; 547 if (file_index != argc-1) { 556 if (file_index < argc-1) { 563 if (file_index < argc) { 564 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 565 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]); 599 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE) [all...] |
djpeg.c | 497 int file_index; local 539 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE); 544 if (file_index != argc-2) { 549 outfilename = argv[file_index+1]; 551 if (file_index != argc-1) { 559 if (file_index < argc-1) { 566 if (file_index < argc) { 567 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 568 fprintf(stderr, "%s: can't open %s\n", progname, argv[file_index]); 603 if (file_index < argc [all...] |
/art/compiler/debug/ |
elf_debug_line_writer.h | 174 int file_index = 0; // 0 - primary source file of the compilation. local 204 file_index = 1 + files.size(); 205 files_map.emplace(full_path, file_index); 213 file_index = it2->second; 216 opcodes.SetFile(file_index); 219 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
|
/external/selinux/libsepol/cil/src/ |
cil_policy.c | 81 uint32_t *file_index; member in struct:cil_args_booleanif 85 int cil_expr_to_policy(FILE **file_arr, uint32_t file_index, struct cil_list *expr); 417 void cil_cats_to_policy(FILE **file_arr, uint32_t file_index, struct cil_cats *cats) 419 cil_expr_to_policy(file_arr, file_index, cats->datum_expr); 422 void cil_level_to_policy(FILE **file_arr, uint32_t file_index, struct cil_level *level) 426 fprintf(file_arr[file_index], "%s", sens_str); 428 fprintf(file_arr[file_index], ":"); 429 cil_cats_to_policy(file_arr, file_index, level->cats); 433 void cil_levelrange_to_policy(FILE **file_arr, uint32_t file_index, struct cil_levelrange *lvlrange) 438 cil_level_to_policy(file_arr, file_index, low) 835 uint32_t *file_index; local 872 uint32_t *file_index; local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
incremental.cc | 1270 unsigned int file_index = 0; local [all...] |
/toolchain/binutils/binutils-2.25/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...] |