Home
last modified time | relevance | path

Searched refs:kTableSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_defs.h51 static const uptr kTableSize = kSize / sizeof(u32); member
53 static const uptr kRefIdx = kTableSize - 1;
54 static const uptr kBlockIdx = kTableSize - 2;
57 u32 table[kTableSize];
H A Dtsan_fd.cc22 const int kTableSize = kTableSizeL1 * kTableSizeL2; variable
47 return fd < 0 || fd >= kTableSize; in bogusfd()
76 CHECK_LT(fd, kTableSize); in fddesc()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_defs.h49 static const uptr kTableSize = kSize / sizeof(u32); member
51 static const uptr kRefIdx = kTableSize - 1;
52 static const uptr kBlockIdx = kTableSize - 2;
55 u32 table[kTableSize];
H A Dtsan_fd.cc20 const int kTableSize = kTableSizeL1 * kTableSizeL2; variable
45 return fd < 0 || fd >= kTableSize; in bogusfd()
74 CHECK_LT(fd, kTableSize); in fddesc()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_defs.h77 static const uptr kTableSize = kSize / sizeof(u32); member
79 static const uptr kRefIdx = kTableSize - 1;
80 static const uptr kBlockIdx = kTableSize - 2;
83 u32 table[kTableSize];
H A Dtsan_fd.cpp21 const int kTableSize = kTableSizeL1 * kTableSizeL2; variable
46 return fd < 0 || fd >= kTableSize; in bogusfd()
75 CHECK_LT(fd, kTableSize); in fddesc()