↓ 3 callersFunctionfd_get_signed_bits2 bit --> cnt = 2
-2,-1,0. 1
3 bit --> cnt = 3
-2,-1,0. 1
-4,-3,-2,-1,0,1,2,3
if ( x < 0 )
r = bits(x-1)+1;
else
r
Other/bdfconv/bdf_rle.c:182
↓ 3 callersFunctiontga_fd_get_signed_bits2 bit --> cnt = 2
-2,-1,0. 1
3 bit --> cnt = 3
-2,-1,0. 1
-4,-3,-2,-1,0,1,2,3
if ( x < 0 )
r = bits(x-1)+1;
else
r
Other/bdfconv/bdf_tga.c:364