Searched refs:add1 (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 316 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire() local 317 internal_memset(add1, 0, newsize); in acquire() 318 add1->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1; in acquire() 319 add1->size = add->size; in acquire() 320 internal_memcpy(add1->cells, add->cells, add->size * sizeof(add->cells[0])); in acquire() 322 atomic_store(&b->add, (uptr)add1, memory_order_relaxed); in acquire() 323 add = add1; in acquire()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | n-fold.c | 83 add1(unsigned char *a, unsigned char *b, size_t len) in add1() function 124 add1(key, tmp, size); in _krb5_n_fold()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_avx2.c | 221 const __m256i add1 = _mm256_and_si256(mask, add0); in load_counters() local 222 __m256i l = _mm256_add_epi32(_mm256_set1_epi32((int32_t)counter), add1); in load_counters() 223 __m256i carry = _mm256_cmpgt_epi32(_mm256_xor_si256(add1, _mm256_set1_epi32(0x80000000)), in load_counters()
|
H A D | blake3_sse41.c | 444 const __m128i add1 = _mm_and_si128(mask, add0); in load_counters() local 445 __m128i l = _mm_add_epi32(_mm_set1_epi32((int32_t)counter), add1); in load_counters() 446 __m128i carry = _mm_cmpgt_epi32(_mm_xor_si128(add1, _mm_set1_epi32(0x80000000)), in load_counters()
|
H A D | blake3_sse2.c | 450 const __m128i add1 = _mm_and_si128(mask, add0); in load_counters() local 451 __m128i l = _mm_add_epi32(_mm_set1_epi32((int32_t)counter), add1); in load_counters() 452 __m128i carry = _mm_cmpgt_epi32(_mm_xor_si128(add1, _mm_set1_epi32(0x80000000)), in load_counters()
|
H A D | blake3_avx512.c | 1051 const __m512i add1 = _mm512_and_si512(mask, add0); in load_counters16() local 1052 __m512i l = _mm512_add_epi32(_mm512_set1_epi32((int32_t)counter), add1); in load_counters16() 1053 __mmask16 carry = _mm512_cmp_epu32_mask(l, add1, _MM_CMPINT_LT); in load_counters16()
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 85 :kw=constant functions grammar reswords tokens add1 addste\
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 1736 (match (G_ADD $add1, $A, $C), 1737 (G_SUB $sub1, $B, $add1), 1744 (match (G_ADD $add1, $C, $A), 1745 (G_SUB $sub1, $B, $add1),
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_phy.c | 91 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add() argument 93 u16 sum = add1 + add2; in ixgbe_ones_comp_byte_add()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | crypto.pod | 546 "add0" and "add1".
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 16800 Similarly, 'set1' and 'add1' functions increase reference
|