Home
last modified time | relevance | path

Searched refs:lt (Results 101 – 109 of 109) sorted by relevance

12345

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua243 hi = 8, ls = 9, ge = 10, lt = 11, gt = 12, le = 13, al = 14,
H A Ddasm_ppc.lua227 lt = 0, gt = 1, eq = 2, so = 3,
/php-src/build/
H A Dltmain.sh359 my_xlib_u=lt$extracted_serial-$my_xlib ;;
4916 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
5588 newobj=lt$counter-$objbase
H A Dphp.m41689 if test -z "$php_bison_num" || test "$php_bison_num" -lt "$php_bison_required_num"; then
1755 if test -z "$php_re2c_num" || test "$php_re2c_num" -lt "$php_re2c_required_num"; then
1794 if test "$php_version_num" -lt 70400; then
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2205 | csel Rx(def_reg), Rx(def_reg), Rx(op1_reg), lt
2214 | csel Rw(def_reg), Rw(def_reg), Rw(op1_reg), lt
2491 | cneg Rx(def_reg), Rx(op1_reg), lt
2494 | cneg Rw(def_reg), Rw(op1_reg), lt
2780 | cset Rw(def_reg), lt
2883 | cset Rw(def_reg), lt
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt1326 "<",
3460 &lt; => < 3c
H A Dhtmlentities_html5.phpt132 &lt; U+0003C
/php-src/ext/standard/html_tables/
H A Dents_html5.txt1321 lt 0003C
/php-src/ext/mbstring/
H A Dmbstring.c1786 __m128i lt = _mm_cmplt_epi8(operand, threshold); /* Find all which are continuation bytes */ in mb_fast_strlen_utf8() local
1787 counter = _mm_add_epi8(counter, _mm_and_si128(lt, delta)); /* Update the 16 counters */ in mb_fast_strlen_utf8()

Completed in 65 milliseconds

12345