Searched refs:MAX_COUNT (Results 1 – 2 of 2) sorted by relevance
147 #define MAX_COUNT 0xfffff macro155 ((c) == 0 || ((c) & (~(MAX_COUNT | INITIAL_STRONG_VALUE))) != 0)158 #define BAD_WEAK(c) ((c) == 0 || ((c) & (~MAX_COUNT)) != 0)
64 private static final int MAX_COUNT = 100; field in SurfaceSyncGroup191 if (sCounter.get() >= MAX_COUNT) { in SurfaceSyncGroup()