Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 259) sorted by last modified time

1234567891011

/PHP-7.4/ext/gd/
H A Dgd.c4644 int nelem, i, j, res; in PHP_FUNCTION() local
4668 for (j=0; j<3; j++) { in PHP_FUNCTION()
4669 if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) { in PHP_FUNCTION()
4670 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION()
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc57 size_t j;
59 curInput += j;
60 inputByteLen -= j;
152 size_t i, j;
169 i += j;
170 curData += j;
174 for(j=dataByteLen-i; j>=rateInBytes; j-=rateInBytes) {
182 i = dataByteLen - j;
256 size_t i, j;
268 for(j=dataByteLen-i; j>=rateInBytes; j-=rateInBytes) {
[all …]
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc57 size_t j;
59 curInput += j;
60 inputByteLen -= j;
152 size_t i, j;
169 i += j;
170 curData += j;
174 for(j=dataByteLen-i; j>=rateInBytes; j-=rateInBytes) {
182 i = dataByteLen - j;
256 size_t i, j;
268 for(j=dataByteLen-i; j>=rateInBytes; j-=rateInBytes) {
[all …]
/PHP-7.4/azure/macos/
H A Djob.yml74 make -j$(sysctl -n hw.ncpu) >/dev/null
/PHP-7.4/azure/i386/
H A Djob.yml69 - script: make -j$(/usr/bin/nproc) >/dev/null
/PHP-7.4/ext/standard/
H A Darray.c2961 uint32_t idx, j, n_elems; local
2981 if (j != idx) {
2982 hash->arData[j] = *p;
2984 j++;
3002 if (j != idx) {
3003 hash->arData[j] = *p;
3005 zend_hash_iterators_update(hash, idx, j);
3009 j++;
3025 for (j = 0; j < n_elems; j++) {
3026 p = hash->arData + j;
[all …]
H A Dstring.c119 size_t i, j; in php_bin2hex() local
123 for (i = j = 0; i < oldlen; i++) { in php_bin2hex()
127 ZSTR_VAL(result)[j] = '\0'; in php_bin2hex()
140 size_t i, j; in php_hex2bin() local
142 for (i = j = 0; i < target_length; i++) { in php_hex2bin()
143 unsigned char c = old[j++]; in php_hex2bin()
155 c = old[j++]; in php_hex2bin()
2928 unsigned char xlat[256], j = 0; local
2930 do { xlat[j] = j; } while (++j != 0);
2970 unsigned char xlat[256], j = 0; local
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c139 int i, j, *open = NULL; in gdImageCreateFromPngCtx() local
627 int j; in gdImagePngCtxEx() local
649 j = 0; in gdImagePngCtxEx()
657 mapping[i] = j++; in gdImagePngCtxEx()
718 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
744 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
745 gdFree(row_pointers[j]); in gdImagePngCtxEx()
753 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
756 row_pointers[j][i] = mapping[im->pixels[j][i]]; in gdImagePngCtxEx()
763 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
[all …]
H A Dgd_interpolation.c1106 for (j=0; j<new_width; j++) { in gdImageScaleNearestNeighbour()
1117 for (j=0; j<new_width; j++) { in gdImageScaleNearestNeighbour()
1166 long j; in gdImageScaleBilinearPalette() local
1173 for (j=0; j < _width; j++) { in gdImageScaleBilinearPalette()
1260 long j; in gdImageScaleBilinearTC() local
1262 for (j=0; j < dst_w; j++) { in gdImageScaleBilinearTC()
1374 for (j=0; j < new_width; j++) { in gdImageScaleBicubicFixed()
1646 for (j = 0; j < new_width; j++) { in gdImageRotateNearestNeighbour()
1711 for (j = 0; j < new_width; j++) { in gdImageRotateGeneric()
1769 for (j=0; j < new_width; j++) { in gdImageRotateBilinear()
[all …]
/PHP-7.4/ext/mbstring/
H A Dmbstring.c843 size_t j; in php_mb_parse_encoding_array() local
846 for (j = 0; j < identify_list_size; j++) { in php_mb_parse_encoding_array()
1124 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf() local
1126 while (j-- > 0 && i < len) { in php_mb_rfc1867_substring_conf()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5805 if (j < 0) in check_fast_forward_char_pair_simd()
5806 j = 0; in check_fast_forward_char_pair_simd()
5808 while (j < i) in check_fast_forward_char_pair_simd()
5823 j++; in check_fast_forward_char_pair_simd()
6787 int i, j, k, len, c; in optimize_class_chars() local
6801 j = 0; in optimize_class_chars()
6830 j++; in optimize_class_chars()
6837 j = 0; in optimize_class_chars()
6851 j++; in optimize_class_chars()
6860 if (j != 0) in optimize_class_chars()
[all …]
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c168 zend_long j = zend_hash_num_elements(ht); in spl_fixedarray_object_get_properties() local
178 if (j > intern->array.size) { in spl_fixedarray_object_get_properties()
179 for (i = intern->array.size; i < j; ++i) { in spl_fixedarray_object_get_properties()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch233 + int j;
234 + for (j = 0; j < MAGIC_SETS; j++) {
285 - size_t i, j;
309 - for (j = 0; j < MAGIC_SETS; j++) {
310 - if (add_mlist(ms->mlist[j], map, j) == -1) {
1285 for (j = 0; j < nelements && i < sh.sh_properties;
3440 + int i, j;
3446 + j += 2;
3449 + j += 4;
3452 + j++;
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1945 {'j', TIMELIB_FORMAT_DAY_TWO_DIGIT},
/PHP-7.4/ext/gd/tests/
H A Dbug53580.phpt25 for ($j = 0; $j < $h1; $j++) {
26 if (($c1 = imagecolorat($im1, $i, $j)) !== $c0) {
27 printf("%d,%d = %d\n", $i, $j, $c1);
/PHP-7.4/azure/
H A Dcommunity_job.yml37 - script: make -j$(/usr/bin/nproc) >/dev/null
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c582 uint32_t j; in accel_copy_permanent_strings() local
588 for (j = 0; j < 256; j++) { in accel_copy_permanent_strings()
589 zend_one_char_string[j] = new_interned_string(ZSTR_CHAR(j)); in accel_copy_permanent_strings()
591 for (j = 0; j < ZEND_STR_LAST_KNOWN; j++) { in accel_copy_permanent_strings()
592 zend_known_strings[j] = new_interned_string(zend_known_strings[j]); in accel_copy_permanent_strings()
/PHP-7.4/ext/xml/
H A Dcompat.c119 int i, j; in _start_element_handler_ns() local
120 for (i = 0,j = 0;j < nb_namespaces;j++) { in _start_element_handler_ns()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c876 int j; local
881 for (j = i + 1; j < stmt->param.var_cnt; j++) {
883 if (Z_ISREF(stmt->param.vars[j]) &&
884 Z_REFVAL(stmt->param.vars[j]) == Z_REFVAL(stmt->param.vars[i])) {
886 Z_DELREF_P(&stmt->param.vars[j]);
887 ZVAL_COPY(&stmt->param.vars[j], Z_REFVAL(stmt->param.vars[j]));
991 int j = 10; local
997 } while (--j > 0);
/PHP-7.4/ext/intl/tests/
H A Dbug74264.phpt11 grapheme_strrpos('déjàààà', 'à', $offset),
/PHP-7.4/Zend/
H A Dzend_execute.c3992 int j = last->extended_value; in cleanup_live_vars() local
3994 zend_string_release_ex(rope[j], 0); in cleanup_live_vars()
3995 } while (j--); in cleanup_live_vars()
H A Dzend_compile.c4958 uint32_t i, j; in zend_compile_try() local
5018 for (j = 0; j < classes->children; j++) { in zend_compile_try()
5027 if (i == 0 && j == 0) { in zend_compile_try()
5056 for (j = 0; j < classes->children - 1; j++) { in zend_compile_try()
8144 uint32_t i, j; in zend_compile_encaps_list() local
8153 j = 0; in zend_compile_encaps_list()
8176 if (j == 0) { in zend_compile_encaps_list()
8192 if (j == 0) { in zend_compile_encaps_list()
8207 if (j == 1) { in zend_compile_encaps_list()
8221 } else if (j == 2) { in zend_compile_encaps_list()
[all …]
H A Dzend_alloc.c2015 static zend_long zend_mm_find_leaks_small(zend_mm_chunk *p, uint32_t i, uint32_t j, zend_leak_info … argument
2020 …m_debug_info*)((char*)p + ZEND_MM_PAGE_SIZE * i + bin_data_size[bin_num] * (j + 1) - ZEND_MM_ALIGN…
2022 while (j < bin_elements[bin_num]) {
2033 j++;
2101 uint32_t i, j; local
2138 j = 0;
2139 while (j < bin_elements[bin_num]) {
2141 … leak.addr = (zend_mm_debug_info*)((char*)p + ZEND_MM_PAGE_SIZE * i + bin_data_size[bin_num] * j);
2155 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2163 j++;
H A Dzend_virtual_cwd.c547 if (j > start && j != (size_t)-1) { in tsrm_realpath_r()
548 j--; in tsrm_realpath_r()
550 while (j > start && !IS_SLASH(path[j])) { in tsrm_realpath_r()
551 j--; in tsrm_realpath_r()
561 j = 5; in tsrm_realpath_r()
563 path[j+1] == '.' && path[j+2] == '.' && in tsrm_realpath_r()
576 j = 2; in tsrm_realpath_r()
578 return j; in tsrm_realpath_r()
959 if (j > start && j != (size_t)-1) { in tsrm_realpath_r()
980 j += i; in tsrm_realpath_r()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c233 for (j = 0; j < blocks_count; j++) { in place_essa_pis()
824 for (j = 0; j < blocks[succ].predecessors_count; j++) { in zend_ssa_rename()
833 for (j = 0; j < blocks[succ].predecessors_count; j++) in zend_ssa_rename()
867 j = blocks[j].next_child; in zend_ssa_rename()
933 for (j = 0; j < blocks_count; j++) { in zend_build_ssa()
969 for (j = 0; j < blocks_count; j++) { in zend_build_ssa()
1013 for (j = 0; j < op_array->last_var; j++) { in zend_build_ssa()
1014 var[j] = j; in zend_build_ssa()
1306 for (j = 0; j < predecessors_count; j++) { in zend_ssa_remove_phi_source()
1378 for (j = 0; j < next_block->predecessors_count; j++) { in zend_ssa_remove_predecessor()
[all …]

Completed in 226 milliseconds

1234567891011