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

/freebsd-10-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-10-stable/sys/ofed/include/linux/
H A Dktime.h186 * @add1: addend1
189 * Returns the sum of @add1 and @add2.
191 static inline ktime_t ktime_add(const ktime_t add1, const ktime_t add2) argument
195 res.tv64 = add1.tv64 + add2.tv64;
/freebsd-10-stable/contrib/gcc/config/soft-fp/
H A Dop-common.h330 goto add1; \
344 add1: \
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c90 * @add1 - addend 1
95 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) argument
97 u16 sum = add1 + add2;

Completed in 180 milliseconds