Home
last modified time | relevance | path

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

/PHP-8.3/ext/oci8/tests/
H A Dlob_prefetch.phpt26 src_offset integer := 1;
38 …dbms_lob.converttoblob(b, c, dbms_lob.lobmaxsize, dest_offset, src_offset, dbms_lob.default_csid, …
H A Dlob_prefetch_ini.phpt28 src_offset integer := 1;
40 …dbms_lob.converttoblob(b, c, dbms_lob.lobmaxsize, dest_offset, src_offset, dbms_lob.default_csid, …
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2313 sljit_u32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args() local
2318 src_offset = (sljit_u32)reg_map[*src] * sizeof(sljit_sw); in softfloat_call_with_args()
2379 if (src_offset == offset || src_offset == offset + sizeof(sljit_sw)) { in softfloat_call_with_args()
2380 FAIL_IF(push_inst16(compiler, MOV | (src_offset << 1) | 4 | (1 << 7))); in softfloat_call_with_args()
2393 if (src_offset == offset) { in softfloat_call_with_args()
2394 FAIL_IF(push_inst16(compiler, MOV | (src_offset << 1) | 4 | (1 << 7))); in softfloat_call_with_args()
2410 if (src_offset == offset) { in softfloat_call_with_args()
2411 FAIL_IF(push_inst16(compiler, MOV | (src_offset << 1) | 4 | (1 << 7))); in softfloat_call_with_args()
2414 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2416 src_offset = offset; in softfloat_call_with_args()
H A DsljitNativeARM_32.c2734 sljit_u32 src_offset = 4 * sizeof(sljit_sw); in softfloat_call_with_args() local
2741 src_offset = (sljit_uw)reg_map[*src] * sizeof(sljit_sw); in softfloat_call_with_args()
2800 if (src_offset == offset || src_offset == offset + sizeof(sljit_sw)) { in softfloat_call_with_args()
2801 FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | (src_offset >> 2))); in softfloat_call_with_args()
2814 if (src_offset == offset) { in softfloat_call_with_args()
2815 FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | (src_offset >> 2))); in softfloat_call_with_args()
2831 if (src_offset == offset) { in softfloat_call_with_args()
2832 FAIL_IF(push_inst(compiler, MOV | RD(TMP_REG1) | (src_offset >> 2))); in softfloat_call_with_args()
2835 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2837 src_offset = offset; in softfloat_call_with_args()

Completed in 25 milliseconds