Searched refs:uints (Results 1 – 1 of 1) sorted by relevance
405 unsigned int* uints = reinterpret_cast<unsigned int*>(ints.get()); in NativeBN_bn2litEndInts() local406 if (uints == NULL) { in NativeBN_bn2litEndInts()410 int i = wLen; do { i--; uints[i*2+1] = a->d[i] >> 32; uints[i*2] = a->d[i]; } while (i > 0); in NativeBN_bn2litEndInts()412 int i = wLen; do { i--; uints[i] = a->d[i]; } while (i > 0); in NativeBN_bn2litEndInts()