Home | History | Annotate | Download | only in Support

Lines Matching refs:add_1

178 /// add_1 - This function adds a single "digit" integer, y, to the multiple
182 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) {
200 add_1(pVal, pVal, getNumWords(), 1);