Home
last modified time | relevance | path

Searched refs:mp_max_bytes (Results 1 – 25 of 41) sorted by relevance

12

/dports/security/putty/putty-0.76/
H A Dmpunsafe.c52 for (size_t i = mp_max_bytes(x); i-- > 0 ;) { in mp_unsafe_mod_integer()
H A Dmpint.h119 size_t mp_max_bytes(mp_int *x);
H A Dtestcrypt.h18 FUNC1(uint, mp_max_bytes, val_mpint)
H A Dmpint.c90 size_t mp_max_bytes(mp_int *x) in mp_max_bytes() function
110 for (size_t i = mp_max_bytes(x); i-- > 0 ;) in mp_dump()
H A Dtestcrypt.c802 for (size_t i = mp_max_bytes(mp); i-- > 0 ;) in handle_mp_dump()
/dports/security/putty-nogtk/putty-0.76/
H A Dmpunsafe.c52 for (size_t i = mp_max_bytes(x); i-- > 0 ;) { in mp_unsafe_mod_integer()
H A Dmpint.h119 size_t mp_max_bytes(mp_int *x);
H A Dtestcrypt.h18 FUNC1(uint, mp_max_bytes, val_mpint)
H A Dmpint.c90 size_t mp_max_bytes(mp_int *x) in mp_max_bytes() function
110 for (size_t i = mp_max_bytes(x); i-- > 0 ;) in mp_dump()
H A Dtestcrypt.c802 for (size_t i = mp_max_bytes(mp); i-- > 0 ;) in handle_mp_dump()
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_slice.c466 slice->mp_max_bytes = container->mp_max_bytes;
H A Denv_stat.c348 STAT_ULONG("Cache max B", dbenv->mp_max_bytes);
/dports/databases/db18/db-18.1.40/src/mp/
H A Dmp_resize.c604 *max_bytesp = dbenv->mp_max_bytes;
624 dbenv->mp_max_bytes = max_bytes;
H A Dmp_region.c391 if (dbenv->mp_max_gbytes == 0 && dbenv->mp_max_bytes == 0)
395 (roff_t)dbenv->mp_max_gbytes * GIGABYTE + dbenv->mp_max_bytes;
/dports/databases/db5/db-5.3.28/src/mp/
H A Dmp_region.c361 if (dbenv->mp_max_gbytes == 0 && dbenv->mp_max_bytes == 0)
365 (roff_t)dbenv->mp_max_gbytes * GIGABYTE + dbenv->mp_max_bytes;
H A Dmp_resize.c582 *max_bytesp = dbenv->mp_max_bytes;
602 dbenv->mp_max_bytes = max_bytes;
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dmpint.h119 size_t mp_max_bytes(mp_int *x);
H A Dmpint.c90 size_t mp_max_bytes(mp_int *x) in mp_max_bytes() function
110 for (size_t i = mp_max_bytes(x); i-- > 0 ;) in mp_dump()
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_stat.c339 STAT_ULONG("Cache max B", dbenv->mp_max_bytes);
/dports/security/putty-nogtk/putty-0.76/test/
H A Dcryptsuite.py191 self.assertEqual(mp_max_bytes(x), 128/8)
706 bytes_needed = mp_max_bytes(hi) + 16
/dports/security/putty/putty-0.76/test/
H A Dcryptsuite.py191 self.assertEqual(mp_max_bytes(x), 128/8)
706 bytes_needed = mp_max_bytes(hi) + 16
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2151 uint32_t mp_max_bytes; /* Maximum cache size: bytes. */ member
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2151 uint32_t mp_max_bytes; /* Maximum cache size: bytes. */ member
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2151 uint32_t mp_max_bytes; /* Maximum cache size: bytes. */ member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h2151 uint32_t mp_max_bytes; /* Maximum cache size: bytes. */ member

12