Searched refs:LIMB_BIT_SIZE (Results 1 – 1 of 1) sorted by relevance
19 # define LIMB_BIT_SIZE 64 macro24 # define LIMB_BIT_SIZE 32 macro109 *hi = t >> LIMB_BIT_SIZE; in _mul_limb()244 val[i] = shift_in << (LIMB_BIT_SIZE - 1) | (val[i] >> 1); in rshift1()356 for (i = 0; i < anum * LIMB_BIT_SIZE; i++) { in mod()