Home
last modified time | relevance | path

Searched refs:word_size (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/gmp/tests/
H A Dgmp_import.phpt93 gmp_import(): Argument #2 ($word_size) must be greater than or equal to 1
94 gmp_import(): Argument #2 ($word_size) must be greater than or equal to 1
95 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
96 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
97 gmp_import(): Argument #1 ($data) must be a multiple of argument #2 ($word_size)
H A Dgh16411.phpt10 Fatal error: Uncaught ValueError: gmp_export(): Argument #2 ($word_size) is too large for argument …
H A Dgmp_export.phpt83 gmp_export(): Argument #2 ($word_size) must be greater than or equal to 1
84 gmp_export(): Argument #2 ($word_size) must be greater than or equal to 1
/php-src/ext/gmp/
H A Dgmp.stub.php71 function gmp_import(string $data, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIA… argument
73 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV… argument
H A Dgmp_arginfo.h11 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, word_size, IS_LONG, 0, "1")
17 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, word_size, IS_LONG, 0, "1")
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c1170 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local
1172 sljit_ins word_size = 32; in emit_clz_ctz() local
1178 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(OTHER_FLAG) | RS1(TMP_ZERO) | IMM_I(word_size))); in emit_clz_ctz()
1194 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(TMP_REG1) | RS1(TMP_ZERO) | IMM_I(word_size))); in emit_clz_ctz()
1256 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_rev16() local
1258 sljit_ins word_size = 32; in emit_rev16()
1262 FAIL_IF(push_inst(compiler, SLLI | WORD | RD(dst) | RS1(src) | IMM_I(word_size - 8))); in emit_rev16()
1264 …T_OPCODE(op) == SLJIT_REV_U16 ? SRLI : SRAI) | WORD | RD(dst) | RS1(dst) | IMM_I(word_size - 16))); in emit_rev16()
H A DsljitNativeMIPS_common.c1552 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local
1554 sljit_ins word_size = 32; in emit_clz_ctz() local
1563 …FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | SA(0) | TA(OTHER_FLAG) | IMM(word_size), OT… in emit_clz_ctz()
1575 …FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | SA(0) | T(TMP_REG1) | IMM(word_size), DR(TM… in emit_clz_ctz()
H A DsljitNativeLOONGARCH_64.c1318 sljit_ins word_size = ((op & SLJIT_32) ? 32 : 64); in emit_single_op() local
1693 src2 = word_size - src2; in emit_single_op()

Completed in 40 milliseconds