Home
last modified time | relevance | path

Searched refs:filename_hash (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
Dfn.c311 UInt filename_hash; in CLG_() local
314 filename_hash = str_hash(filename, N_FILE_ENTRIES); in CLG_()
315 curr_file_node = curr_obj_node->files[filename_hash]; in CLG_()
321 curr_obj_node->files[filename_hash] = curr_file_node = in CLG_()
323 curr_obj_node->files[filename_hash]); in CLG_()
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc376 std::string filename_hash, location_hash; in Match() local
377 GenerateHash(base::WideToUTF8(module.name), &filename_hash); in Match()
381 if (filename_hash == blacklisted.filename && in Match()