Searched refs:n2bytes (Results 1 – 1 of 1) sorted by relevance
87 BC_VECTOR n2bytes; in _bc_do_add() local89 memcpy(&n2bytes, n2ptr, sizeof(n2bytes)); in _bc_do_add()94 n2bytes = BC_BSWAP(n2bytes); in _bc_do_add()104 n1bytes += SWAR_REPEAT(0xF6) + n2bytes + carry; in _bc_do_add()228 BC_VECTOR n2bytes; in _bc_do_sub() local230 memcpy(&n2bytes, n2ptr, sizeof(n2bytes)); in _bc_do_sub()235 n2bytes = BC_BSWAP(n2bytes); in _bc_do_sub()238 n1bytes -= n2bytes + borrow; in _bc_do_sub()
Completed in 6 milliseconds