Home
last modified time | relevance | path

Searched refs:mi_vector_hash (Results 1 – 25 of 59) sorted by path

123

/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7418 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7421 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7424 REAL(mi_vector_hash)(key, len, seed, hashes);
7428 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7439 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7442 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7445 REAL(mi_vector_hash)(key, len, seed, hashes);
7449 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/libcdb/libcdb-a187cec/man/
H A DMakefile1 MANS3= cdbr.3 cdbw.3 mi_vector_hash.3
/dports/devel/libcdb/libcdb-a187cec/src/
H A DMakefile28 OBJS= cdbr.o cdbw.o mi_vector_hash.o
H A Dcdb_impl.h34 void mi_vector_hash(const void * __restrict, size_t, uint32_t, uint32_t[3]);
H A Dcdbr.c299 mi_vector_hash(key, key_len, cdbr->seed, hashes); in cdbr_find()
H A Dcdbw.c196 mi_vector_hash(key, keylen, 0, hashes); in cdbw_put_key()
398 mi_vector_hash(key_hash->key, key_hash->keylen, in build_graph()
H A Dmi_vector_hash.c87 __weak_alias(mi_vector_hash, _mi_vector_hash) in __weak_alias() argument
92 mi_vector_hash(const void * __restrict key, size_t len, uint32_t seed, in __weak_alias()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7514 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7517 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7520 REAL(mi_vector_hash)(key, len, seed, hashes);
7524 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7761 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7764 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7767 REAL(mi_vector_hash)(key, len, seed, hashes);
7771 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7659 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7662 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7665 REAL(mi_vector_hash)(key, len, seed, hashes);
7669 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7717 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7720 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7723 REAL(mi_vector_hash)(key, len, seed, hashes);
7727 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7328 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7331 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7334 REAL(mi_vector_hash)(key, len, seed, hashes);
7338 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cc10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7439 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7442 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7445 REAL(mi_vector_hash)(key, len, seed, hashes);
7449 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7514 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7517 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7520 REAL(mi_vector_hash)(key, len, seed, hashes);
7524 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7659 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7662 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7665 REAL(mi_vector_hash)(key, len, seed, hashes);
7669 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dmi_vector_hash.cpp10 mi_vector_hash(key, __arraycount(key), 0, hashes); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7717 INTERCEPTOR(void, mi_vector_hash, const void *key, SIZE_T len, u32 seed,
7720 COMMON_INTERCEPTOR_ENTER(ctx, mi_vector_hash, key, len, seed, hashes);
7723 REAL(mi_vector_hash)(key, len, seed, hashes);
7727 #define INIT_MI_VECTOR_HASH COMMON_INTERCEPT_FUNCTION(mi_vector_hash)

123