Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/build/
H A Dorder_by_dep.awk3 orig_fs = FS;
13 FS="[(,) \t]+"
24 FS=orig_fs;
H A Dlibtool.m41348 BEGIN {RS=" "; FS="/|\n";} {
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput2113 FS>testdata/saved16BE-1
15 FS>testdata/saved32BE-1
H A Dtestoutput21-1617 FS>testdata/saved16BE-1
19 FS>testdata/saved32BE-1
H A Dtestoutput21-3217 FS>testdata/saved16BE-1
19 FS>testdata/saved32BE-1
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk32 FS="[ \t#]"
/PHP-5.5/ext/gd/tests/
H A Dlibgd00191.phpt2 libgd FS#191 (A circle becomes square)
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmk_eaw_tbl.awk12 FS = "[;.|# ]"
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c87 #define FS(s) ((s) << 11) macro
1315 return push_inst(compiler, MFC1 | flags | T(dst) | FS(TMP_FREG1), MOVABLE_INS); in sljit_emit_fop1_convw_fromd()
1338 FAIL_IF(push_inst(compiler, MTC1 | flags | T(src) | FS(TMP_FREG1), MOVABLE_INS)); in sljit_emit_fop1_convd_fromw()
1349 FAIL_IF(push_inst(compiler, MTC1 | flags | T(TMP_REG1) | FS(TMP_FREG1), MOVABLE_INS)); in sljit_emit_fop1_convd_fromw()
1383 FAIL_IF(push_inst(compiler, C_UEQ_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS)); in sljit_emit_fop1_cmp()
1390 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS)); in sljit_emit_fop1_cmp()
1392 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src1) | FS(src2), UNMOVABLE_INS)); in sljit_emit_fop1_cmp()
1399 return push_inst(compiler, C_UN_S | FMT(op) | FT(src2) | FS(src1), FCSR_FCC); in sljit_emit_fop1_cmp()
1431 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
1437 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); in sljit_emit_fop1()
[all …]
H A DsljitNativePPC_common.c117 #define FS(fs) ((fs) << 21) macro
1746 FAIL_IF(push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(SLJIT_SP) | B(TMP_REG1))); in sljit_emit_fop1_convw_fromd()
1777 return push_inst(compiler, STFIWX | FS(TMP_FREG1) | A(dst & REG_MASK) | B(dstw)); in sljit_emit_fop1_convw_fromd()
/PHP-5.5/ext/curl/
H A Dconfig.m440 …curl_version=`echo ${curl_version_full} | sed -e 's/libcurl //' | $AWK 'BEGIN { FS = "."; } { prin…

Completed in 55 milliseconds