Searched refs:bsize (Results 1 – 2 of 2) sorted by relevance
1311 size_t bsize = 32; in tomoyo_round2() local1313 size_t bsize = 64; in tomoyo_round2()1317 while (size > bsize) in tomoyo_round2()1318 bsize <<= 1; in tomoyo_round2()1319 return bsize; in tomoyo_round2()
77 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table() argument83 if (bsize < sizeof(struct table_header)) in unpack_table()104 if (bsize < tsize) in unpack_table()