Lines Matching defs:size
71 * @bsize: size of blob
157 /* accept.size == default.size == base.size */
174 /* next.size == chk.size */
179 /* if equivalence classes then its table size must be 256 */
297 * @size: size of data to unpack
306 struct aa_dfa *aa_dfa_unpack(void *blob, size_t size, int flags)
321 if (size < sizeof(struct table_set_header))
328 if (size < hsize)
350 size -= hsize;
352 while (size > 0) {
353 table = unpack_table(data, size);
388 size -= table_size(table->td_lolen, table->td_flags);