Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DeventFilter.c138 #define FILTER_COUNT(node) (EVENT_FILTERS(node)->filterCount) macro
164 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 …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4118 #define AVGPOOL_DIVIDING_BY(FILTER_COUNT) \ in AveragePool() argument
4119 if (filter_count == FILTER_COUNT) { \ in AveragePool()
4123 buf[i] = (acc[channel + i] + FILTER_COUNT / 2) / FILTER_COUNT; \ in AveragePool()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4250 #define AVGPOOL_DIVIDING_BY(FILTER_COUNT) \ in AveragePool() argument
4251 if (filter_count == FILTER_COUNT) { \ in AveragePool()
4255 buf[i] = (acc[channel + i] + FILTER_COUNT / 2) / FILTER_COUNT; \ in AveragePool()