Home
last modified time | relevance | path

Searched defs:t1 (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/hash/
H A Dphp_hash_tiger_tables.h18 #define t1 (table) macro
H A Dhash_snefru.c44 const uint32_t *t0,*t1; in Snefru() local
/php-src/ext/standard/
H A Dbase64.c651 const __m512i t1 = _mm512_srlv_epi16(t0, _mm512_set1_epi32(0x0006000a)); in php_base64_encode_avx512() local
732 const __m512i t1 = _mm512_shuffle_epi8(str, 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 Dcrypt_freesec.c425 uint32_t t0, t1; in des_setkey() local
H A Dstring.c3665 zend_string *t1, *t2; local
/php-src/Zend/Optimizer/
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
2134 ZEND_API uint32_t zend_array_element_type(uint32_t t1, uint8_t op_type, int write, int insert) in zend_array_element_type()
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
4566 uint32_t t1; in zend_func_return_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()
H A Dzend_func_info.c61 uint32_t t1 = _ssa_op1_info(op_array, ssa, call_info->arg_info[0].opline, in zend_range_info() local
H A Ddce.c203 uint32_t t1 = OP1_INFO(); in may_have_side_effects() local
/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp23 zend_long t1; 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.c713 ir_ref ir_proto_1(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1) in ir_proto_1()
724 ir_ref ir_proto_2(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2) in ir_proto_2()
736 ir_ref ir_proto_3(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3) in ir_proto_3()
749 ir_ref ir_proto_4(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3, in ir_proto_4()
764 ir_ref ir_proto_5(ir_ctx *ctx, uint8_t flags, ir_type ret_type, ir_type t1, ir_type t2, ir_type t3, in ir_proto_5()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c2610 uint32_t t1 = ssa_var_info[phi->sources[1]].type; in zend_jit_trace_build_tssa() local
2667 uint32_t t1 = ssa_var_info[phi->sources[1]].type; in zend_jit_trace_build_tssa() local
/php-src/Zend/
H A Dzend_operators.c61 #define TYPE_PAIR(t1,t2) (((t1) << 4) | (t2)) argument
H A Dzend_alloc.c1227 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/ffi/
H A Dffi.c1873 zend_ffi_type *t1, *t2; in zend_ffi_cdata_do_operation() local

Completed in 132 milliseconds