Lines Matching full:limit
211 const uint8_t *limit) in rng_pool_put_bytes() argument
216 for (; bytes < limit; ++bytes) { in rng_pool_put_bytes()
238 const uint8_t *const limit = word + 4; in smartbond_trng_isr() local
253 limit); in smartbond_trng_isr()
254 if (ptr < limit) { in smartbond_trng_isr()
261 ptr, limit); in smartbond_trng_isr()
264 if (ptr < limit) { in smartbond_trng_isr()
331 const uint8_t *const limit = bytes + 4; in entropy_smartbond_get_entropy_isr() local
353 while (ptr < limit && len) { in entropy_smartbond_get_entropy_isr()
357 if (unlikely(ptr < limit)) { in entropy_smartbond_get_entropy_isr()
359 ptr, limit); in entropy_smartbond_get_entropy_isr()