Searched refs:TV (Results 1 - 1 of 1) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/library/
H A Dbignum.c1546 mpi G, TA, TU, U1, U2, TB, TV, V1, V2; local
1552 &TB, &TV, &V1, &V2, NULL );
1565 MPI_CHK( mpi_copy( &TV, N ) );
1588 while( ( TV.p[0] & 1 ) == 0 )
1590 MPI_CHK( mpi_shift_r( &TV, 1 ) );
1602 if( mpi_cmp_mpi( &TU, &TV ) >= 0 )
1604 MPI_CHK( mpi_sub_mpi( &TU, &TU, &TV ) );
1610 MPI_CHK( mpi_sub_mpi( &TV, &TV, &TU ) );
1627 mpi_free( &V2, &V1, &TV,
[all...]

Completed in 31 milliseconds