Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h157 const T1& v1, const T2& v2, const T3& v3) { in AssertPred3Helper()
171 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure) \ argument
176 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure) \ argument
182 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
184 #define EXPECT_PRED3(pred, v1, v2, v3) \ argument
186 #define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ argument
188 #define ASSERT_PRED3(pred, v1, v2, v3) \ argument
197 const T2& v2, const T3& v3, const T4& v4) { in AssertPred4Helper()
212 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure) \ argument
217 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h14 __vr v2, v3, v4, v5; in _vel_approx_vfdivs_vvvl() local
29 __vr v2, v3, v4, v5; in _vel_approx_pvfdiv_vvvl() local
44 __vr v1, v2, v3, v4; in _vel_approx_vfdivs_vsvl() local
68 __vr v1, v2, v3; in _vel_approx_vfdivd_vsvl() local
86 __vr v1, v2, v3; in _vel_approx_vfsqrtd_vvl() local
103 __vr v1, v2, v3; in _vel_approx_vfsqrts_vvl() local
/freebsd/contrib/less/
H A Dlesskey.h71 #define SNPRINTF3(str, size, fmt, v1, v2, v3) snprintf((str), (size), (fmt), (v1), (v2), (v3)) argument
72 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) snprintf((str), (size), (fmt), (v1), (v2), (v3), … argument
77 #define SNPRINTF3(str, size, fmt, v1, v2, v3) sprintf((str), (fmt), (v1), (v2), (v3)) argument
78 #define SNPRINTF4(str, size, fmt, v1, v2, v3, v4) sprintf((str), (fmt), (v1), (v2), (v3), (v4)) argument
/freebsd/contrib/tcpdump/
H A Dnfs.h131 #define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \ argument
133 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH) argument
134 #define NFSX_FATTR(v3) ((v3) ? NFSX_V3FATTR : NFSX_V2FATTR) argument
135 #define NFSX_PREOPATTR(v3) ((v3) ? (7 * NFSX_UNSIGNED) : 0) argument
136 #define NFSX_POSTOPATTR(v3) ((v3) ? (NFSX_V3FATTR + NFSX_UNSIGNED) : 0) argument
137 #define NFSX_POSTOPORFATTR(v3) ((v3) ? (NFSX_V3FATTR + NFSX_UNSIGNED) : \ argument
139 #define NFSX_WCCDATA(v3) ((v3) ? NFSX_V3WCCDATA : 0) argument
140 #define NFSX_WCCORFATTR(v3) ((v3) ? NFSX_V3WCCDATA : NFSX_V2FATTR) argument
141 #define NFSX_COOKIEVERF(v3) ((v3) ? NFSX_V3COOKIEVERF : 0) argument
142 #define NFSX_WRITEVERF(v3) ((v3) ? NFSX_V3WRITEVERF : 0) argument
[all …]
H A Dprint-nfs.c487 const uint32_t *dp, int v3) in parsefh()
550 const uint32_t *dp, int v3) in parsefhn()
567 int v3; in nfsreq_noaddr_print() local
1131 const uint32_t *dp, int verbose, int v3) in parsefattr()
1204 const uint32_t *dp, int verbose, int v3, int *nfserrp) in parseattrstat()
1238 const uint32_t *dp, int v3, int *nfserrp) in parselinkres()
1258 const uint32_t *dp, int v3, int *nfserrp) in parsestatfs()
1546 int v3; in interp_reply() local
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c148 uint64_t v3 = ctx->v3; in SipHash_Update() local
205 uint64_t v3 = ctx->v3; in SipHash_Final() local
/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.c154 fhanew_get_fh(uint64_t *fh, int v3, struct mbuf **md, caddr_t *dpos) in fhanew_get_fh()
213 fhanew_get_offset(struct mbuf **md, caddr_t *dpos, int v3, in fhanew_get_offset()
299 int v3 = (req->rq_vers == 3); in fha_extract_info() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphashx24_ref.c12 uint64_t v3 = 0x7465646279746573ULL; in crypto_shorthash_siphashx24() local
H A Dshorthash_siphash24_ref.c13 uint64_t v3 = 0x7465646279746573ULL; in crypto_shorthash_siphash24() local
/freebsd/sys/nfs/
H A Dnfsproto.h172 #define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \ argument
174 #define NFSX_SRVFH(v3) ((v3) ? NFSX_V3FH : NFSX_V2FH) argument
175 #define NFSX_FATTR(v3) ((v3) ? NFSX_V3FATTR : NFSX_V2FATTR) argument
176 #define NFSX_PREOPATTR(v3) ((v3) ? (7 * NFSX_UNSIGNED) : 0) argument
177 #define NFSX_POSTOPATTR(v3) ((v3) ? (NFSX_V3FATTR + NFSX_UNSIGNED) : 0) argument
178 #define NFSX_POSTOPORFATTR(v3) ((v3) ? (NFSX_V3FATTR + NFSX_UNSIGNED) : \ argument
180 #define NFSX_WCCDATA(v3) ((v3) ? NFSX_V3WCCDATA : 0) argument
181 #define NFSX_WCCORFATTR(v3) ((v3) ? NFSX_V3WCCDATA : NFSX_V2FATTR) argument
182 #define NFSX_SATTR(v3) ((v3) ? NFSX_V3SATTR : NFSX_V2SATTR) argument
183 #define NFSX_COOKIEVERF(v3) ((v3) ? NFSX_V3COOKIEVERF : 0) argument
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dhashtab.c60 sipround(uint64_t *v0, uint64_t *v1, uint64_t *v2, uint64_t *v3) in sipround()
82 uint64_t v3 = k1 ^ 0x7465646279746573; in siphash24() local
H A Dt_json.c93 k5_json_null v3; in test_array() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c350 U32 v3 = seed + 0; in XXH32_endian_align() local
450 U64 v3 = seed + 0; in XXH64_endian_align() local
615 U32 v3 = state->v3; in XXH32_update_endian() local
734 U64 v3 = state->v3; in XXH64_update_endian() local
779 U64 const v3 = state->v3; in XXH64_digest_endian() local
H A Dxxhash.h258 unsigned v3; member
269 unsigned long long v3; member
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc834 bool PredFunction3(T1 v1, T2 v2, T3 v3) { in PredFunction3()
840 bool PredFunction3Int(int v1, int v2, int v3) { return v1 + v2 + v3 > 0; } in PredFunction3Int()
841 bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) { return v1 + v2 + v3 > 0; } in PredFunction3Bool()
855 const T2& v2, const T3& v3) { in PredFormatFunction3()
1232 bool PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) { in PredFunction4()
1238 bool PredFunction4Int(int v1, int v2, int v3, int v4) { in PredFunction4Int()
1241 bool PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) { in PredFunction4Bool()
1258 const T3& v3, const T4& v4) { in PredFormatFunction4()
1648 bool PredFunction5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) { in PredFunction5()
1654 bool PredFunction5Int(int v1, int v2, int v3, int v4, int v5) { in PredFunction5Int()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c250 U32 v3 = seed + 0; in XXH32_endian_align() local
331 U32 v3; member
407 U32 v3 = state->v3; in XXH32_update_endian() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-ref.h27 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument
/freebsd/crypto/openssl/include/crypto/
H A Dsiphash.h38 uint64_t v3; member
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_enc.c106 uint32_t v0, v1, v2, v3; in br_aes_big_encrypt() local
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mc5.c100 static inline void dbgi_wr_data3(adapter_t *adapter, u32 v1, u32 v2, u32 v3) in dbgi_wr_data3()
107 static inline void dbgi_rd_rsp3(adapter_t *adapter, u32 *v1, u32 *v2, u32 *v3) in dbgi_rd_rsp3()
/freebsd/contrib/unbound/util/
H A Dsiphash.c96 uint64_t v3 = 0x7465646279746573ULL; in siphash() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp73 uint64_t v3 = UINT64_C(0x7465646279746573); in siphash() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_phy.c51 mt76x02_tx_power_mask(u8 v1, u8 v2, u8 v3, u8 v4) in mt76x02_tx_power_mask()
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h176 __m128i v0, v1, v2, v3; in crc32_arch_optimized() local
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c101 uint64_t v0, v1, v2, v3; in br_ghash_ctmul64() local

123