Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 12 of 12) sorted by relevance

/external/eigen/bench/
Danalyze-blocking-sizes.cpp264 const preprocessed_inputfile_t& first_file = preprocessed_inputfiles[0]; in check_all_files_in_same_exact_order() local
265 const size_t num_entries = first_file.entries.size(); in check_all_files_in_same_exact_order()
272 << first_file.filename in check_all_files_in_same_exact_order()
279 const uint16_t entry_product_size = first_file.entries[entry_index].product_size; in check_all_files_in_same_exact_order()
280 const uint16_t entry_block_size = first_file.entries[entry_index].block_size; in check_all_files_in_same_exact_order()
287 << first_file.filename in check_all_files_in_same_exact_order()
304 const preprocessed_inputfile_t& first_file = preprocessed_inputfiles[subset[0]]; in efficiency_of_subset() local
305 const size_t num_entries = first_file.entries.size(); in efficiency_of_subset()
309 uint16_t product_size = first_file.entries[0].product_size; in efficiency_of_subset()
313 first_file.entries[entry_index].product_size != product_size) in efficiency_of_subset()
[all …]
/external/swiftshader/src/OpenGL/compiler/
DInfoSink.cpp43 int string = loc.first_file, line = loc.first_line; in location()
DDiagnostics.cpp64 sourceLoc.first_file = sourceLoc.last_file = loc.file; in writeInfo()
DCommon.h26 int first_file; member
Dglslang.y110 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
116 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang.l67 yylloc->first_file = yylloc->last_file = yycolumn; \
Dintermediate.h269 line.first_file = line.last_file = 0; in TIntermNode()
DParseHelper.cpp261 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in error()
270 pp::SourceLocation srcLoc(loc.first_file, loc.first_line); in warning()
1170 pp::SourceLocation loc(line.first_file, line.first_line); in handleExtensionDirective()
1176 pp::SourceLocation loc(line.first_file, line.first_line); in handlePragmaDirective()
Dglslang_tab.cpp346 (Current).first_file = YYRHSLOC(Rhs, 1).first_file; \
352 (Current).first_file = YYRHSLOC(Rhs, 0).last_file; \
Dglslang_lex.cpp1059 yylloc->first_file = yylloc->last_file = yycolumn; \
/external/e2fsprogs/lib/support/
Dprofile.c119 prf_file_t first_file; member
317 last = &profile->first_file; in profile_init()
355 if (!profile->first_file) { in profile_init()
378 for (p = profile->first_file; p; p = next) { in profile_release()
404 for (prf = profile->first_file; prf; prf = prf->next) { in profile_set_default()
1309 iter->file = profile->first_file; in profile_iterator_create()
1796 (profile->first_file->root, stdout); in do_cmd()
1806 (profile->first_file->root); in do_cmd()
/external/valgrind/perf/
Dtinycc.c5495 … pe_setup_paths(struct TCCState *s1, int *p_output_type, const char **p_outfile, char *first_file);