OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash
(Results
401 - 425
of
2206
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat.h
54
/* Protects NAT
hash
tables, and NAT-private part of conntracks. */
/external/openssl/crypto/
tmdiff.h
59
/* Header for dynamic
hash
table routines
62
/* ... erm yeah, "dynamic
hash
tables" you say?
64
* And what would dynamic
hash
tables have to do with any of this code *now*?
67
* use this (and it has nothing to do with
hash
tables), yet it instead has its
/external/openssl/include/openssl/
tmdiff.h
59
/* Header for dynamic
hash
table routines
62
/* ... erm yeah, "dynamic
hash
tables" you say?
64
* And what would dynamic
hash
tables have to do with any of this code *now*?
67
* use this (and it has nothing to do with
hash
tables), yet it instead has its
/external/stlport/stlport/
hash_map
32
/* Comment following if you want to use
hash
constainers even if you ask for
hash_set
32
/* Comment following if you want to use
hash
constainers even if you ask for
/external/stlport/test/eh/
test_hash_resize.h
27
gTestController.SetCurrentTestName("
hash
resize");
/external/webkit/WebCore/html/
HTMLAreaElement.idl
33
readonly attribute DOMString
hash
;
/external/wpa_supplicant/
sha1.h
2
* SHA1
hash
implementation and interface functions
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.h
2
* SHA1
hash
implementation and interface functions
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
utypes.h
66
typedef uint32_t hashvalue_t; ///< Value type returned by the
hash
functions.
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
armelf.xu
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
armelf.xu
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.xr
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
armelf.xu
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.xr
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
armelf.xu
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
/prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/
shelf_linux.xr
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
shelf_linux.xu
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
shlelf_linux.xr
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
shlelf_linux.xu
14
.
hash
0 : { *(.
hash
) }
15
.gnu.
hash
0 : { *(.gnu.
hash
) }
/dalvik/libcore/security/src/main/java/java/security/
Identity.java
384
* Returns the
hash
code value for this {@code Identity}. Returns the same
385
*
hash
code for {@code Identity}s that are equal to each other as required
388
* @return the
hash
code value for this {@code Identity}.
394
int
hash
= 0;
local
396
hash
+= name.hashCode();
399
hash
+= scope.hashCode();
401
return
hash
;
MessageDigest.java
27
* way
hash
values for arbitrary input, utilizing the algorithm it was
161
* ready to compute a one way
hash
value.
220
* Computes and returns the final
hash
value for this {@link MessageDigest}.
223
* @return the computed one way
hash
value
232
* Computes and stores the final
hash
value for this {@link MessageDigest}.
262
* Performs the final update and then computes and returns the final
hash
268
* @return the computed one way
hash
value
/external/bluetooth/glib/gio/
gthemedicon.c
371
* Note that doing so invalidates the
hash
computed by prior calls
400
* Note that doing so invalidates the
hash
computed by prior calls
434
guint
hash
;
local
437
hash
= 0;
440
hash
^= g_str_hash (themed->names[i]);
442
return
hash
;
519
iface->
hash
= g_themed_icon_hash;
Completed in 257 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>