Home
last modified time | relevance | path

Searched refs:_i (Results 1 – 9 of 9) sorted by relevance

/php-src/Zend/Optimizer/
H A Dzend_ssa.h288 int _i, _end = NUM_PHI_SOURCES(phi); \
289 for (_i = 0; _i < _end; _i++) { \
290 ZEND_ASSERT(_phi->sources[_i] >= 0); \
291 source = _phi->sources[_i];
297 int _i; \
298 for (_i = 0; _i < ssa->cfg.blocks_count; _i++) { \
299 phi = ssa->blocks[_i].phis; \
307 int _i; \
308 for (_i = 0; _i < ssa->cfg.blocks_count; _i++) { \
309 (block) = &ssa->cfg.blocks[_i]; \
/php-src/Zend/
H A Dzend_bitset.h268 uint32_t _i, _len = (len); \
269 for (_i = 0; _i < _len; _i++) { \
270 zend_ulong _x = _set[_i]; \
272 (bit) = ZEND_BITSET_ELM_SIZE * 8 * _i; \
278 uint32_t _i = (len); \
280 while (_i-- > 0) { \
281 zend_ulong _x = _set[_i]; \
283 (bit) = ZEND_BITSET_ELM_SIZE * 8 * (_i + 1) - 1; \
H A Dzend_API.h1591 uint32_t _i = 0; \
1598 ((void)_i); \
1628 ZEND_ASSERT(_i == _max_num_args || _max_num_args == (uint32_t) -1); \
1642 ++_i; \
1643 ZEND_ASSERT(_i <= _min_num_args || _optional==1); \
1644 ZEND_ASSERT(_i > _min_num_args || _optional==0); \
1646 if (UNEXPECTED(_i >_num_args)) break; \
2077 if (UNEXPECTED(!zend_parse_arg_str(_arg, &dest, check_null, _i))) { \
2105 uint32_t _num_varargs = _num_args - _i - (post_varargs); \
2109 _i += _num_varargs; \
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_private.h460 uint32_t _i, _len = (len); \
461 for (_i = 0; _i < _len; _set++, _i++) { \
464 (bit) = IR_BITSET_BITS * _i + ir_bitset_ntz(_x); \
470 uint32_t _i, _len = (len); \
471 for (_i = 0; _i < _len; _i++) { \
472 ir_bitset_base_t _x = _set1[_i] & ~_set2[_i]; \
474 (bit) = IR_BITSET_BITS * _i + ir_bitset_ntz(_x); \
562 uint32_t _i, _len = _set->len; \
564 for (_i = 0; _i < _len; _p++, _i++) { \
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile15 …�Σ�U�X��`<i����,J�?A�;�8�y����f��"�<,�����#����c`<����'g��H咮�<^��_i��Z�A�}��9Ա�����x…
57 ��豼{��`�s�2c�<sv�`���5$㢥�d��p����`1�_i�<�u5�~D�� ׯM-�➩S#m�m�jl�g?`<im0a(��k����1����2Q3����…
/php-src/ext/bcmath/
H A Dbcmath.c1361 zend_parse_arg_str_or_long(_arg, &(dest_str), &(dest_long), &_dummy, 0, _i)))) { \
1362 zend_argument_type_error(_i, "must be of type int, string, or %s, %s given", \
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2040 uint32_t _i = 0; in file_strncmp() local
2044 while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b)) in file_strncmp()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt277 array( '#CaM8*9UUbs5XXIy[/]8B+P=]sjA+jL./.\\G9u|oYp%2JO,&_i?"up?', '5a10e446' ),
/php-src/ext/fileinfo/
H A Dlibmagic.patch3152 + Revert _i for the next port and see if it still matters. */
3153 + uint32_t _i = 0;
3160 + while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b))

Completed in 69 milliseconds