Searched refs:full_hash (Results 1 – 3 of 3) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
D | rolling_hash.h | 152 static uint32_t RemoveFirstByteFromHash(uint32_t full_hash, in RemoveFirstByteFromHash() argument 154 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]); in RemoveFirstByteFromHash()
|
/external/ppp/pppd/ |
D | tdb.c | 170 u32 full_hash; /* the full 32 bit hash of the key */ member 513 offset, rec.next, rec.rec_len, rec.key_len, rec.data_len, rec.full_hash, rec.magic); 980 if (!TDB_DEAD(r) && hash==r->full_hash && key.dsize==r->key_len) { 1096 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); 1112 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); 1182 if (ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) 1190 last_ptr = TDB_HASH_TOP(rec->full_hash); 1377 tdb->travlocks.hash = BUCKET(rec.full_hash); 1411 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0) 1488 rec.full_hash = hash; [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 175 u32 full_hash; /* the full 32 bit hash of the key */ member 2924 tdb->travlocks.hash = BUCKET(rec.full_hash); in tdb_nextkey() 2965 rec.full_hash, rec.magic); in tdb_dump_record() 3122 if (!TDB_DEAD(r) && hash==r->full_hash in tdb_find() 3201 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_fetch() 3241 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_parse_record() 3258 tdb_unlock(tdb, BUCKET(rec.full_hash), F_RDLCK); in tdb_exists_hash() 3285 if (tdb_ofs_read(tdb, TDB_HASH_TOP(rec->full_hash), &i) == -1) in tdb_do_delete() 3293 last_ptr = TDB_HASH_TOP(rec->full_hash); in tdb_do_delete() 3411 if (tdb_unlock(tdb, BUCKET(rec.full_hash), F_WRLCK) != 0) in tdb_delete_hash() [all …]
|