Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 70) sorted by path

123

/php-src/Zend/tests/
H A Dbinary-32bit.phpt7 var_dump(0b1);
79 var_dump(-0b1);
H A Dbinary.phpt9 var_dump(0b1);
81 var_dump(-0b1);
H A Dbug76860_2.phpt15 protected static $b = "b1";
H A Dclass_properties_static.phpt6 public $b1 = 1 + 1;
12 $f->b1,
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_052.phpt9 public \B $b1;
24 ["b1"]=>
H A Dtyped_properties_059.phpt7 public ?int $b1;
27 ["b1"]=>
/php-src/Zend/
H A Dzend_API.c2383 Bucket *b1 = base; in zend_sort_modules() local
2385 Bucket *end = b1 + count; in zend_sort_modules()
2389 while (b1 < end) { in zend_sort_modules()
2391 m = (zend_module_entry*)Z_PTR(b1->val); in zend_sort_modules()
2396 b2 = b1 + 1; in zend_sort_modules()
2400 tmp = *b1; in zend_sort_modules()
2401 *b1 = *b2; in zend_sort_modules()
2411 b1++; in zend_sort_modules()
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/build/
H A Dconfig.sub694 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
H A Dphp_cxx_compile_stdcxx.m4654 int b1, b2 = 42;
840 B<5> b1;
/php-src/ext/dom/tests/
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>
H A Ddom_test.inc14 <row><entry>a1</entry><entry morerows='1'>b1</entry><entry>c1</entry></row>
H A Dgh11500.phpt13 $b1 = $a1->appendChild($dom->createElementNS('http://example.com', 'b1'));
24 var_dump($b1->namespaceURI);
35 $b1 = $a1->appendChild($dom->createElementNS('http://example.com', 'b1'));
36 $c1 = $b1->appendChild($dom->createElementNS('http://example.com', 'c1'));
54 var_dump($b1->namespaceURI);
87 var_dump($dom->documentElement->firstChild->firstChild->namespaceURI); // b1
102 <root xmlns="http://example.com"><a1><b1/></a1><a2><b2/></a2></root>
110 <root xmlns="http://example2.com"><a1 xmlns="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http…
120 <root xmlns="http://example.com"><a1><b1><c1/></b1></a1><a2><b2><c2/></b2></a2></root>
130 <root xmlns="http://example2.com"><a1 xmlns="http://example.com"><b1><c1/></b1></a1><a2 xmlns="http…
[all …]
/php-src/ext/ffi/tests/
H A D021.phpt15 test(4, "enum {a1, b1}");
/php-src/ext/fileinfo/tests/
H A Dmagic13508 >1 ubyte&0xC0 0x40 \b1
20835 >>101 ubeshort&0xf 0x0 \b1-WHITE=1
20850 >>101 ubeshort&0xf 0xf \b1-BLACK=1
23154 >>>101 beshort&0xf 0x0 \b1-WHITE=1
23169 >>>101 beshort&0xf 0xf \b1-BLACK=1
31413 # - b1=number of colors: 0=16 colors, 1=8 colors
31417 # - b1=256 fixed colors using the MSX SCR8 palette
33712 >0 byte&0xF0 0x10 \b1
33724 >0 byte&0x0F 1 \b1
H A Dmagic私はガラスを食べられます13508 >1 ubyte&0xC0 0x40 \b1
20835 >>101 ubeshort&0xf 0x0 \b1-WHITE=1
20850 >>101 ubeshort&0xf 0xf \b1-BLACK=1
23154 >>>101 beshort&0xf 0x0 \b1-WHITE=1
23169 >>>101 beshort&0xf 0xf \b1-BLACK=1
31413 # - b1=number of colors: 0=16 colors, 1=8 colors
31417 # - b1=256 fixed colors using the MSX SCR8 palette
33712 >0 byte&0xF0 0x10 \b1
33724 >0 byte&0x0F 1 \b1
/php-src/ext/gd/libgd/
H A Dgd.c365 static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) in HWB_Diff() argument
371 SETUP_RGB(RGB1, r1, g1, b1); in HWB_Diff()
2996 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local
3004 b1 = gdBlueMax - (a1 * (gdBlueMax - gdTrueColorGetBlue(src))) / gdAlphaMax; in gdLayerMultiply()
3012 ((b1*b2/gdBlueMax)) in gdLayerMultiply()
H A Dgd_topal.c549 register boxptr b1, b2; in median_cut() local
568 b2->c0max = b1->c0max; in median_cut()
578 c0 = ((b1->c0max - b1->c0min) << C0_SHIFT) * C0_SCALE; in median_cut()
579 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE; in median_cut()
580 c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE; in median_cut()
618 lb = (b1->c0max + b1->c0min) / 2; in median_cut()
619 b1->c0max = lb; in median_cut()
623 lb = (b1->c1max + b1->c1min) / 2; in median_cut()
624 b1->c1max = lb; in median_cut()
628 lb = (b1->c2max + b1->c2min) / 2; in median_cut()
[all …]
/php-src/ext/mbstring/tests/
H A Dgh10648.phpt13 'JIS X 0201 8bit kana' => 'b1', // 'ア' in JIS
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php610 usort($buckets, function ($b1, $b2) {
611 return -(count($b1) <=> count($b2));
/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 …]
/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 …]
H A Dminilua.c564 #define bit2mask(b1,b2)(bitmask(b1)|bitmask(b2)) argument
568 #define set2bits(x,b1,b2)setbits(x,(bit2mask(b1,b2))) argument
569 #define reset2bits(x,b1,b2)resetbits(x,(bit2mask(b1,b2))) argument
570 #define test2bits(x,b1,b2)testbits(x,(bit2mask(b1,b2))) argument
/php-src/ext/opcache/jit/ir/
H A Dir.c1516 static int ir_hashtab_key_cmp(const void *b1, const void *b2) argument
1518 return ((ir_hashtab_bucket*)b1)->key - ((ir_hashtab_bucket*)b2)->key;
H A Dir_aarch64.h47 _(V1, d1, s1, h1, b1) \

Completed in 387 milliseconds

123