Home
last modified time | relevance | path

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

/openbsd/src/games/fortune/datfiles/
Dfortunes.sp.ok66 BBW
Dfortunes10524 BBW Branch Both Ways
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DScalarEvolution.cpp3585 uint32_t BBW = B.getBitWidth(); in gcd() local
3587 if (ABW > BBW) in gcd()
3589 else if (ABW < BBW) in gcd()
3590 A = A.zext(BBW); in gcd()