Home
last modified time | relevance | path

Searched refs:b1 (Results 26 – 50 of 70) sorted by relevance

123

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1432 local b1 = "b"..cond
1435 map_op[b1.."_1"] = tohex(0x40800000 + c1).."K"
1436 map_op[b1.."y_1"] = tohex(0x40a00000 + c1).."K"
1437 map_op[b1.."l_1"] = tohex(0x40800001 + c1).."K"
1438 map_op[b1.."_2"] = tohex(0x40800000 + c1).."-XK"
1439 map_op[b1.."y_2"] = tohex(0x40a00000 + c1).."-XK"
1440 map_op[b1.."l_2"] = tohex(0x40800001 + c1).."-XK"
1442 map_op[b1.."lr_0"] = tohex(0x4c800020 + c1)
1443 map_op[b1.."lrl_0"] = tohex(0x4c800021 + c1)
1444 map_op[b1.."ctr_0"] = tohex(0x4c800420 + c1)
[all …]
/php-src/ext/xsl/tests/
H A Dxslt002.phpt25 a1 b1 c1 <br>
H A Dxslt012.phpt48 a1 b1 c1 <br/>
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c64 b1 = ctx->cfg_blocks[b1].dom_parent; in ir_gcm_find_lca()
70 while (b1 != b2) { in ir_gcm_find_lca()
71 b1 = ctx->cfg_blocks[b1].dom_parent; in ir_gcm_find_lca()
689 ir_hashtab_bucket *b1, *b2; in ir_xlat_binding() local
697 b1 = binding->data; in ir_xlat_binding()
700 key = b1->key; in ir_xlat_binding()
705 if (b1->val > 0) { in ir_xlat_binding()
706 IR_ASSERT(_xlat[b1->val]); in ir_xlat_binding()
707 b2->val = _xlat[b1->val]; in ir_xlat_binding()
709 b2->val = b1->val; in ir_xlat_binding()
[all …]
H A Dir_check.c73 uint32_t b1 = ctx->cfg_map[def]; in ir_check_domination() local
76 uint32_t b1_depth = blocks[b1].dom_depth; in ir_check_domination()
79 if (b1 == b2) { in ir_check_domination()
86 return b1 == b2; in ir_check_domination()
H A Dir_aarch64.h47 _(V1, d1, s1, h1, b1) \
/php-src/ext/standard/tests/strings/
H A Dvsprintf_basic9.phpt38 string(7) "b 84 b1"
H A Dvprintf_basic9.phpt52 b 84 b1
H A Dvfprintf_basic9.phpt52 b 84 b1
H A Dsprintf_basic9.phpt47 string(7) "b 84 b1"
H A Dprintf_basic9.phpt73 b 84 b1
H A Dstrtolower.phpt231 b1 => b1
H A Dstrtoupper1.phpt234 b1 => b1
/php-src/Zend/tests/
H A Dbug76860_2.phpt15 protected static $b = "b1";
/php-src/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt21 '0b1 1'
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_array_error.phpt68 '1b1' => function () {
/php-src/ext/dom/tests/
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
H A Ddom001.phpt198 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
257 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
/php-src/Zend/
H A Dzend_strtod.c659 Bigint *b1; local
688 Bcopy(b1, b);
690 b = b1;
983 b = b1;
1014 Bigint *b1; local
1027 x1 = b1->x;
1062 return b1;
1692 Bigint *b1; local
1706 Bcopy(b1,b);
1708 b = b1;
[all …]
/php-src/ext/mbstring/tests/
H A Dgh10648.phpt13 'JIS X 0201 8bit kana' => 'b1', // 'ア' in JIS
/php-src/ext/standard/
H A Dbase64.c679 #define build_dword(b0, b1, b2, b3) \ argument
680 ((uint32_t)(uint8_t)b0 << 0) | ((uint32_t)(uint8_t)b1 << 8) | \
683 #define _mm512_set4lanes_epi8(b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15)… argument
684 _mm512_setr4_epi32(build_dword(b0, b1, b2, b3), build_dword(b4, b5, b6, b7), \
H A Dvar.c1114 char b1[32], b2[32]; in php_var_serialize_intern() local
1115 char *s1 = zend_print_long_to_buf(b1 + sizeof(b1) - 1, ZSTR_LEN(Z_OBJCE_P(struc)->name)); in php_var_serialize_intern()
1116 size_t l1 = b1 + sizeof(b1) - 1 - s1; in php_var_serialize_intern()
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php610 usort($buckets, function ($b1, $b2) {
611 return -(count($b1) <=> count($b2));
/php-src/ext/ffi/tests/
H A D021.phpt15 test(4, "enum {a1, b1}");
/php-src/ext/opcache/
H A DZendAccelerator.c3644 Bucket *b1 = base; local
3646 Bucket *end = b1 + count;
3650 while (b1 < end) {
3652 ce = (zend_class_entry*)Z_PTR(b1->val);
3656 b2 = b1 + 1;
3659 tmp = *b1;
3660 *b1 = *b2;
3673 b2 = b1 + 1;
3676 tmp = *b1;
3677 *b1 = *b2;
[all …]

Completed in 99 milliseconds

123