Searched refs:src_offset (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/oci8/tests/ |
H A D | lob_prefetch.phpt | 25 src_offset integer := 1; 37 …dbms_lob.converttoblob(b, c, dbms_lob.lobmaxsize, dest_offset, src_offset, dbms_lob.default_csid, …
|
H A D | lob_prefetch_ini.phpt | 27 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 D | sljitNativeARM_T2_32.c | 2111 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 D | sljitNativeARM_32.c | 2535 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 23 milliseconds