Searched defs:src1 (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | bitmap.h | 267 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 275 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 284 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 293 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 317 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() 337 static inline bool bitmap_or_equal(const unsigned long *src1, in bitmap_or_equal() 348 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects() 357 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
|
D | linkmode.h | 35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot() 79 static inline int linkmode_equal(const unsigned long *src1, in linkmode_equal()
|
D | nodemask.h | 161 #define nodes_and(dst, src1, src2) \ argument 169 #define nodes_or(dst, src1, src2) \ argument 177 #define nodes_xor(dst, src1, src2) \ argument 185 #define nodes_andnot(dst, src1, src2) \ argument 201 #define nodes_equal(src1, src2) \ argument 209 #define nodes_intersects(src1, src2) \ argument 217 #define nodes_subset(src1, src2) \ argument
|
/include/crypto/ |
D | algapi.h | 217 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy()
|