X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Frculfhash.c;h=2385f897ef848d9368ade492c467c150cfb05014;hb=e3717dbc8700ef1db5d341e2c5a74f61c4981ab3;hp=51972c8d1b318c618776a8d0b4b26e5373b9dbae;hpb=9753afed53454e028cb6377b8a23da4834539e07;p=urcu.git diff --git a/src/rculfhash.c b/src/rculfhash.c index 51972c8..2385f89 100644 --- a/src/rculfhash.c +++ b/src/rculfhash.c @@ -581,6 +581,7 @@ unsigned int cds_lfht_fls_ulong(unsigned long x) * Return the minimum order for which x <= (1UL << order). * Return -1 if x is 0. */ +static int cds_lfht_get_count_order_u32(uint32_t x) { if (!x)