HomeSort by relevance Sort by last modified time
    Searched full:uarb (Results 1 - 1 of 1) sorted by null

  /external/libpng/contrib/tools/
pngfix.c 168 * The arithmetic functions take zero to two uarb values together with the
169 * number of digits in those values and write the result to the given uarb
175 typedef png_uint_16p uarb; typedef
184 uarb_set(uarb result, png_alloc_size_t val)
201 uarb_copy(uarb to, uarb from, int idigits)
202 /* Copy a uarb, may reduce the digit count */
214 uarb_inc(uarb num, int in_digits, png_int_32 add)
254 uarb_add32(uarb num, int in_digits, png_uint_32 add)
267 uarb_mult_digit(uarb acc, int a_digits, uarb num, FIX_GCC int n_digits
    [all...]

Completed in 1092 milliseconds