OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEADER_FEAT_BITS
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
header.h
30
#define
HEADER_FEAT_BITS
256
44
DECLARE_BITMAP(adds_features,
HEADER_FEAT_BITS
);
65
DECLARE_BITMAP(adds_features,
HEADER_FEAT_BITS
);
header.c
401
nr_sections = bitmap_weight(header->adds_features,
HEADER_FEAT_BITS
);
593
nr_sections = bitmap_weight(header->adds_features,
HEADER_FEAT_BITS
);
647
bitmap_zero(header->adds_features,
HEADER_FEAT_BITS
);
Completed in 45 milliseconds