Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 258) sorted by relevance

1234567891011

/PHP-5.6/ext/hash/
H A Dhash_ripemd.c212 for(j = 0; j < 16; j++) { in RIPEMD128Transform()
219 for(j = 16; j < 32; j++) { in RIPEMD128Transform()
226 for(j = 32; j < 48; j++) { in RIPEMD128Transform()
233 for(j = 48; j < 64; j++) { in RIPEMD128Transform()
303 for(j = 0; j < 16; j++) { in RIPEMD256Transform()
311 for(j = 16; j < 32; j++) { in RIPEMD256Transform()
319 for(j = 32; j < 48; j++) { in RIPEMD256Transform()
327 for(j = 48; j < 64; j++) { in RIPEMD256Transform()
401 for(j = 0; j < 16; j++) { in RIPEMD160Transform()
408 for(j = 16; j < 32; j++) { in RIPEMD160Transform()
[all …]
/PHP-5.6/ext/opcache/Optimizer/
H A Dnop_removal.c9 int j; in nop_removal() local
95 for (j = 0; j < op_array->last_brk_cont; j++) { in nop_removal()
96 op_array->brk_cont_array[j].brk -= shiftlist[op_array->brk_cont_array[j].brk]; in nop_removal()
97 op_array->brk_cont_array[j].cont -= shiftlist[op_array->brk_cont_array[j].cont]; in nop_removal()
98 op_array->brk_cont_array[j].start -= shiftlist[op_array->brk_cont_array[j].start]; in nop_removal()
102 for (j = 0; j < op_array->last_try_catch; j++) { in nop_removal()
103 op_array->try_catch_array[j].try_op -= shiftlist[op_array->try_catch_array[j].try_op]; in nop_removal()
104 op_array->try_catch_array[j].catch_op -= shiftlist[op_array->try_catch_array[j].catch_op]; in nop_removal()
106 if (op_array->try_catch_array[j].finally_op) { in nop_removal()
107 op_array->try_catch_array[j].finally_op -= shiftlist[op_array->try_catch_array[j].finally_op]; in nop_removal()
[all …]
H A Dcompact_literals.c296 l_null = j; in optimizer_compact_literals()
301 j++; in optimizer_compact_literals()
313 j++; in optimizer_compact_literals()
323 j++; in optimizer_compact_literals()
332 map[i] = j; in optimizer_compact_literals()
338 j++; in optimizer_compact_literals()
351 j++; in optimizer_compact_literals()
416 j++; in optimizer_compact_literals()
428 j++; in optimizer_compact_literals()
435 map[i] = j; in optimizer_compact_literals()
[all …]
/PHP-5.6/tests/lang/
H A D024.phpt29 $j = 3;
112 $i=$j=0;
116 $j++;
149 $j = $i*2+$j*($i++);
172 $j += ++$i; /* ++$i --> $i==2, $j += 2 --> $j==2 */
183 $j *= $i; /* $j *= 2 --> $j == 4 */
219 $j=20;
244 ${"test$i$j"}[$k] = $i+$j+$k;
328 echo " \$j=$j\n";
354 echo " \$j=$j\n";
[all …]
H A D023.phpt198 $j=3<br>
201 $j=4<br>
205 $j=0<br>
206 $j=1<br>
207 $j=2<br>
214 $j=3<br>
217 $j=4<br>
221 $j=0<br>
222 $j=1<br>
223 $j=2<br>
[all …]
/PHP-5.6/ext/skeleton/
H A Dcreate_stubs12 function convert(i, j, t)
14 type = argtypes[i,j]
15 name = argnames[i,j]
16 opt = optionals[i,j]
204 for (j = 0; j < maxargs[i]; j++) {
214 if (j > minargs[i]-1) {
221 argnames[i,j] \
226 argnames[i,j] \
230 if (j > 0) proto = proto ", "
231 proto = proto argtypes[i,j] " " argnames[i,j]
[all …]
/PHP-5.6/ext/mbstring/ucgendat/
H A Ducgendat.c308 for (j = rlp->used; j > i; j -= 2) { in add_range()
437 for (j = rlp->used; j > i; j -= 2) { in ordered_range_insert()
496 for (j = *pdecomps_used; j > i; j--) in add_decomp()
560 for (j = title_used; j > i; j--) in add_title()
607 for (j = upper_used; j > i; j--) in add_upper()
654 for (j = lower_used; j > i; j--) in add_lower()
725 for (j = ccl_used; j > i; j -= 3) { in ordered_ccl_insert()
804 for (j = ncodes_used; j > i; j--) { in add_number()
1391 for (j=0; j<proptbl[i].used; j++) { in write_cdata()
1616 for (j=0; j<decomps[i].used; j++) { in write_cdata()
[all …]
/PHP-5.6/ext/gd/tests/
H A Dbug43073.phpt43 for ($j = 0; $j < 8; $j++) {
44 if ($bbox[$j] >= $exp[$i][$j] - 1 && $bbox[$j] <= $exp[$i][$j] + 1) {
47 echo "(expected $exp[$i][$j], got $bbox[$j])";
H A Dbug74435.phpt14 for ($j = 0; $j < $height; $j += 16) {
15 if (($index = imagecolorat($im, $i, $j)) >= 2) {
18 echo "unexpected color at ($i, $j)\n";
H A Dbug51263.phpt20 for ($j=0; $j<30; $j++) {
22 $c = imagecolorat($img, $i, $j);
24 echo "KO: ($i, $j)\n";
/PHP-5.6/ext/gd/libgd/
H A Dgd_filter.c232 int x, y, i, j, new_a; in gdImageConvolution() local
262 for (j=0; j<3; j++) { in gdImageConvolution()
293 int x, y, i, j; in gdImageSelectiveBlur() local
323 for (j=0; j<3; j++) { in gdImageSelectiveBlur()
339 flt_r[j][i] = 1.0f; in gdImageSelectiveBlur()
350 flt_g[j][i] = 1.0f; in gdImageSelectiveBlur()
361 flt_b[j][i] = 1.0f; in gdImageSelectiveBlur()
365 flt_r_sum += flt_r[j][i]; in gdImageSelectiveBlur()
366 flt_g_sum += flt_g[j][i]; in gdImageSelectiveBlur()
371 for (j=0; j<3; j++) { in gdImageSelectiveBlur()
[all …]
H A Dgdkanji.c386 int p1, p2, i, j; in do_convert()
390 j = 0; in do_convert()
420 to[j++] = SS2; in do_convert()
424 to[j++] = from[i]; in do_convert()
434 to[j++] = p1; in do_convert()
438 to[j++] = p1; in do_convert()
455 if (j >= BUFSIZ) in do_convert()
461 to[j] = '\0'; in do_convert()
469 int p1, p2, i, j; in do_check_and_conv() local
520 j = 0; in do_check_and_conv()
[all …]
H A Dwebpng.c139 int j; in main() local
144 for (j = 0; (j < gdImageColorsTotal (im)); j++) in main()
148 j, in main()
149 gdImageRed (im, j), in main()
150 gdImageGreen (im, j), in main()
151 gdImageBlue (im, j), in main()
152 gdImageAlpha (im, j)); in main()
/PHP-5.6/ext/standard/
H A Dcrypt_freesec.c233 for (j = 0; j < 64; j++) { in _crypt_extended_init()
234 b = (j & 0x20) | ((j & 1) << 4) | ((j >> 1) & 0xf); in _crypt_extended_init()
244 for (j = 0; j < 64; j++) in _crypt_extended_init()
285 for (j = 0; j < 8; j++) { in _crypt_extended_init()
286 inbit = 8 * k + j; in _crypt_extended_init()
302 for (j = 0; j < 7; j++) { in _crypt_extended_init()
303 inbit = 8 * k + j; in _crypt_extended_init()
315 for (j = 0; j < 7; j++) { in _crypt_extended_init()
316 inbit = 7 * k + j; in _crypt_extended_init()
339 for (j = 0; j < 8; j++) { in _crypt_extended_init()
[all …]
H A Dbase64.c152 int ch, i = 0, j = 0, k; in php_base64_decode_ex() local
186 result[j] = ch << 2; in php_base64_decode_ex()
189 result[j++] |= ch >> 4; in php_base64_decode_ex()
190 result[j] = (ch & 0x0f) << 4; in php_base64_decode_ex()
193 result[j++] |= ch >>2; in php_base64_decode_ex()
194 result[j] = (ch & 0x03) << 6; in php_base64_decode_ex()
197 result[j++] |= ch; in php_base64_decode_ex()
203 k = j; in php_base64_decode_ex()
217 *ret_length = j; in php_base64_decode_ex()
219 result[j] = '\0'; in php_base64_decode_ex()
H A Dbrowscap.c87 int i, j=0; in convert_browscap_pattern() local
94 t[j++] = '~'; in convert_browscap_pattern()
95 t[j++] = '^'; in convert_browscap_pattern()
100 t[j] = '.'; in convert_browscap_pattern()
104 t[j] = '*'; in convert_browscap_pattern()
108 t[j] = '.'; in convert_browscap_pattern()
116 t[j] = '('; in convert_browscap_pattern()
120 t[j] = ')'; in convert_browscap_pattern()
136 t[j++] = '$'; in convert_browscap_pattern()
137 t[j++] = '~'; in convert_browscap_pattern()
[all …]
/PHP-5.6/ext/date/tests/
H A Ddate_diff.phpt23 for ( $j = 0; $j < COUNT * 12; $j++)
25 $diff = date_diff( $dates[$i], $dates[$j] );
29 $dates[$j]->format( 'Y-m-d' ),
37 if ( $current > $dates[$j] )
45 if ( $current != $dates[$j] )
51 $dates[$j]->format( 'Y-m-d' ), ")\n";
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_ord2utf8.c72 register int i, j; in PRIV() local
77 for (j = i; j > 0; j--) in PRIV()
/PHP-5.6/ext/standard/tests/array/
H A Darray_sum.phpt17 $j = 0;
18 while ($j++ < 100000) {
19 $c[] = $j;
20 $d[] = (string) $j;
/PHP-5.6/Zend/
H A Dbench.php234 $j = $l << 1;
235 while ($j <= $ir) {
236 if (($j < $ir) && ($ra[$j] < $ra[$j+1])) {
237 $j++;
239 if ($rra < $ra[$j]) {
240 $ra[$i] = $ra[$j];
241 $j += ($i = $j);
243 $j = $ir + 1;
271 for ($j=0; $j<$cols; $j++) {
281 for ($j=0; $j<$cols; $j++) {
[all …]
/PHP-5.6/win32/build/
H A Dconfutils.js185 for (j = 0; j < a.length - i; j++) {
188 for (j = i; j < b.length; j++) {
344 for (j = 0; j < configure_args.length; j++) {
410 for (j = 0; j < n; j++) {
452 for (j = 0; j < core_module_list.length; j++) {
688 for (j = 0; j < subdirs.length; j++) {
1554 for (j=0; j < l; j++) {
1582 for (j=0; j < k; j++) {
1588 for (j=0; j < l; j++) {
1602 for (j=0; j < l; j++) {
[all …]
/PHP-5.6/ext/fileinfo/
H A Dcreate_data_file.php6 $j = 0; variable
11 if ($j % 16 == 15) {
14 $j++;
/PHP-5.6/TSRM/
H A DTSRM.c174 int j; in tsrm_shutdown() local
177 for (j=0; j<p->count; j++) { in tsrm_shutdown()
178 if (p->storage[j]) { in tsrm_shutdown()
180 resource_types_table[j].dtor(p->storage[j], &p->storage); in tsrm_shutdown()
182 free(p->storage[j]); in tsrm_shutdown()
249 int j; in ts_allocate_id() local
252 for (j=p->count; j<id_count; j++) { in ts_allocate_id()
253 p->storage[j] = (void *) malloc(resource_types_table[j].size); in ts_allocate_id()
255 resource_types_table[j].ctor(p->storage[j], &p->storage); in ts_allocate_id()
544 if (p->count > j && p->storage[j]) { in ts_free_id()
[all …]
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c93 int i, j; in mbfl_name2language() local
117 j = 0; in mbfl_name2language()
118 while ((*language->aliases)[j] != NULL) { in mbfl_name2language()
119 if (strcasecmp((*language->aliases)[j], name) == 0) { in mbfl_name2language()
122 j++; in mbfl_name2language()
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dunicode.c11020 int i, j, k, r; local
11027 for (j = 0; j < p11->to.n; j++) {
11068 for (j = 0; j < p11->to.n; j++) {
11073 code = p11->to.code[j];
11095 for (j = 0; j < CaseUnfold_12[i].to.n; j++) {
11101 if (k == j) continue;
11116 for (j = 0; j < CaseUnfold_12_Locale[i].to.n; j++) {
11137 for (j = 0; j < CaseUnfold_13[i].to.n; j++) {
11161 int n, i, j, k, len; local
11242 for (j = 0; j < ncs[1]; j++) {
[all …]

Completed in 138 milliseconds

1234567891011