Searched defs:r2 (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | escape_analysis.c | 63 int r2 = union_find_root(parent, j); in union_find_unite() local
|
H A D | zend_inference.c | 553 static void float_div(zend_long a, zend_long b, zend_long *r1, zend_long *r2) { in float_div()
|
/PHP-8.0/ext/calendar/ |
H A D | jewish.c | 435 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local
|
/PHP-8.0/Zend/ |
H A D | zend_opcode.c | 901 zend_live_range *r2 = r1 + op_array->last_live_range - 1; in zend_calc_live_ranges() local
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 750 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8)) argument 1479 sljit_sw r2; member
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 395 static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) in HWB_Diff() 3026 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit.c | 1466 zend_life_range *r2 = &ival2->range; in zend_interval_intersection() local
|
Completed in 37 milliseconds