]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r354977: bitstring: add functions to find contiguous set/unset bit sequences
authorEric Joyner <erj@FreeBSD.org>
Thu, 2 Jan 2020 23:16:27 +0000 (23:16 +0000)
committerEric Joyner <erj@FreeBSD.org>
Thu, 2 Jan 2020 23:16:27 +0000 (23:16 +0000)
commitd6d44589f3c5f6c55148d207560c83b4e9110940
treeb9ca9f99afbd81a43c2c449567f89f39fdc8f918
parent451e547849112fb9365cbc761b2682315d1371c2
MFC r354977: bitstring: add functions to find contiguous set/unset bit sequences

This MFC also includes extra commits that improve on the original:
r355032: bitstring: Fix error messages in tests for area functions
r355377: Improve bit_ffc_area and bit_ffs_area_at implementation
r355400: bitstring: avoid gcc -Wsign-compare

Sponsored by: Intel Corporation
share/man/man3/bitstring.3
sys/sys/bitstring.h
sys/sys/param.h
tests/sys/sys/bitstring_test.c