Searched defs:src2 (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | bitmap.h | 236 const unsigned long *src2, unsigned int nbits) in bitmap_and() 244 const unsigned long *src2, unsigned int nbits) in bitmap_or() 253 const unsigned long *src2, unsigned int nbits) in bitmap_xor() 262 const unsigned long *src2, unsigned int nbits) in bitmap_andnot() 286 const unsigned long *src2, unsigned int nbits) in bitmap_equal() 297 const unsigned long *src2, unsigned int nbits) in bitmap_intersects() 306 const unsigned long *src2, unsigned int nbits) 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()
|