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

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_get_int.c32 res = DIGIT(a,i);
35 res = (res << DIGIT_BIT) | DIGIT(a,i);
H A Dbn_mp_is_square.c61 if (rem_128[127 & DIGIT(arg,0)] == 1) {
H A Dtommath.h189 #define DIGIT(m,k) ((m)->dp[(k)]) macro
H A Dtommath.tex1491 This function sets four bits of the number at a time to handle all practical \textbf{DIGIT\_BIT} sizes. The weird
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dscan.l35 DIGIT [0-9]
37 DIGITS ({DIGIT})+
39 ALPHA_NUMERIC {ALPHA}|{DIGIT}
43 INTEGER {DIGIT}|{DIGIT19}{DIGITS}|-{DIGIT}|-{DIGIT19}{DIGITS}
/barrelfish-2018-10-04/lib/libc/net/
H A Dlinkaddr.c47 #define DIGIT (4*0) macro
79 case NAMING | DIGIT:
87 case GOTTWO | DIGIT:
90 case RESET | DIGIT:
94 case GOTONE | DIGIT:
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c484 DIGIT(mp, 0) = d;
553 DIGIT(b, 0) = d - DIGIT(b, 0);
591 DIGIT(b, 0) = d - DIGIT(b, 0);
678 rem = DIGIT(a, 0) & mask;
770 DIGIT(&s, 0) = 1;
946 if(USED(c) == 1 && DIGIT(c, 0) == 0)
1032 if(USED(c) == 1 && DIGIT(c, 0) == 0)
1284 d = DIGIT(
[all...]
H A Dmpi.h60 #define DIGIT(MP,N) (MP)->dp[(N)] macro
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c3301 res = DIGIT(a,i);
3304 res = (res << DIGIT_BIT) | DIGIT(a,i);
3938 if (rem_128[127 & DIGIT(arg,0)] == 1) {

Completed in 123 milliseconds