Home
last modified time | relevance | path

Searched refs:cc (Results 51 – 75 of 81) sorted by relevance

1234

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregcomp.c973 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
988 p = set_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()
2792 CClassNode* cc = CCLASS_(y); in is_exclusive() local
5988 CClassNode* cc = CCLASS_(node); in optimize_nodes() local
5992 if (IS_NOT_NULL(cc->mbuf) || IS_NCCLASS_NOT(cc)) { in optimize_nodes()
6000 z = BITSET_AT(cc->bs, i); in optimize_nodes()
6001 if ((z && ! IS_NCCLASS_NOT(cc)) || (! z && IS_NCCLASS_NOT(cc))) { in optimize_nodes()
7080 CClassNode* cc = (CClassNode* )cc_arg; in onig_is_code_in_cc_len() local
7083 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()
7091 found = BITSET_AT(cc->bs, code) != 0; in onig_is_code_in_cc_len()
[all …]
H A Dregparse.h453 extern int onig_is_code_in_cc P_((OnigEncoding enc, OnigCodePoint code, CClassNode* cc));
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME_japanese90 cc sample.c -L/usr/local/lib -lonig
H A DINSTALL224 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
237 ./configure CC="cc"
241 ./configure CC="cc -nodtk"
H A DREADME106 cc sample.c -L/usr/local/lib -lonig
H A DREADME.md243 cc sample.c -L/usr/local/lib -lonig
/PHP-7.3/scripts/
H A Dphpize.m425 AC_PROG_CC([cc gcc])
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c1743 sljit_ins cc; in sljit_emit_op_flags() local
1749 cc = get_cc(type & 0xff); in sljit_emit_op_flags()
1753 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1778 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1791 sljit_ins cc; in sljit_emit_cmov() local
1804 cc = get_cc(type & 0xff); in sljit_emit_cmov()
1807 return push_inst(compiler, (CSEL ^ inv_bits) | (cc << 12) | RD(dst_reg) | RN(dst_reg) | RM(src)); in sljit_emit_cmov()
/PHP-7.3/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt267 cc => ec
H A Dhtml_entity_decode_iso8859-15.phpt249 LATIN CAPITAL LETTER I WITH GRAVE: &#xCC; => cc
250 &#xCC; => cc
H A Dhtml_entity_decode_macroman.phpt358 &#xC3; => cc
384 LATIN CAPITAL LETTER A WITH TILDE: &#xC3; => cc
H A Dhtml_entity_decode_iso8859-5.phpt249 CYRILLIC CAPITAL LETTER SOFT SIGN: &#x42C; => cc
H A Dhtml_entity_decode_win1251.phpt381 CYRILLIC CAPITAL LETTER EM: &#x41C; => cc
H A Dhtml_entity_decode_cp866.phpt377 BOX DRAWINGS DOUBLE VERTICAL AND RIGHT: &#x2560; => cc
H A Dhtml_entity_decode_koi8-r.phpt377 CYRILLIC SMALL LETTER EL: &#x43B; => cc
/PHP-7.3/ext/phar/tests/
H A Dphar_createdefaultstub.phpt54 'cc' => 'text/plain',
348 'cc' => 'text/plain',
650 'cc' => 'text/plain',
H A Dphar_setdefaultstub.phpt74 'cc' => 'text/plain',
369 'cc' => 'text/plain',
664 'cc' => 'text/plain',
/PHP-7.3/ext/phar/tests/files/
H A Dinclude_path2.phar18 'cc' => 'text/plain',
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar18 'cc' => 'text/plain',
H A Dopenssl.phar18 'cc' => 'text/plain',
/PHP-7.3/ext/gd/libgd/
H A Dgd.c1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
1213 nc = (cc) + (((((c) - (cc)) * (a)) + ((((c) - (cc)) * (a)) >> 8) + 0x80) >> 8);
/PHP-7.3/
H A Dconfigure.ac177 AC_PROG_CC([cc gcc])
589 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
593 AC_MSG_WARN([warnings level for cc set to 0])
H A Dltmain.sh606 *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
788 *.cc) xform=cc ;;

Completed in 345 milliseconds

1234