void A(final List<int> o, final List<int> a, final List<int> b) { for (int i = 0; i < 16; ++i) { o[i] = a[i] + b[i]; } }