Home
last modified time | relevance | path

Searched refs:consts (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/standard/
H A Dcrc32_x86.c101 k = _mm_loadu_si128((__m128i *)consts->k1k2); in crc32_pclmul_batch()
134 k = _mm_loadu_si128((__m128i *)consts->k3k4); in crc32_pclmul_batch()
150 k = _mm_loadu_si128((__m128i *)consts->k3k4); in crc32_pclmul_batch()
165 k = _mm_loadu_si128((__m128i*)consts->k5k6); in crc32_pclmul_batch()
175 k = _mm_loadu_si128((__m128i*)consts->uPx); in crc32_pclmul_batch()
210 k = _mm_loadu_si128((__m128i *)consts->k1k2); in crc32_pclmul_reflected_batch()
239 k = _mm_loadu_si128((__m128i *)consts->k3k4); in crc32_pclmul_reflected_batch()
255 k = _mm_loadu_si128((__m128i *)consts->k3k4); in crc32_pclmul_reflected_batch()
275 k = _mm_loadu_si128((__m128i*)consts->k5k6); in crc32_pclmul_reflected_batch()
282 k = _mm_loadu_si128((__m128i*)consts->uPx); in crc32_pclmul_reflected_batch()
[all …]
/php-src/ext/reflection/tests/
H A D014.phpt6 $consts = $ext->getConstants();
7 var_dump($consts["CONNECTION_NORMAL"]);
/php-src/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt9 foreach ($constants as $group => $consts) {
10 foreach ($consts as $name => $value) {
H A Dmysqli_constants.phpt149 foreach ($constants as $consts) {
150 foreach ($consts as $name => $value) {
/php-src/ext/standard/tests/general_functions/
H A Dbug73973.phpt2 Bug #73973 debug_zval_dump() assertion error for resource consts with --enable-debug
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c101 HashTable consts; in PHPDBG_INFO() local
104 zend_hash_init(&consts, 8, NULL, NULL, 0); in PHPDBG_INFO()
110 zend_hash_update_ptr(&consts, data->name, data); in PHPDBG_INFO()
118 phpdbg_notice("User-defined constants (%d)", zend_hash_num_elements(&consts)); in PHPDBG_INFO()
120 if (zend_hash_num_elements(&consts)) { in PHPDBG_INFO()
122 ZEND_HASH_MAP_FOREACH_PTR(&consts, data) { in PHPDBG_INFO()
/php-src/ext/opcache/tests/
H A Dbug78014.phpt2 Bug #78014 (Preloaded classes may depend on non-preloaded classes due to unresolved consts)
/php-src/ext/opcache/tests/opt/
H A Dtype_inference_class_consts4.phpt2 Test type inference of class consts - interface consts
H A Dtype_inference_class_consts3.phpt2 Test type inference of class consts - reference by class name
H A Dtype_inference_class_consts2.phpt2 Test type inference of class consts - reference by parent
H A Dtype_inference_class_consts1.phpt2 Test type inference of class consts - reference by static and self
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitSerialize.c166 const_ = compiler->consts; in sljit_serialize_compiler()
259 const_ = compiler->consts; in sljit_serialize_compiler()
490 compiler->consts = const_; in sljit_deserialize_compiler()
H A DsljitLir.h466 struct sljit_const *consts; member
2280 …ct sljit_const *sljit_get_first_const(struct sljit_compiler *compiler) { return compiler->consts; } in sljit_get_first_const()
H A DsljitNativeARM_32.c754 const_ = compiler->consts; in reduce_code_size()
871 const_ = compiler->consts; in sljit_generate_code()
1069 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativePPC_common.c507 const_ = compiler->consts; in reduce_code_size()
625 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeARM_64.c386 const_ = compiler->consts; in reduce_code_size()
494 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeRISCV_common.c413 const_ = compiler->consts; in reduce_code_size()
530 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c487 const_ = compiler->consts; in reduce_code_size()
590 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeS390X.c1434 const_ = compiler->consts; in sljit_generate_code()
1462 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c580 const_ = compiler->consts; in reduce_code_size()
688 const_ = compiler->consts; in sljit_generate_code()
H A DsljitLir.c835 compiler->consts = const_; in set_const()
H A DsljitNativeX86_common.c900 const_ = compiler->consts; in sljit_generate_code()
H A DsljitNativeMIPS_common.c724 const_ = compiler->consts; in sljit_generate_code()
/php-src/build/
H A Dgen_stub.php4655 * @param ConstInfo[] $consts
4663 array $consts, argument
4751 $consts,
4861 foreach ($stmt->consts as $const) {
4908 foreach ($classStmt->consts as $const) {

Completed in 177 milliseconds