Searched refs:RETRY_LIMIT (Results 1 – 4 of 4) sorted by relevance
21 private static final int RETRY_LIMIT = 9; field in StringId43 int retryCount = RETRY_LIMIT; in getId()
26 const RETRY_LIMIT: usize = 10; constant31 for _ in 0..RETRY_LIMIT {
217 RETRY_LIMIT = 10218 while t < RETRY_LIMIT:223 if t < RETRY_LIMIT:
503 #define RETRY_LIMIT 5 macro554 && retry < RETRY_LIMIT) { in ram_poke()