Home
last modified time | relevance | path

Searched refs:src2 (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/include/linux/
Dbitmap.h41 const unsigned long *src2, int nbits) in bitmap_or() argument
44 *dst = *src1 | *src2; in bitmap_or()
46 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()