Home
last modified time | relevance | path

Searched refs:read_header (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp35 read_header(const std::string &header, module &m) { in read_header() function
95 read_header({ source.begin(), body }, m);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
Dcompiler.cpp35 read_header(const std::string &header, module &m) { in read_header() function
95 read_header({ source.begin(), body }, m);
/external/oprofile/libpp/
Dop_header.h45 opd_header const read_header(std::string const & sample_filename);
Dprofile.cpp77 opd_header head = read_header(filename); in open_sample_file()
Dop_header.cpp140 opd_header const read_header(string const & sample_filename) in read_header() function
Darrange_profiles.cpp265 return read_header(file); in get_first_header()
272 opd_header const temp = read_header(files.sample_filename); in merge_header()
279 opd_header const temp = read_header(*it); in merge_header()
/external/oprofile/
DTODO165 read_header()
DChangeLog-2007315 * libpp/profile.cpp: use read_header() first to check the sample file
DChangeLog-20033904 * libop++/op_header.cpp: read_header() new