Home
last modified time | relevance | path

Searched refs:C6 (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/hash/
H A Dhash_whirlpool.c89 C6[(int)(K[2] >> 8) & 0xff] ^ in WhirlpoolTransform()
99 C6[(int)(K[3] >> 8) & 0xff] ^ in WhirlpoolTransform()
108 C6[(int)(K[4] >> 8) & 0xff] ^ in WhirlpoolTransform()
117 C6[(int)(K[5] >> 8) & 0xff] ^ in WhirlpoolTransform()
126 C6[(int)(K[6] >> 8) & 0xff] ^ in WhirlpoolTransform()
135 C6[(int)(K[7] >> 8) & 0xff] ^ in WhirlpoolTransform()
144 C6[(int)(K[0] >> 8) & 0xff] ^ in WhirlpoolTransform()
153 C6[(int)(K[1] >> 8) & 0xff] ^ in WhirlpoolTransform()
173 C6[(int)(state[2] >> 8) & 0xff] ^ in WhirlpoolTransform()
183 C6[(int)(state[3] >> 8) & 0xff] ^ in WhirlpoolTransform()
[all …]
H A Dphp_hash_whirlpool_tables.h442 static const php_hash_uint64 C6[256] = { variable
/PHP-5.3/ext/oci8/tests/
H A Dbug41069.phpt101 ["C6"]=>
130 ["C6"]=>
159 ["C6"]=>
191 ["C6"]=>
220 ["C6"]=>
249 ["C6"]=>
H A Dbug42173.phpt81 ["C6"]=>
136 Column C6
138 string(2) "C6"
/PHP-5.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt33 "=?EUC-JP?Q?=C6=FC=CB=DC=B8=EC=A5=C6=A5=AD=A5=B9=A5=C8=A4=C7=A4=B9=A1=A3?=
H A Dmb_encode_mimeheader_basic3.phpt67 string(140) "=?EUC-JP?Q?=C6=FC=CB=DC=B8=EC=A5=C6=A5=AD=A5=B9=A5=C8=A4=C7=A4=B9=A1=A3?=
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt28 class C6 implements I1, I2, I3, I4, I5, I6, I7 {}
33 'C0', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6' );
273 ---( Interfaces implemented by C6 )---
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt31 $retval = pack('C6',
104 Æ U+000C6
168 ˆ U+002C6
215 φ U+003C6
/PHP-5.3/Zend/tests/
H A Dbug42819.phpt31 const C6 = ArrayObject::STD_PROP_LIST;
99 echo \foo\foo::C6 . "\n";

Completed in 14 milliseconds