Searched defs:file_hash (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dfilehash.c14 static struct flist_head *file_hash; variable in typeref:struct:flist_head
49 struct flist_head *bucket = &file_hash[hash(name)];
91 flist_add_tail(&f->hash_list, &file_hash[hash(f->file_name)]);
104 has_entries += !flist_empty(&file_hash[i]);
110 file_hash = NULL;
119 file_hash = ptr;
121 INIT_FLIST_HEAD(&file_hash[i]);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dhtml.py105 def file_hash(self, source, cu): member in class:HtmlReporter
122 this_hash = self.file_hash(source, cu)
123 that_hash = self.status.file_hash(flat_rootname)
288 def file_hash(self, fname): member in class:HtmlStatus
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py91 def file_hash(filename): function
522 m.update(file_hash(filename))
525 m.update(file_hash(x))

Completed in 707 milliseconds