Searched defs:add1 (Results 1 – 7 of 7) sorted by relevance
83 add1(unsigned char *a, unsigned char *b, size_t len) in add1() function
221 const __m256i add1 = _mm256_and_si256(mask, add0); in load_counters() local
450 const __m128i add1 = _mm_and_si128(mask, add0); in load_counters() local
444 const __m128i add1 = _mm_and_si128(mask, add0); in load_counters() local
1051 const __m512i add1 = _mm512_and_si512(mask, add0); in load_counters16() local
316 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire() local
91 static u8 ixgbe_ones_comp_byte_add(u8 add1, u8 add2) in ixgbe_ones_comp_byte_add()