Lines Matching defs:inbounds
201 static bool inbounds(struct aa_ext *e, size_t size)
227 if (!inbounds(e, sizeof(u16)))
231 if (!inbounds(e, size))
245 if (!inbounds(e, 1))
304 if (!inbounds(e, sizeof(u8)))
322 if (!inbounds(e, sizeof(u32)))
340 if (!inbounds(e, sizeof(u64)))
359 if (!inbounds(e, sizeof(u16)))
377 if (!inbounds(e, sizeof(u32)))
381 if (inbounds(e, (size_t) size)) {