HomeSort by relevance Sort by last modified time
    Searched refs:PICOKPDF_BIG_POW (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picokpdf.h 72 #define PICOKPDF_BIG_POW 12
picokpdf.c 178 if (maxbigpow < PICOKPDF_BIG_POW) {
179 PICODBG_ERROR(("bigpow %i is larger than maxbigpow %i defined in pdf lingware", PICOKPDF_BIG_POW, maxbigpow));
182 pdfmul->bigpow = PICOKPDF_BIG_POW; /* what we have to use is the smaller number! */

Completed in 42 milliseconds