Searched defs:r1 (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | escape_analysis.c | 62 int r1 = union_find_root(parent, i); 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/ext/standard/ |
H A D | crypt_freesec.c | 612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
|
/PHP-8.0/Zend/ |
H A D | zend_opcode.c | 900 zend_live_range *r1 = op_array->live_range; in zend_calc_live_ranges() local
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 749 #define SLJIT_MEM1(r1) (SLJIT_MEM | (r1)) argument 750 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8)) argument
|
/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 | 1465 zend_life_range *r1 = &ival1->range; in zend_interval_intersection() local
|
Completed in 44 milliseconds