signed_add_overflows  296 builtin/index-pack.c 	if (signed_add_overflows(consumed_bytes, bytes))
signed_add_overflows  537 builtin/pack-objects.c 	if (signed_add_overflows(*offset, size))
signed_add_overflows   87 builtin/unpack-objects.c 	if (signed_add_overflows(consumed_bytes, bytes))
signed_add_overflows  191 vcs-svn/fast_export.c 	if (signed_add_overflows(a, b))
signed_add_overflows  223 vcs-svn/fast_export.c 		assert(!signed_add_overflows(preimage.max_off, 1));
signed_add_overflows   39 vcs-svn/sliding_window.c 	if (signed_add_overflows(offset, (off_t) len))