Home
last modified time | relevance | path

Searched refs:e1 (Results 51 – 59 of 59) sorted by relevance

123

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3486 v1=e1->u.nval;
3504 e1->u.nval=r;
3514 freeexp(fs,e1);
3519 freeexp(fs,e1);
3522 e1->k=VRELOCABLE;
3530 freeexp(fs,e1);
3537 e1->k=VJMP;
3588 *e1=*e2;
3594 *e1=*e2;
3600 freeexp(fs,e1);
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1095 ir_edge_info *e1 = (ir_edge_info*)b1; in ir_edge_info_cmp() local
1098 if (e1->freq != e2->freq) { in ir_edge_info_cmp()
1099 return e1->freq < e2->freq ? 1 : -1; in ir_edge_info_cmp()
1108 if (e1->from != e2->from) { in ir_edge_info_cmp()
1109 return e2->from - e1->from; in ir_edge_info_cmp()
1111 return e1->to - e2->to; in ir_edge_info_cmp()
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt313 LATIN SMALL LETTER A WITH ACUTE: &#xE1; => e1
314 &#xE1; => e1
H A Dhtml_entity_decode_macroman.phpt323 &#xB7; => e1
448 MIDDLE DOT: &#xB7; => e1
H A Dhtml_entity_decode_iso8859-5.phpt313 CYRILLIC SMALL LETTER ES: &#x441; => e1
H A Dhtml_entity_decode_win1251.phpt445 CYRILLIC SMALL LETTER BE: &#x431; => e1
H A Dhtml_entity_decode_cp866.phpt441 CYRILLIC SMALL LETTER ES: &#x441; => e1
H A Dhtml_entity_decode_koi8-r.phpt441 CYRILLIC CAPITAL LETTER A: &#x410; => e1
/php-src/ext/spl/
H A Dspl_observer.c372 static int spl_object_storage_compare_info(zval *e1, zval *e2) /* {{{ */ in spl_object_storage_compare_info() argument
374 spl_SplObjectStorageElement *s1 = (spl_SplObjectStorageElement*)Z_PTR_P(e1); in spl_object_storage_compare_info()

Completed in 42 milliseconds

123