Home
last modified time | relevance | path

Searched refs:src_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dlob_prefetch.phpt25 src_offset integer := 1;
37 …dbms_lob.converttoblob(b, c, dbms_lob.lobmaxsize, dest_offset, src_offset, dbms_lob.default_csid, …
H A Dlob_prefetch_ini.phpt27 src_offset integer := 1;
39 …dbms_lob.converttoblob(b, c, dbms_lob.lobmaxsize, dest_offset, src_offset, dbms_lob.default_csid, …
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2111 sljit_u32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args() local
2116 src_offset = (sljit_u32)reg_map[*src] * sizeof(sljit_sw); in softfloat_call_with_args()
2177 if (src_offset == offset || src_offset == offset + sizeof(sljit_sw)) { in softfloat_call_with_args()
2178 FAIL_IF(push_inst16(compiler, MOV | (src_offset << 1) | 4 | (1 << 7))); in softfloat_call_with_args()
2191 if (src_offset == offset) { in softfloat_call_with_args()
2192 FAIL_IF(push_inst16(compiler, MOV | (src_offset << 1) | 4 | (1 << 7))); in softfloat_call_with_args()
2208 if (src_offset == offset) { in softfloat_call_with_args()
2209 FAIL_IF(push_inst16(compiler, MOV | (src_offset << 1) | 4 | (1 << 7))); in softfloat_call_with_args()
2212 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2214 src_offset = offset; in softfloat_call_with_args()
H A DsljitNativeARM_32.c2535 sljit_u32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args() local
2542 src_offset = (sljit_uw)reg_map[*src] * sizeof(sljit_sw); in softfloat_call_with_args()
2601 if (src_offset == offset || src_offset == offset + sizeof(sljit_sw)) { in softfloat_call_with_args()
2602 FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | (src_offset >> 2))); in softfloat_call_with_args()
2615 if (src_offset == offset) { in softfloat_call_with_args()
2616 FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | (src_offset >> 2))); in softfloat_call_with_args()
2632 if (src_offset == offset) { in softfloat_call_with_args()
2633 FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | (src_offset >> 2))); in softfloat_call_with_args()
2636 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2638 src_offset = offset; in softfloat_call_with_args()

Completed in 29 milliseconds