Searched refs:maxbits (Results 1 – 2 of 2) sorted by relevance
42 #define maxbits GIFBITS macro558 fcode = (long) (((long) c << maxbits) + ent);667 if ( ctx->n_bits == maxbits )
1863 const zend_long maxbits = ULONG_MAX / GMP_NUMB_BITS; in ZEND_FUNCTION() local1865 const zend_long maxbits = INT_MAX; in ZEND_FUNCTION() local1868 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