Searched refs:word_size (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/gmp/tests/ |
H A D | gmp_import.phpt | 93 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 D | gh16411.phpt | 10 Fatal error: Uncaught ValueError: gmp_export(): Argument #2 ($word_size) is too large for argument …
|
H A D | gmp_export.phpt | 83 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 D | gmp.stub.php | 71 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 D | gmp_arginfo.h | 11 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 D | sljitNativeRISCV_common.c | 1170 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 D | sljitNativeMIPS_common.c | 1552 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 D | sljitNativeLOONGARCH_64.c | 1318 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