Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcttiadd1.cc22 void add1() in add1() function
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_fixed.h127 static inline uint_fixed_16_16_t add_fixed16(uint_fixed_16_16_t add1, in add_fixed16()
137 static inline uint_fixed_16_16_t add_fixed16_u32(uint_fixed_16_16_t add1, in add_fixed16_u32()
/openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp277 struct threadParams add1 = { EE, add1F, 1000 }; in main() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h316 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire() local
/openbsd-src/sys/dev/pci/
H A Dixgbe_phy.c95 static uint8_t ixgbe_ones_comp_byte_add(uint8_t add1, uint8_t add2) in ixgbe_ones_comp_byte_add()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunroll.c2422 fold_rtx_mult_add (mult1, mult2, add1, mode) in fold_rtx_mult_add() argument