Home
last modified time | relevance | path

Searched refs:a2 (Results 51 – 75 of 80) sorted by relevance

1234

/php-src/Zend/asm/
H A Dmake_loongarch64_sysv_elf_gas.S54 st.d $a2, $a0, 152
H A Djump_mips32_o32_elf_gas.S108 sw $a2, 4($v0) # data of transfer_t
111 move $a1, $a2
H A Dmake_mips64_n64_elf_gas.S68 sd $a2, 152($v0)
H A Dmake_mips32_o32_elf_gas.S67 sw $a2, 92($v0)
/php-src/ext/xsl/tests/
H A Dxslt012.phpt49 a2 c2 <br/>
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h513 #define ir_CALL_2(type, func, a1, a2) _ir_CALL_2(_ir_CTX, type, func, a1, a2) argument
514 #define ir_CALL_3(type, func, a1, a2, a3) _ir_CALL_3(_ir_CTX, type, func, a1, a2, a3) argument
515 #define ir_CALL_4(type, func, a1, a2, a3, a4) _ir_CALL_4(_ir_CTX, type, func, a1, a2, a3, a4) argument
516 #define ir_CALL_5(type, func, a1, a2, a3, a4, a5) _ir_CALL_5(_ir_CTX, type, func, a1, a2, a3, a4, … argument
521 #define ir_TAILCALL_2(type, func, a1, a2) _ir_TAILCALL_2(_ir_CTX, type, func, a1, a2) argument
522 #define ir_TAILCALL_3(type, func, a1, a2, a3) _ir_TAILCALL_3(_ir_CTX, type, func, a1, a2, a… argument
523 #define ir_TAILCALL_4(type, func, a1, a2, a3, a4) _ir_TAILCALL_4(_ir_CTX, type, func, a1, a2, a… argument
524 #define ir_TAILCALL_5(type, func, a1, a2, a3, a4, a5) _ir_TAILCALL_5(_ir_CTX, type, func, a1, a2, a… argument
H A Dir.h317 _(ALLOCA, a2, src, def, ___) /* alloca(def) */ \
318 _(AFREE, a2, src, def, ___) /* revert alloca(def) */ \
320 _(BLOCK_END, a2, src, def, ___) /* stackrestore */ \
/php-src/ext/dom/tests/
H A Ddom_test.inc15 <row><entry>a2</entry><entry>c2</entry></row>
H A Ddom001.phpt199 <row><entry>a2</entry><entry>c2</entry></row>
258 <row><entry>a2</entry><entry>c2</entry></row>
/php-src/ext/snmp/
H A Dsnmp.c1126 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in php_snmp() local
1146 Z_PARAM_STR(a2) in php_snmp()
1166 Z_PARAM_STR(a2) in php_snmp()
1182 Z_PARAM_STR(a2) in php_snmp()
1197 Z_PARAM_STR(a2) in php_snmp()
1246 if (!netsnmp_session_init(&session, version, a1, a2, timeout, retries)) { in php_snmp()
1524 zend_string *a1, *a2; in PHP_METHOD() local
1550 if (!netsnmp_session_init(&(snmp_object->session), version, a1, a2, timeout, retries)) { in PHP_METHOD()
1614 zend_string *a1 = NULL, *a2 = NULL, *a3 = NULL, *a4 = NULL, *a5 = NULL, *a6 = NULL, *a7 = NULL; in PHP_METHOD() local
1618 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|SSSSSS", &a1, &a2, &a3, &a4,&a5, &a6, &a7) == FAILUR… in PHP_METHOD()
[all …]
/php-src/Zend/tests/
H A Dbug55509.phpt66 $a2 = str_repeat("2", 1024 * 1024 * 1024 * 0.5);
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt216 a2 => a2
H A Dstrtoupper1.phpt219 a2 => a2
H A Dchunk_split_variation12.phpt90 specai@! ch@r$ a__with wroang \k escaape char 22a2.a"
H A Dhtml_entity_decode_iso8859-15.phpt124 CENT SIGN: &#xA2; => a2
125 &#xA2; => a2
H A Dhtml_entity_decode_macroman.phpt259 CENT SIGN: &#xA2; => a2
260 &#xA2; => a2
H A Dhtml_entity_decode_iso8859-5.phpt124 CYRILLIC CAPITAL LETTER DJE: &#x402; => a2
H A Dhtml_entity_decode_win1251.phpt256 CYRILLIC SMALL LETTER SHORT U: &#x45E; => a2
H A Dhtml_entity_decode_cp866.phpt252 CYRILLIC SMALL LETTER VE: &#x432; => a2
H A Dhtml_entity_decode_koi8-r.phpt252 BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE: &#x2552; => a2
/php-src/ext/ffi/tests/
H A D046.phpt14 $x = FFI::type("enum __attribute__((packed)) {a2, b2}");
H A D021.phpt16 test(1, "enum __attribute__((packed)) {a2, b2}");
/php-src/ext/gd/libgd/
H A Dgd.c2963 int a1, a2; in gdLayerOverlay() local
2965 a2 = gdAlphaMax - gdTrueColorGetAlpha(src); in gdLayerOverlay()
2966 return ( ((gdAlphaMax - a1*a2/gdAlphaMax) << 24) + in gdLayerOverlay()
2996 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
2998 a2 = gdAlphaMax - gdTrueColorGetAlpha(dst); in gdLayerMultiply()
3001 r2 = gdRedMax - (a2 * (gdRedMax - gdTrueColorGetRed(dst))) / gdAlphaMax; in gdLayerMultiply()
3003 g2 = gdGreenMax - (a2 * (gdGreenMax - gdTrueColorGetGreen(dst))) / gdAlphaMax; in gdLayerMultiply()
3005 b2 = gdBlueMax - (a2 * (gdBlueMax - gdTrueColorGetBlue(dst))) / gdAlphaMax ; in gdLayerMultiply()
3008 a2 = gdAlphaMax - a2; in gdLayerMultiply()
3009 return ( ((a1*a2/gdAlphaMax) << 24) + in gdLayerMultiply()
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4223 add(T1 a1, T2 a2) -> decltype(a1 + a2)
225 return a1 + a2;
/php-src/Zend/
H A Dzend_operators.h484 ZEND_API int ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2);

Completed in 62 milliseconds

1234