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

/freebsd-10.1-release/games/primes/
H A Dprimes.h44 /* ubig is the type that holds a large unsigned value */
45 typedef unsigned long ubig; /* must be >=32 bit unsigned value */ typedef
57 extern const ubig prime[];
58 extern const ubig *const pr_limit; /* largest prime in the prime array */
H A Dpr_tbl.c56 const ubig prime[] = {
548 const ubig *const pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1];
H A Dprimes.c89 static void primes(ubig, ubig);
90 static ubig read_num_buf(void);
96 ubig start; /* where to start generating */
97 ubig stop; /* don't generate at or above this value */
171 static ubig
174 ubig val;
202 primes(ubig start, ubig stop)
205 ubig facto
[all...]
/freebsd-10.1-release/games/factor/
H A Dfactor.c89 typedef ubig BIGNUM;
182 const ubig *fact; /* The factor found. */

Completed in 106 milliseconds