Searched refs:last_file (Results 1 – 17 of 17) sorted by relevance
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 134 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/ |
D | frameview.pl | 11 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/ |
D | ld.c | 242 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/ |
D | disk_format.h | 78 int32 last_file; // Last external file created. member
|
D | backend_impl.cc | 657 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/ |
D | Common.h | 20 int last_file; member
|
D | glslang.y | 96 (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; \
|
D | glslang.l | 51 yylloc->first_file = yylloc->last_file = yycolumn; \
|
D | intermediate.h | 212 line.first_file = line.last_file = 0; in TIntermNode()
|
D | glslang_tab.cpp | 318 (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; \
|
D | glslang_lex.cpp | 796 yylloc->first_file = yylloc->last_file = yycolumn; \
|
/external/chromium/net/disk_cache/ |
D | disk_format.h | 89 int32 last_file; // Last external file created. member
|
D | backend_impl.cc | 842 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/ |
D | disk_format_v3.h | 65 int32 last_file; // Last external file created. member
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf.c | 195 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/ |
D | dump_files.cc | 63 printf("last file number: %d\n", header.last_file); in DumpIndexHeader()
|
/external/chromium_org/net/tools/dump_cache/ |
D | dump_files.cc | 107 printf("last file number: %d\n", header.last_file); in DumpIndexHeader()
|