OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PBM_ISSET
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpopt/
poptint.h
43
#define
PBM_ISSET
(d, s) ((__PBM_BITS (s)[__PBM_IX (d)] & __PBM_MASK (d)) != 0)
popt.c
561
if (os->argb &&
PBM_ISSET
(i, os->argb))
739
if (con->os->argb &&
PBM_ISSET
(con->os->next, con->os->argb)) {
[
all
...]
Completed in 541 milliseconds