Searched refs:A_LIMB_1 (Results 1 – 1 of 1) sorted by relevance
26 #define A_LIMB_1 ((mpi_limb_t) 1) macro74 return (limb & (A_LIMB_1 << bitno)) ? 1 : 0; in mpi_test_bit()97 a->d[limbno] |= (A_LIMB_1<<bitno); in mpi_set_bit()
Completed in 3 milliseconds