mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 08:23:18 +02:00
When dealing with macro-based size definitions, it is useful to be able to hash pointers on zero bits so that the macro automatically returns a constant 0. For now it only supports 1-32. Let's just add this special case. It's automatically optimized out by the compiler since the function is inlined.