Searched defs:last_file (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCommon.h24 int last_file; member in struct:TSourceLoc
/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
/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/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/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/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c197 UInt last_file; member in struct:__anon31582
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...]

Completed in 497 milliseconds