Home
last modified time | relevance | path

Searched refs:rs (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1664 rs = rs - 5; op = op + shl(parse_gpr(params[n]), rs); n = n + 1
1666 rs = rs - 5; op = op + shl(parse_fpr(params[n]), rs); n = n + 1
1668 rs = rs - 5; op = op + shl(parse_vr(params[n]), rs); n = n + 1
1677 rs = rs - 5; op = op + parse_imm(params[n], 5, rs, 0, false); n = n + 1
1679 rs = rs - 5; op = op + parse_imm(params[n], 5, rs, 0, true); n = n + 1
1693 rs = rs - 5; op = op + shl(parse_cond(params[n]), rs); n = n + 1
1695 rs = rs - 5; op = op + shl(parse_cr(params[n]), rs+2); n = n + 1
1697 rs = rs - 5; op = op + parse_imm(params[n], 1, rs, 0, false); n = n + 1
1699 rs = rs - 5; op = op + parse_imm(params[n], 2, rs, 0, false); n = n + 1
1733 rs = rs - 5
[all …]
H A Ddasm_mips.lua906 local rt, rs = match(idx, "^(.*)%(([%w_:]+)%)$")
909 rs = parse_gpr(rs)
910 return shl(rt, 16) + shl(rs, 21)
H A Dminilua.c4815 static int l_strcmp(const TString*ls,const TString*rs){
4818 const char*r=getstr(rs);
4819 size_t lr=rs->tsv.len;
/php-src/ext/com_dotnet/tests/
H A Dgh8750.phpt31 $rs = $db->OpenSchema(-1, new variant(DISP_E_PARAMNOTFOUND, VT_ERROR), "{947bb102-5d43-11d1-bdbf-00…
32 // manual counting since rs.RecordCount is -1 (not supported)
34 while (!$rs->EOF) {
35 $rs->MoveNext();
38 $rs->Close();
/php-src/ext/pdo_dblib/tests/
H A Dbug_54648.phpt15 $rs = $db->query("select cast('1950-01-18 23:00:00' as smalldatetime) as sdt, cast('2030-01-01 23:5…
16 var_dump($rs->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_47588.phpt17 $rs = $db->query('SELECT * FROM "Test Table47588"');
18 var_dump($rs->fetchAll(PDO::FETCH_ASSOC));
H A Dbug_38955.phpt33 $rs = $db->query("SELECT * FROM test38955");
34 $rows = $rs->fetchAll(PDO::FETCH_ASSOC);
/php-src/ext/pgsql/tests/
H A Dbug68638.phpt28 $rs = pg_query($conn, "SELECT * FROM $table");
29 while ($row = pg_fetch_assoc($rs)) {
H A Dpg_update_001.phpt31 $rs = pg_query($conn, "SELECT * FROM {$table_name} UNION SELECT * FROM {$schema_name}.{$table_name}…
32 while ($row = pg_fetch_assoc($rs)) {
/php-src/Zend/tests/
H A Dbug31177.phpt31 $rs = $db->select();
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt57 string(60) "This ????is st????ring ????with ????1234 ????numbe????rs????"
59 string(69) "This ????is st????ring ????with ????%0 and???? %0nul????l cha????rs????"
H A Dstr_split_variation4.phpt118 string(2) "rs"
135 string(2) "rs"
/php-src/ext/mysqli/tests/
H A Dmysqli_reap_async_query_error.phpt22 $rs = $link->reap_async_query();
/php-src/sapi/cli/tests/
H A Dbug74600.phpt14 [PHP]\n;\rs=\000\000=\n;\r[PATH\000]\000\376 =\n
/php-src/ext/standard/tests/file/
H A Dfilesize_variation4.phpt20 rs, 12345(numeric) chars, and \n(newline char), \t(tab), \0, \r and so on........\0";
/php-src/ext/date/
H A Dphp_date.c5454 int rs; in php_do_date_sunrise_sunset() local
5508rs = timelib_astro_rise_set_altitude(t, longitude, latitude, altitude, 1, &h_rise, &h_set, &rise, … in php_do_date_sunrise_sunset()
5511 if (rs != 0) { in php_do_date_sunrise_sunset()
5557 int rs; in PHP_FUNCTION() local
5584 switch (rs) { in PHP_FUNCTION()
5603rs = timelib_astro_rise_set_altitude(t, longitude, latitude, -6.0, 0, &ddummy, &ddummy, &rise, &se… in PHP_FUNCTION()
5604 switch (rs) { in PHP_FUNCTION()
5621rs = timelib_astro_rise_set_altitude(t, longitude, latitude, -12.0, 0, &ddummy, &ddummy, &rise, &s… in PHP_FUNCTION()
5622 switch (rs) { in PHP_FUNCTION()
5639rs = timelib_astro_rise_set_altitude(t, longitude, latitude, -18.0, 0, &ddummy, &ddummy, &rise, &s… in PHP_FUNCTION()
[all …]

Completed in 60 milliseconds