Home
last modified time | relevance | path

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

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Dbitmap.h64 static inline int map_tst(Map *m, int n) in map_tst() function
H A Dselection.c1855 if (map_tst(m, p)) in selection_filter_map()
1869 if (map_tst(m, p)) in selection_filter_map()
1878 if (!map_tst(m, id)) in selection_filter_map()
1889 if (map_tst(m, p)) in selection_filter_map()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/sack/
H A Dquery.cpp2150 if (pool->considered && !map_tst(pool->considered, p)) in filterUpdownAble()
2153 if (considered_cached && !map_tst(considered_cached, p)) in filterUpdownAble()
2162 if (what != 0 && map_tst(resultMap, what)) in filterUpdownAble()