Add deCtz32() to deInt32.h
authorPyry Haulos <phaulos@google.com>
Wed, 30 Sep 2015 17:56:36 +0000 (10:56 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 30 Sep 2015 17:56:36 +0000 (10:56 -0700)
commitcb805b527ba47805a898053ebc4df1b3acfc9963
tree5aa987f9c4d02d95cc36d1aa18613104fe84d6b0
parent1c952028cf7b088abb9f23b721a4f54210e47c66
Add deCtz32() to deInt32.h

deCtz32() computes number of trailing zeros.

Change-Id: I44707d92696af927d7464b75be789571338be479
framework/delibs/debase/deInt32.c
framework/delibs/debase/deInt32.h
framework/delibs/debase/deInt32Test.c