Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp203 const unsigned unsigned_bits = sizeof(unsigned) * CHAR_BIT; in CalculateHash() local
205 const unsigned remainder = size % unsigned_bits; in CalculateHash()
206 const unsigned loops = size / unsigned_bits; in CalculateHash()
218 for (unsigned j = 0; j < unsigned_bits; ++j) { in CalculateHash()