Searched defs:pmc (Results 1 – 4 of 4) sorted by relevance
14 #define PMC_INDEX(pmc) ((pmc)-1) argument41 static inline void ebb_enable_pmc_counting(int pmc) in ebb_enable_pmc_counting()
71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count()252 int count_pmc(int pmc, uint32_t sample_period) in count_pmc()442 void write_pmc(int pmc, u64 value) in write_pmc()454 u64 read_pmc(int pmc) in read_pmc()
48 SkPMColor pmc = SkPreMultiplyColor(color); in D32_A8_Opaque_Color_neon() local