Home
last modified time | relevance | path

Searched defs:hasher (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/proptools/
Dhash_provider.go47 type hasher struct { struct
48 hash.Hash64
49 int64Buf []byte
50 ptrs map[uintptr]bool
51 mapStateCache *mapState
60 func (hasher *hasher) writeUint64(i uint64) {
65 func (hasher *hasher) writeInt(i int) {
69 func (hasher *hasher) writeByte(i byte) {
74 func (hasher *hasher) getMapState(size int) *mapState {
91 func (hasher *hasher) putMapState(s *mapState) {
[all …]
/build/soong/scripts/
Dninja_determinism_test.py127 def hash_ninja_file(out_dir: str, ninja_file: str, hasher): argument
/build/make/tools/aconfig/aconfig/src/
Dcommands.rs426 let mut hasher = SipHasher13::new(); in compute_flags_fingerprint() localVariable