Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1355 uint32_t u_tmp = u[i] >> (32 - shift); in KnuthDiv() local
1357 u_carry = u_tmp; in KnuthDiv()