SIZE_BITS         131 maint/gnulib/lib/clean-temp-simple.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          39 maint/gnulib/lib/hash-pjw-bare.c     h = s[i] + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          37 maint/gnulib/lib/hash-pjw.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS        2643 maint/gnulib/lib/localename.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          56 maint/gnulib/tests/test-array_map.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          56 maint/gnulib/tests/test-avltreehash_list.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          56 maint/gnulib/tests/test-hash_map.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          54 maint/gnulib/tests/test-linkedhash_list.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          56 maint/gnulib/tests/test-linkedhash_map.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));
SIZE_BITS          56 maint/gnulib/tests/test-rbtreehash_list.c     h = *s + ((h << 9) | (h >> (SIZE_BITS - 9)));