Searched refs:HashTableSize (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash_itanium.cc98 static const unsigned HashTableSize = 65537; local
99 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
107 if (Probe >= HashTableSize)
108 Probe -= HashTableSize;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cc96 static const unsigned HashTableSize = 65537; local
97 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
105 if (Probe >= HashTableSize)
106 Probe -= HashTableSize;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cpp98 static const unsigned HashTableSize = 65537; local
99 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
107 if (Probe >= HashTableSize)
108 Probe -= HashTableSize;

Completed in 105 milliseconds