Searched defs:pbytes (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Decc.c861 int pbytes = (mpi_get_nbits (p)+7)/8;
866 buf = gcry_xmalloc ( 1 + 2*pbytes );
869 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, x);
872 if (n < pbytes)
874 memmove (ptr+(pbytes-n), ptr, n);
875 memset (ptr, 0, (pbytes-n));
877 ptr += pbytes;
878 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, y);
881 if (n < pbytes)
883 memmove (ptr+(pbytes
857 int pbytes = (mpi_get_nbits (p)+7)/8; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Decc.c861 int pbytes = (mpi_get_nbits (p)+7)/8;
866 buf = gcry_xmalloc ( 1 + 2*pbytes );
869 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, x);
872 if (n < pbytes)
874 memmove (ptr+(pbytes-n), ptr, n);
875 memset (ptr, 0, (pbytes-n));
877 ptr += pbytes;
878 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, y);
881 if (n < pbytes)
883 memmove (ptr+(pbytes
857 int pbytes = (mpi_get_nbits (p)+7)/8; local
[all...]
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c158 uint64_t bytes, pbytes; local
161 pbytes = new->zsz_tot_pbytes - old->zsz_tot_pbytes;
162 pused = zs_uint64_used_pct(new->zsz_speed, pbytes, B_FALSE);
236 old->zsz_tot_pbytes += pbytes;

Completed in 37 milliseconds