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

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_reduce.c25 int res, um = m->used; local
33 mp_rshd (&q, um - 1);
36 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
42 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
46 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
58 mp_rshd (&q, um + 1);
61 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
66 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
78 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
/barrelfish-2018-10-04/usr/arrakismon/
H A Dlpc.h108 } __attribute__((packed)) um; member in union:lpc_pic_icw3
H A Dlpc.c590 assert(l->icw3[ctrlr].um.casc_slave_ctrlr == 1);
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dlpc.h115 } __attribute__((packed)) um; member in union:lpc_pic_icw3
H A Dlpc.c597 assert(l->icw3[ctrlr].um.casc_slave_ctrlr == 1);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c3372 mp_size um = USED(m); local
3377 s_mp_rshd(&q, um - 1); /* q1 = x / b^(k-1) */
3379 s_mp_rshd(&q, um + 1); /* q3 = q2 / b^(k+1) */
3382 s_mp_mod_2d(x, (mp_digit)(DIGIT_BIT * (um + 1)));
3387 s_mp_mod_2d(&q, (mp_digit)(DIGIT_BIT * (um + 1)));
3389 s_mp_mul_dig(&q, m, um + 1);
3399 if((res = s_mp_lshd(&q, um + 1)) != MP_OKAY)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-ia64.S288 mov loc0=psr.um
295 { .mmi; rum 1<<3 // clear um.ac
322 { .mii; mov psr.um=loc0
413 { .mfb; mov psr.um=loc0 // restore user mask
667 mov loc0=psr.um
674 { .mmi; rum 1<<3 // clear um.ac
701 { .mii; mov psr.um=loc0
792 { .mfb; mov psr.um=loc0 // restore user mask
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c6586 int res, um = m->used; local
6594 mp_rshd (&q, um - 1);
6597 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
6603 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
6607 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
6619 mp_rshd (&q, um + 1);
6622 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
6627 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
6639 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)

Completed in 192 milliseconds