Re: [PATCH] lib: find_*_bit reimplementation

2015-01-25 Thread Yury
On 24.01.2015 03:45, Rasmus Villemoes wrote: > On Mon, Jan 19 2015, Yury Norov wrote: > >> New implementation takes less space, and, I hope, easier to understand. >> >> Signed-off-by: Yury Norov >> --- >> lib/find_next_bit.c | 265 >> +++- >> 1 fi

Re: [PATCH] lib: find_*_bit reimplementation

2015-01-23 Thread Rasmus Villemoes
On Mon, Jan 19 2015, Yury Norov wrote: > New implementation takes less space, and, I hope, easier to understand. > > Signed-off-by: Yury Norov > --- > lib/find_next_bit.c | 265 > +++- > 1 file changed, 73 insertions(+), 192 deletions(-) > That

[PATCH] lib: find_*_bit reimplementation

2015-01-19 Thread Yury Norov
New implementation takes less space, and, I hope, easier to understand. Signed-off-by: Yury Norov --- lib/find_next_bit.c | 265 +++- 1 file changed, 73 insertions(+), 192 deletions(-) diff --git a/lib/find_next_bit.c b/lib/find_next_bit.c index 0