Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/hash/
H A Dphp_hash_tiger_tables.h19 #define t2 (table+256) macro
/php-src/ext/standard/
H A Dbase64.c653 const __m512i t2 = _mm512_sllv_epi16(str, _mm512_set1_epi32(0x00080004)); in php_base64_encode_avx512() local
735 const __m512i t2 = _mm512_permutexvar_epi32(s6, t1); in php_base64_decode_ex_avx512() local
766 __m256i t0, t1, t2, t3; in php_base64_encode_avx2_reshuffle() local
831 __m128i t0, t1, t2, t3; in php_base64_encode_ssse3_reshuffle() local
H A Dstring.c3665 zend_string *t1, *t2; local
/php-src/Zend/Optimizer/
H A Dzend_func_info.c63 uint32_t t2 = _ssa_op1_info(op_array, ssa, call_info->arg_info[1].opline, in zend_range_info() local
H A Dzend_inference.c799 zend_long op1_min, op2_min, op1_max, op2_max, t1, t2, t3, t4; in zend_inference_calc_binary_op_range() local
2262 zend_ssa *ssa, uint8_t opcode, uint32_t t1, uint32_t t2, int result_var, in binary_op_result_type()
2540 uint32_t t1, t2; in _zend_update_type_info() local
4924 … 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-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp24 double t2; member
/php-src/ext/date/lib/
H A Dtimelib.c75 int timelib_time_compare(timelib_time *t1, timelib_time *t2) in timelib_time_compare()
/php-src/ext/opcache/jit/ir/
H A Dir.c729 ir_ref ir_proto_2(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2)
741 ir_ref ir_proto_3(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3)
754 ir_ref ir_proto_4(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3,
769 ir_ref ir_proto_5(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3,
/php-src/Zend/
H A Dzend_operators.c61 #define TYPE_PAIR(t1,t2) (((t1) << 4) | (t2)) argument
H A Dzend_alloc.c1233 unsigned int t1, t2; local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c634 static int luaO_rawequalObj(const TValue*t1,const TValue*t2){ in luaO_rawequalObj()
/php-src/ext/date/
H A Dphp_date.c5555 timelib_time *t, *t2; in PHP_FUNCTION() local
/php-src/ext/ffi/
H A Dffi.c1873 zend_ffi_type *t1, *t2; in zend_ffi_cdata_do_operation() local

Completed in 166 milliseconds