Home
last modified time | relevance | path

Searched defs:v0 (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvelintrin_approx.h12 static inline __vr _vel_approx_vfdivs_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_vfdivs_vvvl()
27 static inline __vr _vel_approx_pvfdiv_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_pvfdiv_vvvl()
42 static inline __vr _vel_approx_vfdivs_vsvl(float s0, __vr v0, int l) { in _vel_approx_vfdivs_vsvl()
57 static inline __vr _vel_approx_vfdivs_vvsl(__vr v0, float s0, int l) { in _vel_approx_vfdivs_vvsl()
67 static inline __vr _vel_approx_vfdivd_vsvl(double s0, __vr v0, int l) { in _vel_approx_vfdivd_vsvl()
84 static inline __vr _vel_approx_vfsqrtd_vvl(__vr v0, int l) { in _vel_approx_vfsqrtd_vvl()
101 static inline __vr _vel_approx_vfsqrts_vvl(__vr v0, int l) { in _vel_approx_vfsqrts_vvl()
/freebsd/sys/sys/
H A Dktr.h143 #define KTR_EVENT1(m, egroup, ident, etype, edat, a0, v0) \ argument
145 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \ argument
148 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\ argument
152 a0, v0, a1, v1, a2, v2, a3, v3) \ argument
161 #define KTR_STATE1(m, egroup, ident, state, a0, v0) \ argument
163 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \ argument
165 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \ argument
168 #define KTR_STATE4(m, egroup, ident, state, a0, v0, a1, v1, a2, v2, a3, v3)\ argument
178 #define KTR_COUNTER1(m, egroup, ident, edat, a0, v0) \ argument
180 #define KTR_COUNTER2(m, egroup, ident, counter, a0, v0, a1, v1) \ argument
[all …]
/freebsd/contrib/libucl/klib/
H A Dkvec.h87 #define kv_copy_safe(type, v1, v0, el) do { \ argument
109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
133 #define kv_copy(type, v1, v0) do { \ argument
155 #define kv_concat(type, v1, v0) do { \ argument
/freebsd/lib/libc/quad/
H A Dmuldi3.c106 #define v0 v.ul[L] in __muldi3() macro
184 u_long u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local
/freebsd/sys/libkern/arm/
H A Dmuldi3.c109 #define v0 v.ul[L] in __muldi3() macro
187 u_int u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local
/freebsd/crypto/openssl/crypto/des/
H A Dcfb64ede.c29 register DES_LONG v0, v1; in DES_ede3_cfb64_encrypt() local
96 register DES_LONG d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local
H A Dcfb64enc.c28 register DES_LONG v0, v1; in DES_cfb64_encrypt() local
H A Dofb64enc.c27 register DES_LONG v0, v1, t; in DES_ofb64_encrypt() local
H A Dofb64ede.c28 register DES_LONG v0, v1; in DES_ede3_ofb64_encrypt() local
H A Dofb_enc.c28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c145 uint64_t v0 = ctx->v0; in SipHash_Update() local
202 uint64_t v0 = ctx->v0; in SipHash_Final() local
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmulq.c140 uint64_t v0, v1, v2; in poly1305_inner_big() local
239 uint64_t v0, v1, v2; in poly1305_inner_small() local
322 uint32_t v0, v1, v2, v3, v4; in br_poly1305_ctmulq_run() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphashx24_ref.c9 uint64_t v0 = 0x736f6d6570736575ULL; in crypto_shorthash_siphashx24() local
H A Dshorthash_siphash24_ref.c10 uint64_t v0 = 0x736f6d6570736575ULL; in crypto_shorthash_siphash24() local
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2cfb64.c29 register unsigned long v0, v1, t; in RC2_cfb64_encrypt() local
H A Drc2ofb64.c28 register unsigned long v0, v1, t; in RC2_ofb64_encrypt() local
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5cfb64.c29 register unsigned long v0, v1, t; in RC5_32_cfb64_encrypt() local
H A Drc5ofb64.c28 register unsigned long v0, v1, t; in RC5_32_ofb64_encrypt() local
/freebsd/crypto/openssl/crypto/idea/
H A Di_ofb64.c29 register unsigned long v0, v1, t; in IDEA_ofb64_encrypt() local
H A Di_cfb64.c30 register unsigned long v0, v1, t; in IDEA_cfb64_encrypt() local
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_cfb64.c29 register BF_LONG v0, v1, t; in BF_cfb64_encrypt() local
H A Dbf_ofb64.c28 register BF_LONG v0, v1, t; in BF_ofb64_encrypt() local
/freebsd/crypto/openssl/crypto/cast/
H A Dc_cfb64.c29 register CAST_LONG v0, v1, t; in CAST_cfb64_encrypt() local
H A Dc_ofb64.c28 register CAST_LONG v0, v1, t; in CAST_ofb64_encrypt() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp34 T v0 = ((volatile T*)&data[j])[0]; in thread() local

123