Home
last modified time | relevance | path

Searched refs:last_file (Results 1 – 17 of 17) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-proc-maps.c134 char *last_file = NULL; in proc_maps_report() local
139 if (last_file != NULL) in proc_maps_report()
141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file, in proc_maps_report()
143 free (last_file); in proc_maps_report()
144 last_file = NULL; in proc_maps_report()
186 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0 in proc_maps_report()
196 if (last_file != NULL in proc_maps_report()
200 assert (!strcmp (last_file, file)); in proc_maps_report()
210 last_file = strdup (file); in proc_maps_report()
/external/libvorbis/examples/
Dframeview.pl11 my $last_file=undef;
218 -command=>[sub{$fileno+=10;$fileno=$last_file if($fileno>$last_file);
226 -command=>[sub{$fileno+=1;$fileno=$last_file if($fileno>$last_file);
600 $last_file=undef;
608 $last_file=$2 if(!defined($last_file) || $2>$last_file);
621 $fileno=$last_file if($fileno>$last_file);
623 $graph_slider->configure(-from=>$first_file,-to=>$last_file);
/external/elfutils/src/
Dld.c242 static struct usedfiles *last_file; variable
386 while (last_file != NULL) in main()
388 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file); in main()
874 last_file->group_end = true; in parse_opt_2nd()
883 while (last_file != NULL) in parse_opt_2nd()
885 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file); in parse_opt_2nd()
887 last_file = ld_new_inputfile (arg, in parse_opt_2nd()
893 last_file->group_start = true; in parse_opt_2nd()
/external/chromium_org/net/disk_cache/
Ddisk_format.h78 int32 last_file; // Last external file created. member
Dbackend_impl.cc657 int file_number = data_->header.last_file + 1; in CreateExternalFile()
689 data_->header.last_file = file_number; in CreateExternalFile()
/external/chromium_org/third_party/angle/src/compiler/
DCommon.h20 int last_file; member
Dglslang.y96 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
100 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
102 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l51 yylloc->first_file = yylloc->last_file = yycolumn; \
Dintermediate.h212 line.first_file = line.last_file = 0; in TIntermNode()
Dglslang_tab.cpp318 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
322 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
324 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang_lex.cpp796 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/chromium/net/disk_cache/
Ddisk_format.h89 int32 last_file; // Last external file created. member
Dbackend_impl.cc842 int file_number = data_->header.last_file + 1; in CreateExternalFile()
872 data_->header.last_file = file_number; in CreateExternalFile()
/external/chromium_org/net/disk_cache/v3/
Ddisk_format_v3.h65 int32 last_file; // Last external file created. member
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c195 UInt last_file; member
298 state_machine_regs.last_file = 1; in reset_state_machine()
375 state_machine_regs.last_file); in process_extended_line_op()
381 lookupDir( state_machine_regs.last_file, in process_extended_line_op()
767 state_machine_regs.last_file); in read_dwarf2_lineblock()
773 lookupDir( state_machine_regs.last_file, in read_dwarf2_lineblock()
782 state_machine_regs.last_file = state_machine_regs.file; in read_dwarf2_lineblock()
806 state_machine_regs.last_file ); in read_dwarf2_lineblock()
812 lookupDir( state_machine_regs.last_file, in read_dwarf2_lineblock()
821 state_machine_regs.last_file = state_machine_regs.file; in read_dwarf2_lineblock()
/external/chromium/net/tools/dump_cache/
Ddump_files.cc63 printf("last file number: %d\n", header.last_file); in DumpIndexHeader()
/external/chromium_org/net/tools/dump_cache/
Ddump_files.cc107 printf("last file number: %d\n", header.last_file); in DumpIndexHeader()