OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash
(Results
701 - 725
of
2206
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shlelf_linux.x
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xbn
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xc
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xd
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xdc
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xdw
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xn
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xs
12
.
hash
: { *(.
hash
) }
13
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xsc
12
.
hash
: { *(.
hash
) }
13
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xsw
12
.
hash
: { *(.
hash
) }
13
.gnu.
hash
: { *(.gnu.
hash
) }
shlelf_linux.xw
13
.
hash
: { *(.
hash
) }
14
.gnu.
hash
: { *(.gnu.
hash
) }
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
IAndroidClassLoader.java
54
* @return An
hash
map which keys are the super classes looked for and which values are
/external/icu4c/i18n/
ucol_elm.cpp
673
uint32_t
hash
;
local
676
hash
= c;
677
if (
hash
>= UCOL_UNSAFECP_TABLE_SIZE*8) {
678
hash
= (
hash
& UCOL_UNSAFECP_TABLE_MASK) + 256;
680
htByte = &table[
hash
>>3];
681
*htByte |= (1 << (
hash
& 7));
686
uint32_t
hash
;
local
689
hash
= c;
690
if (
hash
>= UCOL_UNSAFECP_TABLE_SIZE*8)
[
all
...]
/external/dnsmasq/src/
cache.c
30
/* type->string mapping: this is also used by the name-
hash
function as a mixing table. */
95
/* create initial
hash
table*/
99
/* In most cases, we create the
hash
table once here by calling this with (hash_table == NULL)
157
are at the start of the
hash
-chain and all non-reverse
158
immortal entries are at the end of the
hash
-chain.
261
entries but only in the same
hash
bucket as name.
269
We take advantage of the fact that
hash
chains have stuff in the order <reverse>,<other>,<immortal>
393
/* End of LRU list is still in use: if we didn't scan all the
hash
529
/* Move all but the first entry up the
hash
chain
531
Make sure that re-ordering doesn't break the
hash
-chai
[
all
...]
/external/dropbear/libtomcrypt/
changes
195
-- Fixed bug in ecc_decrypt_key() which could possibly lead to overflows (if MAXBLOCKSIZE > ECC_BUF_SIZE and you have a
hash
that emits MAXBLOCKSIZE bytes)
216
-- Added hmac callback to
hash
descriptors.
226
-- Added find_hash_oid() to search for a
hash
by its OID
323
-- Updated OAEP encoder/decoder to catch when the
hash
output is too large
387
-- Added "multi block" helpers for
hash
, hmac, pmac and omac routines so you can process multiple non-adjacent
[
all
...]
/external/v8/src/
objects.h
[
all
...]
/bionic/linker/
dlfcn.c
236
/* Fake out a
hash
table with a single bucket.
237
* A search of the
hash
table will look through
/bootable/recovery/minzip/
Zip.h
14
#include "
Hash
.h"
147
* This is useful for calculating the
hash
of an entry's uncompressed contents.
/build/core/
armelflib.x
108
.
hash
: { *(.
hash
) }
/build/tools/
merge-event-log-tags.py
132
# Python's
hash
function (a) isn't great and (b) varies between
140
# assigned. We do this based on a
hash
of the tag name so that the
/cts/tools/dasm/src/java_cup/
parse_action.java
73
/** Compute a
hash
code. */
76
/* all objects of this class
hash
together */
reduce_action.java
68
/** Compute a
hash
code. */
71
/* use the
hash
code of the production we are reducing with */
shift_action.java
68
/** Compute a
hash
code. */
71
/* use the
hash
code of the state we are shifting to */
/cts/tools/host/src/com/android/cts/
CommandParser.java
42
* The
hash
map mapping the options and option values.
243
* Get command option by
hash
key from parsed argument list.
/dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java
34
* {@code null-ok;}
hash
set of class name + method names that
41
* {@code null-ok;}
hash
set of class name + method names that should NOT
Completed in 191 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>