OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash1
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libc/db/hash/
hash_func.c
50
static uint32_t
hash1
(const void *, size_t) __attribute__((__unused__));
72
hash1
(const void *keyarg, size_t len)
/src/sys/arch/sandpoint/stand/altboot/
exception.c
44
uint32_t dmiss, dcmp,
hash1
, hash2;
member in struct:cpu_state
90
"DMISS=%08x DCMP=%08x
HASH1
=%08x HASH2=%08x\n"
94
st->dmiss,st->dcmp,st->
hash1
,st->hash2,
/src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c
221
size_t
hash1
; /* hash for ip1 */
local
262
hash1
= ZSTD_hashPtr(ip1, hlog, mls);
287
hashTable[
hash1
] = (U32)(ip1 - base);
296
hashTable[
hash1
] = (U32)(ip1 - base);
302
matchIdx = hashTable[
hash1
];
305
hash0 =
hash1
;
306
hash1
= ZSTD_hashPtr(ip2, hlog, mls);
323
hashTable[
hash1
] = (U32)(ip1 - base);
329
matchIdx = hashTable[
hash1
];
332
hash0 =
hash1
;
563
const size_t
hash1
= ZSTD_hashPtr(ip1, hlog, mls);
local
743
size_t
hash1
; \/* hash for ip1 *\/
local
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/tools/
tests_tools_nsec3hash.py
138
hash1
= dns.dnssec.nsec3_hash(
146
assert
hash1
== hash2
/src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashtable.c
420
static int compare_hash(uint64_t
hash1
, uint64_t hash2)
422
return (
hash1
== hash2);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
sha.d
66
ubyte[20]
hash1
= sha1Of("abc");
67
assert(toHexString(
hash1
) == "A9993E364706816ABA3E25717850C26C9CD0D89D");
79
hash1
= sha1.finish();
89
ubyte[]
hash1
= sha1.digest("abc");
90
assert(toHexString(
hash1
) == "A9993E364706816ABA3E25717850C26C9CD0D89D");
101
hash1
= sha1.finish();
/src/external/mit/isl/dist/
isl_test.c
10766
uint32_t
hash1
, hash2;
local
10771
hash1
= isl_space_get_tuple_domain_hash(space);
10778
if (
hash1
!= hash2)
/src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c
8146
any of
HASH1
, HASH2, HASH3, or HASH4. */
8151
struct ppc_link_hash_entry *
hash1
,
8167
if (h == elf_hash_entry (
hash1
)
/src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c
8146
any of
HASH1
, HASH2, HASH3, or HASH4. */
8151
struct ppc_link_hash_entry *
hash1
,
8167
if (h == elf_hash_entry (
hash1
)
/src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c
8139
any of
HASH1
, HASH2, HASH3, or HASH4. */
8144
struct ppc_link_hash_entry *
hash1
,
8160
if (h == elf_hash_entry (
hash1
)
/src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c
8138
any of
HASH1
, HASH2, HASH3, or HASH4. */
8143
struct ppc_link_hash_entry *
hash1
,
8159
if (h == elf_hash_entry (
hash1
)
Completed in 97 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026