Searched defs:src1 (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | bitmap.h | 235 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 243 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 252 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 261 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 285 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() 296 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects() 305 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
|
| D | nodemask.h | 152 #define nodes_and(dst, src1, src2) \ argument 160 #define nodes_or(dst, src1, src2) \ argument 168 #define nodes_xor(dst, src1, src2) \ argument 176 #define nodes_andnot(dst, src1, src2) \ argument 192 #define nodes_equal(src1, src2) \ argument 200 #define nodes_intersects(src1, src2) \ argument 208 #define nodes_subset(src1, src2) \ argument
|
| /include/crypto/ |
| D | algapi.h | 214 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy()
|