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

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 152 static uint32_t RemoveFirstByteFromHash(uint32_t full_hash,
154 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
  /external/ppp/pppd/
tdb.c 170 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
512 printf(" rec: offset=%u next=%d rec_len=%d key_len=%d data_len=%d full_hash=0x%x magic=0x%x\n",
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);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 175 u32 full_hash; /* the full 32 bit hash of the key */ member in struct:list_struct
    [all...]

Completed in 1629 milliseconds