Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp229 const unsigned unsigned_bits = sizeof(unsigned) * CHAR_BIT; in CalculateHash() local
231 const unsigned remainder = size % unsigned_bits; in CalculateHash()
232 const unsigned loops = size / unsigned_bits; in CalculateHash()
244 for (unsigned j = 0; j < unsigned_bits; ++j) { in CalculateHash()