Searched refs:indx (Results 1 – 2 of 2) sorted by relevance
350 int query_len, indx; in PHP_FUNCTION() local421 RETURN_LONG(indx); in PHP_FUNCTION()469 SWORD indx = -1; in PHP_FUNCTION() local482 indx = Z_LVAL_PP(col); in PHP_FUNCTION()487 indx = i; in PHP_FUNCTION()491 if ( indx < 0 ) { in PHP_FUNCTION()496 if ( indx < 0 || indx >= res->numcols ) { in PHP_FUNCTION()527 res->values[indx].value,4095,&res->values[indx].vallen); in PHP_FUNCTION()669 SWORD indx; in PHP_FUNCTION() local677 indx = col; in PHP_FUNCTION()[all …]
86 int indx, sum, prodlen; in _bc_simp_mul() local98 for (indx = 0; indx < prodlen-1; indx++) in _bc_simp_mul()100 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()101 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()
Completed in 8 milliseconds