Searched refs:add1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dn-fold.c83 add1(unsigned char *a, unsigned char *b, size_t len) function
124 add1(key, tmp, size);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h277 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); local
278 internal_memset(add1, 0, newsize);
279 add1->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
280 add1->size = add->size;
281 internal_memcpy(add1->cells, add->cells, add->size * sizeof(add->cells[0]));
283 atomic_store(&b->add, (uptr)add1, memory_order_relaxed);
284 add = add1;
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dop-common.h330 goto add1; \
344 add1: \
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c91 * @add1: addend 1
96 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) argument
98 u16 sum = add1 + add2;

Completed in 130 milliseconds