| /PHP_5_4/scripts/dev/ |
| H A D | check_parameters.php | 83 $right = $count = count($lines_offset)-1; variable 87 $mid = intval(($left + $right)/2); 102 $right = $mid; variable
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 1481 } while (IS_NOT_NULL(node = NCONS(node).right)); 1493 } while (IS_NOT_NULL(node = NCONS(node).right)); 1571 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); 1580 if (NCONS(x).right != NULL) { 1583 } while (IS_NOT_NULL(x = NCONS(x).right)); 1588 if (IS_NOT_NULL(NCONS(node).right)) { 1594 if (IS_NOT_NULL(NCONS(node).right)) { 1599 } while (IS_NOT_NULL(node = NCONS(node).right)); 1739 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); 1820 } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); 3907 concat_opt_anc_info(OptAncInfo* to, OptAncInfo* left, OptAncInfo* right, OnigDistance left_len, OnigDistance right_len) argument [all...] |
| H A D | regparse.c | 1020 /* onig_node_free(NCONS(node).right); */ 1022 Node* next_node = NCONS(node).right; 1214 node_new_list(Node* left, Node* right) argument 1220 NCONS(node).right = right; 1225 onig_node_new_list(Node* left, Node* right) argument 1227 return node_new_list(left, right); 1231 node_new_alt(Node* left, Node* right) argument 1237 NCONS(node).right = right; [all...] |
| H A D | regparse.h | 244 struct _Node* right; member in struct:_Node::__anon256::__anon257 316 extern Node* onig_node_new_list P_((Node* left, Node* right));
|
| /PHP_5_4/ext/bcmath/ |
| H A D | bcmath.c | 208 char *left, *right; local 214 if (zend_parse_parameters(argc TSRMLS_CC, "ss|l", &left, &left_len, &right, &right_len, &scale_param) == FAILURE) { 226 php_str2num(&second, right TSRMLS_CC); 247 char *left, *right; local 253 if (zend_parse_parameters(argc TSRMLS_CC, "ss|l", &left, &left_len, &right, &right_len, &scale_param) == FAILURE) { 265 php_str2num(&second, right TSRMLS_CC); 286 char *left, *right; local 292 if (zend_parse_parameters(argc TSRMLS_CC, "ss|l", &left, &left_len, &right, &right_len, &scale_param) == FAILURE) { 304 php_str2num(&second, right TSRMLS_CC); 325 char *left, *right; local 370 char *left, *right; local 406 char *left, *right, *modulous; local 449 char *left, *right; local 525 char *left, *right; local [all...] |
| /PHP_5_4/ext/date/lib/ |
| H A D | parse_tz.c | 261 int left = 0, right = tzdb->index_size - 1; local 273 int mid = ((unsigned)left + right) >> 1; 277 right = mid - 1; 289 } while (left <= right);
|
| /PHP_5_4/main/streams/ |
| H A D | filter.c | 141 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length TSRMLS_DC) argument 144 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); 146 if (*left == NULL || *right == NULL) { 157 (*right)->buflen = in->buflen - length; 158 (*right)->buf = pemalloc((*right)->buflen, in->is_persistent); 159 memcpy((*right)->buf, in->buf + length, (*right)->buflen); 160 (*right)->refcount = 1; 161 (*right) [all...] |
| /PHP_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 568 ** to experimental interfaces but reserve the right to make minor changes 4744 ** called right after sqlite3_open(). 5345 ** expr on the right-hand side can be evaluated (and thus the constraint 5359 ** the right-hand side of the corresponding aConstraint[] is evaluated 9117 ** the incompatibility right away, even running a full regression test. 10203 ** Expr.pRight and Expr.pLeft are the left and right subexpressions of a 10283 i16 iRightJoinTable; /* If EP_FromJoin, the right table of the join */ 18351 ** Allocate memory that is to be used and released right away. 20835 ** (decrease exponent by d to shift decimal right) */ 22549 ** that syncs and fullsyncs are occuring at the right time 126131 float right = DCOORD(aCell[jj].aCoord[i*2+1]); local 126180 float right = cellGrowth(pRtree, pLeftBox, &aCell[ii]); local 126212 float right = cellArea(pRtree, &aCell[jj]); local 126420 RtreeCell right; local [all...] |