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

/openjdk7/jdk/src/share/back/
H A DeventFilter.c138 #define FILTER_COUNT(node) (EVENT_FILTERS(node)->filterCount) macro
164 FILTER_COUNT(node) = filterCount;
190 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) {
233 FILTER_COUNT(node) = 0; /* blast so we don't clear again */
401 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) {
571 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) {
629 count = FILTER_COUNT(node);
690 for (i = 0; i < FILTER_COUNT(node); ++i, ++filter) {
706 if (index >= FILTER_COUNT(node)) {
719 if (index >= FILTER_COUNT(nod
[all...]

Completed in 32 milliseconds