about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/jpc/jpc_math.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-09-28 19:14:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-09-28 19:14:30 +0000
commit425de37d2f9cde3b624819d5cb326e11afaf355e (patch)
treea2a49abd32eba5c4f27a77b9ea42389c5008c709 /converter/other/jpeg2000/libjasper/jpc/jpc_math.c
parent11fd0bc3fdbe7b5eb9266a728a81d0bcac91fe32 (diff)
downloadnetpbm-mirror-425de37d2f9cde3b624819d5cb326e11afaf355e.tar.gz
netpbm-mirror-425de37d2f9cde3b624819d5cb326e11afaf355e.tar.xz
netpbm-mirror-425de37d2f9cde3b624819d5cb326e11afaf355e.zip
Release 10.73.29
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@3687 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jpeg2000/libjasper/jpc/jpc_math.c')
-rw-r--r--converter/other/jpeg2000/libjasper/jpc/jpc_math.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/jpeg2000/libjasper/jpc/jpc_math.c b/converter/other/jpeg2000/libjasper/jpc/jpc_math.c
index 72e3ac37..01e3611e 100644
--- a/converter/other/jpeg2000/libjasper/jpc/jpc_math.c
+++ b/converter/other/jpeg2000/libjasper/jpc/jpc_math.c
@@ -12,7 +12,7 @@
 /* Calculate the integer quantity floor(log2(x)), where x is a positive
   integer. */
 int
-jpc_floorlog2(int const arg) {
+jpc_floorlog2(int_fast32_t const arg) {
 
 	int y;
     int x;
@@ -46,7 +46,7 @@ jpc_firstone(n)    :-1 0  1  1  2  2  2  2  3  3  3  3  3  3  3  3  4  4  4  4
 
 
 int
-jpc_firstone(int const arg) {
+jpc_firstone(int_fast32_t const arg) {
 /*---------------------------------------------------------------------------- 
   Calculate the bit position of the first leading one in a nonnegative
   integer.