Searched refs:p_size (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/ |
H A D | boot.c | 228 li_to_4_byte(sx86_label.dkl_vtoc.v_part[i].p_size, 302 li_to_4_byte(sx86_label.dkl_vtoc.v_part[1].p_size, last*4); in make_sunx86_label() 317 if ((nblk = la_to_4_byte(sx86_label.dkl_vtoc.v_part[i].p_size)) == 0) in make_sunx86_label() 328 li_to_4_byte(sx86_label.dkl_vtoc.v_part[1].p_size, last*4-partoff); in make_sunx86_label() 330 li_to_4_byte(sx86_label.dkl_vtoc.v_part[2].p_size, last*4+bsize); in make_sunx86_label() 408 if ((nblk = la_to_4_byte(sx86_label.dkl_vtoc.v_part[i].p_size)) == 0)
|
H A D | sunlabel.h | 129 Uchar p_size[4]; /* number of blocks */ member
|
/reactos/drivers/filesystems/fs_rec/ |
H A D | ffs.h | 261 UINT32 p_size; /* number of sectors in partition */ member
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | ecp.c | 1728 size_t p_size; in ecp_randomize_jac() local 1736 p_size = ( grp->pbits + 7 ) / 8; in ecp_randomize_jac() 1748 MBEDTLS_MPI_CHK( mbedtls_mpi_fill_random( &l, p_size, f_rng, p_rng ) ); in ecp_randomize_jac() 1749 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( &l, ( p_size * 8 ) - grp->pbits ) ); in ecp_randomize_jac() 2503 size_t p_size; in ecp_randomize_mxz() local 2511 p_size = ( grp->pbits + 7 ) / 8; in ecp_randomize_mxz() 2523 MBEDTLS_MPI_CHK( mbedtls_mpi_fill_random( &l, p_size, f_rng, p_rng ) ); in ecp_randomize_mxz() 2524 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( &l, ( p_size * 8 ) - grp->pbits ) ); in ecp_randomize_mxz()
|