OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmask_complement
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
bitmask.h
85
*
bitmask_complement
(bmp1, bmp2): Complement: bmp1 = ~bmp2
120
*
bitmask_complement
(d, bitmask_or(c, a, b));
123
* bitmask_and(g,
bitmask_complement
(e, a),
bitmask_complement
(f, b));
186
struct bitmask *
bitmask_complement
(struct bitmask *bmp1,
libbitmask.c
551
struct bitmask *
bitmask_complement
(struct bitmask *bmp1,
function
Completed in 162 milliseconds