Commit 769b91c580832eea279770d8a14f8aa23bf16f34

Ran Benita 2014-02-08T15:30:05

Use (1u << idx) instead of (1 << idx) where appropriate It doesn't matter (I think), since the implicit conversion doesn't have any effect (e.g. sign-extension). But it's better to be aware of the type. Signed-off-by: Ran Benita <ran234@gmail.com>