Home
last modified time | relevance | path

Searched refs:maxbits (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/gd/libgd/
H A Dgd_gif_out.c42 #define maxbits GIFBITS macro
558 fcode = (long) (((long) c << maxbits) + ent);
667 if ( ctx->n_bits == maxbits )
/PHP-8.2/ext/gmp/
H A Dgmp.c1863 const zend_long maxbits = ULONG_MAX / GMP_NUMB_BITS; in ZEND_FUNCTION() local
1865 const zend_long maxbits = INT_MAX; in ZEND_FUNCTION() local
1868 if (bits <= 0 || bits > maxbits) { in ZEND_FUNCTION()
1869 zend_argument_value_error(1, "must be between 1 and " ZEND_LONG_FMT, maxbits); in ZEND_FUNCTION()

Completed in 16 milliseconds