X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Frculfhash.c;fp=src%2Frculfhash.c;h=ca9c83c47ccd082b97753711b8298f7ebf96bd74;hp=247564b8aa72f3d6ac7c87b1f1f12ab98ef5dc98;hb=61c3fb603104bda9e67c0690c1964e61a770d045;hpb=ed545d364011eed865cc051e7afe8ccf10ac64e9 diff --git a/src/rculfhash.c b/src/rculfhash.c index 247564b..ca9c83c 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)