HomeSort by relevance Sort by last modified time
    Searched refs:filename_hash (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
filenames.h 89 extern hashval_t filename_hash (const void *s);
  /external/valgrind/callgrind/
fn.c 311 UInt filename_hash; local
322 filename_hash = str_hash(filename, N_FILE_ENTRIES);
323 curr_file_node = curr_obj_node->files[filename_hash];
329 curr_obj_node->files[filename_hash] = curr_file_node =
331 curr_obj_node->files[filename_hash]);

Completed in 126 milliseconds