Searched refs:bsize (Results 1 – 2 of 2) sorted by relevance
35 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table() argument41 if (bsize < sizeof(struct table_header)) in unpack_table()57 if (bsize < tsize) in unpack_table()
1308 size_t bsize = 32; in tomoyo_round2() local1310 size_t bsize = 64; in tomoyo_round2()1314 while (size > bsize) in tomoyo_round2()1315 bsize <<= 1; in tomoyo_round2()1316 return bsize; in tomoyo_round2()