Searched defs:t2 (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/hash/ |
H A D | php_hash_tiger_tables.h | 19 #define t2 (table+256) macro
|
/PHP-8.3/ext/standard/ |
H A D | base64.c | 649 const __m512i t2 = _mm512_sllv_epi16(str, _mm512_set1_epi32(0x00080004)); in php_base64_encode_avx512() local 731 const __m512i t2 = _mm512_permutexvar_epi32(s6, t1); in php_base64_decode_ex_avx512() local 762 __m256i t0, t1, t2, t3; in php_base64_encode_avx2_reshuffle() local 827 __m128i t0, t1, t2, t3; in php_base64_encode_ssse3_reshuffle() local
|
H A D | string.c | 3371 zend_string *t1, *t2; local
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_func_info.c | 61 uint32_t t2 = _ssa_op1_info(op_array, ssa, call_info->arg_info[1].opline, in zend_range_info() local
|
H A D | zend_inference.c | 799 zend_long op1_min, op2_min, op1_max, op2_max, t1, t2, t3, t4; in zend_inference_calc_binary_op_range() local 2257 zend_ssa *ssa, uint8_t opcode, uint32_t t1, uint32_t t2, int result_var, in binary_op_result_type() 2535 uint32_t t1, t2; in _zend_update_type_info() local 4794 … zend_ssa_op *ssa_op, const zend_op_array *op_array, const zend_ssa *ssa, uint32_t t1, uint32_t t2) in zend_may_throw_ex()
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 24 double t2; member
|
/PHP-8.3/ext/date/lib/ |
H A D | timelib.c | 75 int timelib_time_compare(timelib_time *t1, timelib_time *t2) in timelib_time_compare()
|
/PHP-8.3/Zend/ |
H A D | zend_operators.c | 61 #define TYPE_PAIR(t1,t2) (((t1) << 4) | (t2)) argument
|
H A D | zend_alloc.c | 1225 unsigned int t1, t2; local
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 634 static int luaO_rawequalObj(const TValue*t1,const TValue*t2){ in luaO_rawequalObj()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 5370 timelib_time *t, *t2; in PHP_FUNCTION() local
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 1874 zend_ffi_type *t1, *t2; in zend_ffi_cdata_do_operation() local
|
Completed in 102 milliseconds