Home
last modified time | relevance | path

Searched defs:add1 (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dn-fold.c83 add1(unsigned char *a, unsigned char *b, size_t len) in add1() function
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2.c221 const __m256i add1 = _mm256_and_si256(mask, add0); in load_counters() local
H A Dblake3_sse2.c450 const __m128i add1 = _mm_and_si128(mask, add0); in load_counters() local
H A Dblake3_sse41.c444 const __m128i add1 = _mm_and_si128(mask, add0); in load_counters() local
H A Dblake3_avx512.c1051 const __m512i add1 = _mm512_and_si512(mask, add0); in load_counters16() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h316 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire() local
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c91 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add()