OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashing
(Results
126 - 150
of
756
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/keymaster/
hmac_test.cpp
50
"The test message for the MD2, MD5, and SHA-1
hashing
algorithms.",
/external/fio/
hash.h
7
/* Fast
hashing
routine for a long.
12
* integer representable by a machine word for multiplicative
hashing
.
/external/freetype/src/cache/
ftccache.h
61
FTC_Node link; /* used for
hashing
*/
62
FT_Offset hash; /* used for
hashing
too */
/external/iptables/extensions/
libxt_NFQUEUE.c
43
" --queue-cpu-fanout Use current CPU (no
hashing
)\n");
50
" --queue-cpu-fanout Use current CPU (no
hashing
)\n");
/external/lldb/test/unittest2/test/
support.py
113
self.fail("Problem
hashing
%r and %r: %s" % (obj_1, obj_2, e))
123
self.fail("Problem
hashing
%s and %s: %s" % (obj_1, obj_2, e))
/external/openfst/
NEWS
55
- sub-optimal
hashing
functions
57
-
hashing
bug in FloatWeight
/frameworks/multidex/
build.gradle
118
import com.google.common.hash.
Hashing
121
HashFunction hashFunction =
Hashing
.sha1()
/frameworks/support/
build.gradle
123
import com.google.common.hash.
Hashing
127
HashFunction hashFunction =
Hashing
.sha1()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py
107
"""new(name, string='') - Return a new
hashing
object using the named algorithm;
114
"""new(name, string='') - Return a new
hashing
object using the named algorithm;
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py
107
"""new(name, string='') - Return a new
hashing
object using the named algorithm;
114
"""new(name, string='') - Return a new
hashing
object using the named algorithm;
/external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java
324
int tableSize =
Hashing
.closedTableSize(expectedValues, VALUE_SET_LOAD_FACTOR);
404
int smearedHash =
Hashing
.smearedHash(o);
416
int smearedHash =
Hashing
.smearedHash(value);
439
if (
Hashing
.needsResizing(size, hashTable.length, VALUE_SET_LOAD_FACTOR)) {
456
int smearedHash =
Hashing
.smearedHash(o);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java
320
int tableSize =
Hashing
.closedTableSize(expectedValues, VALUE_SET_LOAD_FACTOR);
400
int smearedHash =
Hashing
.smearedHash(o);
412
int smearedHash =
Hashing
.smearedHash(value);
435
if (
Hashing
.needsResizing(size, hashTable.length, VALUE_SET_LOAD_FACTOR)) {
452
int smearedHash =
Hashing
.smearedHash(o);
/external/guava/guava-tests/test/com/google/common/hash/
HashCodeTest.java
171
HashCode hash1 =
Hashing
.sha1().hashString("foo");
204
HashCode hash1 =
Hashing
.sha1().hashString("foo");
229
String string =
Hashing
.sha1().hashString("foo").toString().toUpperCase();
/external/ltrace/
dict.h
43
* are, respectively, primary and secondary
hashing
functions. The
228
/* A callback for
hashing
integers. */
234
/* A callback for
hashing
NULL-terminated strings. */
/external/bison/lib/
hash.h
1
/* hash -
hashing
table processing.
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
serial_number_generator.py
45
Hashes the string (with the given
hashing
module), then turns that
/external/compiler-rt/lib/ubsan/
ubsan_type_hash.h
10
//
Hashing
of types for Clang's undefined behavior checker.
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLMessageDigestJDK.java
29
* Holds the EVP_MD for the
hashing
algorithm, e.g. EVP_get_digestbyname("sha1");
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DepthOfFieldFilter.java
136
* but simply
hashing
it.
/external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h
30
// For now we're just handling the calls we need for dwarf emission/
hashing
.
/external/llvm/lib/Support/
Android.mk
33
Hashing
.cpp \
/frameworks/base/core/java/android/hardware/camera2/utils/
HashCodeHelpers.java
20
* Provide
hashing
functions using the Modified Bernstein hash
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
PBE.java
239
* key size is chosen according the MAC size, or the
hashing
algorithm,
312
* key size is chosen according the MAC size, or the
hashing
algorithm,
/external/iproute2/man/man8/
tc-sfb.8
70
To mitigate this, SFB performs performs periodic re-
hashing
to avoid
73
The default
hashing
method will use source and destination ip addresses and port numbers
/external/llvm/lib/IR/
LLVMContextImpl.cpp
187
/// \brief Make MDOperand transparent for
hashing
.
189
/// This overload of an implementation detail of the
hashing
library makes
Completed in 389 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>