1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-24 20:06:11 +02:00
git/ewah
René Scharfe 42c78a216e use DIV_ROUND_UP
Convert code that divides and rounds up to use DIV_ROUND_UP to make the
intent clearer and reduce the number of magic constants.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-07-10 14:24:36 -07:00
..
bitmap.c ewah: convert to REALLOC_ARRAY, etc 2016-02-22 14:51:09 -08:00
ewah_bitmap.c use DIV_ROUND_UP 2017-07-10 14:24:36 -07:00
ewah_io.c Merge branch 'jk/ewah-use-right-type-in-sizeof' 2017-03-12 23:21:35 -07:00
ewah_rlw.c
ewok.h convert ewah/bitmap code to use xmalloc 2016-02-22 14:51:09 -08:00
ewok_rlw.h