Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp218 const unsigned unsigned_bits = sizeof(unsigned) * CHAR_BIT; in CalculateHash() local
220 const unsigned remainder = size % unsigned_bits; in CalculateHash()
221 const unsigned loops = size / unsigned_bits; in CalculateHash()
233 for (unsigned j = 0; j < unsigned_bits; ++j) { in CalculateHash()