Searched defs:word_size (Results 1 – 4 of 4) sorted by relevance
71 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…
1170 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local1172 sljit_ins word_size = 32; in emit_clz_ctz() local1256 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_rev16() local
1552 sljit_ins word_size = (op & SLJIT_32) ? 32 : 64; in emit_clz_ctz() local1554 sljit_ins word_size = 32; in emit_clz_ctz() local
1318 sljit_ins word_size = ((op & SLJIT_32) ? 32 : 64); in emit_single_op() local
Completed in 41 milliseconds