Searched defs:v2 (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash24_ref.c12 uint64_t v2 = 0x6c7967656e657261ULL; local
H A Dshorthash_siphashx24_ref.c11 uint64_t v2 = 0x6c7967656e657261ULL; local
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c39 volatile __m128i v1, v2, z; local
/freebsd-12-stable/crypto/openssl/crypto/siphash/
H A Dsiphash_local.h16 uint64_t v2; member in struct:siphash_st
H A Dsiphash.c152 uint64_t v2 = ctx->v2; local
209 uint64_t v2 = ctx->v2; local
[all...]
/freebsd-12-stable/crypto/openssl/ssl/record/
H A Ddtls1_bitmap.c14 static int satsub64be(const unsigned char *v1, const unsigned char *v2) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp69 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2) argument
/freebsd-12-stable/contrib/unbound/services/
H A Dview.c48 view_cmp(const void* v1, const void* v2) argument
/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_big_enc.c106 uint32_t v0, v1, v2, v3; local
H A Daes_big_dec.c213 uint32_t v2 = iSboxExt0(s2 >> 24) local
H A Dpoly1305_ctmulq.c140 uint64_t v0, v1, v2; local
239 uint64_t v0, v1, v2; local
322 uint32_t v0, v1, v2, v3, v4; local
[all...]
/freebsd-12-stable/lib/libc/quad/
H A Dqdivrem.c90 digit v1, v2; local
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_rm.c167 struct gv_volume *v, *v2; local
/freebsd-12-stable/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py40 v2 = "" variable
/freebsd-12-stable/sys/libkern/
H A Dqdivrem.c86 digit v1, v2; local
/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_io.c203 int v2; local
/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c101 uint64_t v0, v1, v2, v3; local
/freebsd-12-stable/sys/dev/altera/avgen/
H A Daltera_avgen.c95 uint16_t v2; local
157 uint16_t v2; local
/freebsd-12-stable/crypto/openssl/crypto/
H A Do_str.c16 int OPENSSL_memcmp(const void *v1, const void *v2, size_t n) argument
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h128 AssertPred2Helper(const char* pred_text, const char* e1, const char* e2, Pred pred, const T1& v1, const T2& v2) argument
177 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
233 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
296 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dmacros_test.cpp120 long v2 = atf::text::to_type< long >(get_config_var("v2")); local
380 const char *v2; member in struct:test
/freebsd-12-stable/contrib/ipfilter/lib/
H A Dsave_v2trap.c211 snmpv2_opts_t *v2 = ctx; local
230 snmpv2_opts_t *v2 = ctx; local
[all...]
/freebsd-12-stable/contrib/libdivsufsort/lib/
H A Dsssort.c234 ss_median3(const sauchar_t *Td, const saidx_t *PA, saidx_t *v1, saidx_t *v2, saidx_t *v3) argument
248 ss_median5(const sauchar_t *Td, const saidx_t *PA, saidx_t *v1, saidx_t *v2, saidx_t *v3, saidx_t *v4, saidx_t *v5) argument
[all...]
H A Dtrsort.c139 tr_median3(const saidx_t *ISAd, saidx_t *v1, saidx_t *v2, saidx_t *v3) { argument
152 tr_median5(const saidx_t *ISAd, saidx_t *v1, saidx_t *v2, saidx_t *v3, saidx_t *v4, saidx_t *v5) argument
[all...]
/freebsd-12-stable/contrib/expat/lib/
H A Dsiphash.h138 uint64_t v0, v1, v2, v3; member in struct:siphash
[all...]

Completed in 160 milliseconds

12345