Searched refs:kTableSize (Results 1 – 3 of 3) sorted by relevance
77 static const uptr kTableSize = kSize / sizeof(u32); member79 static const uptr kRefIdx = kTableSize - 1;80 static const uptr kBlockIdx = kTableSize - 2;83 u32 table[kTableSize];
21 const int kTableSize = kTableSizeL1 * kTableSizeL2; variable46 return fd < 0 || fd >= kTableSize; in bogusfd()75 CHECK_LT(fd, kTableSize); in fddesc()
24 const int kTableSize = kTableSizeL1 * kTableSizeL2; variable52 return fd < 0 || fd >= kTableSize; in bogusfd()81 CHECK_LT(fd, kTableSize); in fddesc()