Home
last modified time | relevance | path

Searched defs:word_size (Results 1 – 4 of 4) sorted by relevance

/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…
73 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV…
/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
1256 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_rev16() local
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
H A DsljitNativeLOONGARCH_64.c1318 sljit_ins word_size = ((op & SLJIT_32) ? 32 : 64); in emit_single_op() local

Completed in 41 milliseconds