Searched refs:last_file (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Dlinux-proc-maps.c146 char *last_file = NULL; local
151 if (last_file != NULL)
153 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file,
155 free (last_file);
156 last_file = NULL;
198 if (asprintf (&last_file, "[vdso: %d]", (int) pid) < 0
208 if (last_file != NULL
212 assert (!strcmp (last_file, file));
222 last_file = strdup (file);
/external/libvorbis/examples/
H A 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 i
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h78 int32 last_file; // Last external file created. member in struct:disk_cache::IndexHeader
H A Ddisk_format_v3.h70 int32 last_file; // Last external file created. member in struct:disk_cache::IndexHeaderV3
H A Dbackend_impl.cc719 int file_number = data_->header.last_file + 1;
748 data_->header.last_file = file_number;
/external/elfutils/0.153/src/
H A Dld.c242 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
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCommon.h24 int last_file; member in struct:TSourceLoc
H A Dglslang.y98 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
102 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
104 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
H A Dglslang.l52 yylloc->first_file = yylloc->last_file = yycolumn; \
H A DIntermNode.h215 mLine.first_file = mLine.last_file = 0;
H A Dglslang_tab.cpp354 (Current).last_file = YYRHSLOC(Rhs, N).last_file; \
358 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
360 (Current).last_file = YYRHSLOC(Rhs, 0).last_file; \
H A Dglslang_lex.cpp1011 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/fio/engines/
H A Dsync.c30 struct fio_file *last_file; member in struct:syncio_data
170 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &&
184 sd->last_file = io_u->file;
280 f = sd->last_file;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c197 UInt last_file; member in struct:__anon32464
288 state_machine_regs.last_file = 1;
355 state_machine_regs.last_file);
361 lookupDir( state_machine_regs.last_file,
726 state_machine_regs.last_file);
732 lookupDir( state_machine_regs.last_file,
741 state_machine_regs.last_file = state_machine_regs.file;
764 state_machine_regs.last_file );
770 lookupDir( state_machine_regs.last_file,
779 state_machine_regs.last_file
[all...]
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc106 printf("last file number: %d\n", header.last_file);

Completed in 3448 milliseconds