/external/elfutils/libdwfl/ |
linux-proc-maps.c | 134 char *last_file = NULL; local 139 if (last_file != NULL) 141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file, 143 free (last_file); 144 last_file = NULL; 186 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0 196 if (last_file != NULL 200 assert (!strcmp (last_file, file)); 210 last_file = strdup (file);
|
/external/libvorbis/examples/ |
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) [all...] |
/external/elfutils/src/ |
ld.c | 242 static struct usedfiles *last_file; variable in typeref:struct:usedfiles 386 while (last_file != NULL) 388 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file); 874 last_file->group_end = true; 883 while (last_file != NULL) 885 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file); 887 last_file = ld_new_inputfile (arg, 893 last_file->group_start = true [all...] |
/external/chromium/net/disk_cache/ |
disk_format.h | 89 int32 last_file; // Last external file created. member in struct:disk_cache::IndexHeader
|
backend_impl.cc | 842 int file_number = data_->header.last_file + 1; 872 data_->header.last_file = file_number; [all...] |
/external/chromium/net/tools/dump_cache/ |
dump_files.cc | 63 printf("last file number: %d\n", header.last_file);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | 195 UInt last_file; member in struct:__anon16698 298 state_machine_regs.last_file = 1; 375 state_machine_regs.last_file); 381 lookupDir( state_machine_regs.last_file, 767 state_machine_regs.last_file); 773 lookupDir( state_machine_regs.last_file, 782 state_machine_regs.last_file = state_machine_regs.file; 806 state_machine_regs.last_file ); 812 lookupDir( state_machine_regs.last_file, 821 state_machine_regs.last_file = state_machine_regs.file [all...] |