OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashing
(Results
201 - 225
of
912
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-tests/test/com/google/common/io/
FilesTest.java
25
import com.google.common.hash.
Hashing
;
576
assertEquals(init,
Hashing
.md5().newHasher().hash().toString());
579
assertEquals(asciiHash, Files.hash(asciiFile,
Hashing
.md5()).toString());
582
assertEquals(i18nHash, Files.hash(i18nFile,
Hashing
.md5()).toString());
/external/iptables/extensions/
libipt_CLUSTERIP.c
43
" --hashmode <mode> Specify
hashing
mode\n"
/external/ppp/pppd/
lcp.h
107
u_char chap_mdtype; /* which MD types (
hashing
algorithm) */
/external/v8/src/
dateparser.cc
152
// We could use perfect
hashing
here, but this is not a bottleneck.
/external/v8/src/ic/
stub-cache.h
99
// different
hashing
algorithms in order to avoid simultaneous collisions
/external/vboot_reference/firmware/2lib/include/
2struct.h
138
* Current tag we're
hashing
/external/vboot_reference/firmware/lib20/
api.c
80
* Unpack the firmware data key to see which
hashing
algorithm we
common.c
111
/*
Hashing
requires temp space for the context */
/frameworks/base/core/java/android/hardware/display/
WifiDisplay.java
157
// The address on its own should be sufficiently unique for
hashing
purposes.
/frameworks/base/core/java/android/util/
Size.java
146
// assuming most sizes are <2^16, doing a rotate will give us perfect
hashing
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
functional_hash.h
44
*
Hashing
functors taking a variable type and returning a @c std::size_t.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h
359
// Default range
hashing
function: use division to fold a large number
561
// the combination of a hash function and a range-
hashing
function.
647
// Specialization: hash function and range-
hashing
function, no
714
// Specialization: hash function and range-
hashing
function,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
functional_hash.h
44
*
Hashing
functors taking a variable type and returning a @c std::size_t.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h
359
// Default range
hashing
function: use division to fold a large number
561
// the combination of a hash function and a range-
hashing
function.
647
// Specialization: hash function and range-
hashing
function, no
714
// Specialization: hash function and range-
hashing
function,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h
202
/* Shorthand for
hashing
something with an intrinsic size. */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
functional_hash.h
44
*
Hashing
functors taking a variable type and returning a @c std::size_t.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable_policy.h
359
// Default range
hashing
function: use division to fold a large number
561
// the combination of a hash function and a range-
hashing
function.
647
// Specialization: hash function and range-
hashing
function, no
714
// Specialization: hash function and range-
hashing
function,
/prebuilts/go/darwin-x86/src/crypto/
crypto.go
128
//
hashing
was done.
/prebuilts/go/linux-x86/src/crypto/
crypto.go
128
//
hashing
was done.
/prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyautodoc.swg
35
AUTODOC(hash, "
Hashing
function for class");
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functional_hash.h
44
*
Hashing
functors taking a variable type and returning a @c std::size_t.
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable_policy.h
359
// Default range
hashing
function: use division to fold a large number
561
// the combination of a hash function and a range-
hashing
function.
647
// Specialization: hash function and range-
hashing
function, no
714
// Specialization: hash function and range-
hashing
function,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java
68
// due to
hashing
, so sort by node positions
/system/gatekeeper/include/gatekeeper/
gatekeeper.h
95
*
hashing
, etc.
/toolchain/binutils/binutils-2.25/include/
hashtab.h
202
/* Shorthand for
hashing
something with an intrinsic size. */
Completed in 4123 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>