Searched refs:FILTER_COUNT (Results 1 – 3 of 3) sorted by relevance
138 #define FILTER_COUNT(node) (EVENT_FILTERS(node)->filterCount) macro164 FILTER_COUNT(node) = filterCount; in eventFilterRestricted_alloc()190 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) { in clearFilters()233 FILTER_COUNT(node) = 0; /* blast so we don't clear again */ in clearFilters()401 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) { in eventFilterRestricted_passesFilter()571 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) { in eventFilterRestricted_passesUnloadFilter()629 count = FILTER_COUNT(node); in eventFilter_predictFiltering()690 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) { in eventFilterRestricted_isBreakpointInClass()706 if (index >= FILTER_COUNT(node)) { in eventFilter_setConditionalFilter()719 if (index >= FILTER_COUNT(node)) { in eventFilter_setCountFilter()[all …]
4118 #define AVGPOOL_DIVIDING_BY(FILTER_COUNT) \ in AveragePool() argument4119 if (filter_count == FILTER_COUNT) { \ in AveragePool()4123 buf[i] = (acc[channel + i] + FILTER_COUNT / 2) / FILTER_COUNT; \ in AveragePool()
4250 #define AVGPOOL_DIVIDING_BY(FILTER_COUNT) \ in AveragePool() argument4251 if (filter_count == FILTER_COUNT) { \ in AveragePool()4255 buf[i] = (acc[channel + i] + FILTER_COUNT / 2) / FILTER_COUNT; \ in AveragePool()