mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -222,10 +222,9 @@ mpl_lsh(const mp_int *a, mp_int *b, mp_digit d)
|
|||
/* {{{ mpl_num_set(a, num) */
|
||||
|
||||
mp_err
|
||||
mpl_num_set(mp_int *a, int *num)
|
||||
mpl_num_set(mp_int *a, unsigned int *num)
|
||||
{
|
||||
unsigned int ix;
|
||||
int db, nset = 0;
|
||||
unsigned int ix, db, nset = 0;
|
||||
mp_digit cur;
|
||||
unsigned char reg;
|
||||
|
||||
|
|
@ -253,10 +252,9 @@ mpl_num_set(mp_int *a, int *num)
|
|||
/* {{{ mpl_num_clear(a, num) */
|
||||
|
||||
mp_err
|
||||
mpl_num_clear(mp_int *a, int *num)
|
||||
mpl_num_clear(mp_int *a, unsigned int *num)
|
||||
{
|
||||
unsigned int ix;
|
||||
int db, nset = 0;
|
||||
unsigned int ix, db, nset = 0;
|
||||
mp_digit cur;
|
||||
unsigned char reg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue