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

  /prebuilts/go/darwin-x86/src/hash/fnv/
fnv.go 5 // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
9 package fnv package
29 // New32 returns a new 32-bit FNV-1 hash.Hash.
35 // New32a returns a new 32-bit FNV-1a hash.Hash.
41 // New64 returns a new 64-bit FNV-1 hash.Hash.
47 // New64a returns a new 64-bit FNV-1a hash.Hash.
  /prebuilts/go/linux-x86/src/hash/fnv/
fnv.go 5 // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
9 package fnv package
29 // New32 returns a new 32-bit FNV-1 hash.Hash.
35 // New32a returns a new 32-bit FNV-1a hash.Hash.
41 // New64 returns a new 64-bit FNV-1 hash.Hash.
47 // New64a returns a new 64-bit FNV-1a hash.Hash.
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES };
201 /** \class StringHash<FNV>
202 * \brief FNV hash function
206 struct StringHash<FNV>
  /prebuilts/go/darwin-x86/src/reflect/
type.go 1084 // the FNV-1 hash's mixing function to combine the
1097 // fnv1 incorporates the list of bytes into the hash x using the FNV-1 hash function.
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 1084 // the FNV-1 hash's mixing function to combine the
1097 // fnv1 incorporates the list of bytes into the hash x using the FNV-1 hash function.
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go     [all...]

Completed in 655 milliseconds