Page Speed Optimization Libraries  1.6.29.3
Namespaces | Functions | Variables
net/instaweb/util/public/rolling_hash.h File Reference
#include <cstddef>
#include "base/logging.h"
#include "net/instaweb/util/public/basictypes.h"

Go to the source code of this file.

Namespaces

namespace  net_instaweb
 

Unit-test framework for wget fetcher.


Functions

uint64 net_instaweb::RollingHash (const char *buf, size_t start, size_t n)
 Compute the rolling hash of buf[start : start + n - 1].
uint64 net_instaweb::NextRollingHash (const char *buf, size_t start, size_t n, uint64 prev)

Variables

const uint64 net_instaweb::kRollingHashCharTable [256]
 Per character hash values. Exported for use in NextRollingHash.

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines