#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 |
NOLINT. | |
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. |