Uses of Class
it.unich.jgmp.nativelib.SizeT
-
Packages that use SizeT Package Description it.unich.jgmp This package contains all the high-level classes of JGMP.it.unich.jgmp.nativelib This package contains all the low-level classes of JGMP. -
-
Uses of SizeT in it.unich.jgmp
Methods in it.unich.jgmp with parameters of type SizeT Modifier and Type Method Description com.sun.jna.PointerAllocationMonitor.JGMPAlloc. invoke(SizeT alloc_size)voidAllocationMonitor.JGMPFree. invoke(com.sun.jna.Pointer ptr, SizeT alloc_size)com.sun.jna.PointerAllocationMonitor.JGMPRealloc. invoke(com.sun.jna.Pointer ptr, SizeT old_size, SizeT new_size) -
Uses of SizeT in it.unich.jgmp.nativelib
Methods in it.unich.jgmp.nativelib that return SizeT Modifier and Type Method Description SizeTSizeTByReference. getValue()Get the value ofsize_tobject pointed by this reference.static SizeTLibGmp. mpf_inp_str(MpqT rop, com.sun.jna.Pointer stream, int base)static SizeTLibGmp. mpf_out_str(com.sun.jna.Pointer stream, int base, SizeT nDigits, MpfT op)static SizeTLibGmp. mpq_inp_str(MpqT rop, com.sun.jna.Pointer stream, int base)static SizeTLibGmp. mpq_out_str(com.sun.jna.Pointer stream, int base, MpqT op)static SizeTLibGmp. mpz_inp_raw(MpzT rop, com.sun.jna.Pointer stream)static SizeTLibGmp. mpz_inp_str(MpzT rop, com.sun.jna.Pointer stream, int base)static SizeTLibGmp. mpz_out_raw(com.sun.jna.Pointer stream, MpzT op)static SizeTLibGmp. mpz_out_str(com.sun.jna.Pointer stream, int base, MpzT op)static SizeTLibGmp. mpz_sizeinbase(MpzT op, int base)Methods in it.unich.jgmp.nativelib with parameters of type SizeT Modifier and Type Method Description static voidLibGmp. deallocate(com.sun.jna.Pointer p, SizeT size)Call the native deallocator used by the GMP library.static intLibGmp. gmp_snprintf(java.nio.ByteBuffer buf, SizeT size, java.lang.String fmt, java.lang.Object... args)intLibGmp.LibGmpExtra. gmp_snprintf(java.nio.ByteBuffer buf, SizeT size, java.lang.String fmt, java.lang.Object... args)static intLibGmp. gmp_vsnprintf(java.nio.ByteBuffer buf, SizeT size, java.lang.String fmt, com.sun.jna.Pointer ap)com.sun.jna.PointerAllocFunc. invoke(SizeT alloc_size)Return a pointer to newly allocated space with at leastalloc_sizebytes.voidFreeFunc. invoke(com.sun.jna.Pointer ptr, SizeT alloc_size)De-allocate the space pointed to byptr.com.sun.jna.PointerReallocFunc. invoke(com.sun.jna.Pointer ptr, SizeT old_size, SizeT new_size)Resize a previously allocated blockptrofold_sizebytes to benew_sizebytes.static SizeTLibGmp. mpf_out_str(com.sun.jna.Pointer stream, int base, SizeT nDigits, MpfT op)static com.sun.jna.PointerLibGmp. mpz_export(java.nio.ByteBuffer rop, SizeTByReference count, int order, SizeT size, int endian, SizeT nails, MpzT op)static voidLibGmp. mpz_import(MpzT rop, SizeT count, int order, SizeT size, int endian, SizeT nails, java.nio.ByteBuffer op)voidSizeTByReference. setValue(SizeT value)Change the value of thesize_tobject pointed by this reference.Constructors in it.unich.jgmp.nativelib with parameters of type SizeT Constructor Description SizeTByReference(SizeT value)Create a reference to a newly allocatedsize_tobject, which is initialized withvalue.
-