Home
last modified time | relevance | path

Searched refs:new_a (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c863 BIGNUM *new_a = NULL; in BN_mod_exp_mont_consttime() local
892 new_a = BN_new(); in BN_mod_exp_mont_consttime()
893 if (new_a == NULL || in BN_mod_exp_mont_consttime()
894 !BN_nnmod(new_a, a, m, ctx)) { in BN_mod_exp_mont_consttime()
897 a = new_a; in BN_mod_exp_mont_consttime()
1175 BN_clear_free(new_a); in BN_mod_exp_mont_consttime()
/external/toolchain-utils/cros_utils/
Dpstat.py849 new_a = N.array(newlist)
851 new_a = N.array(newlist, 'O')
852 return new_a
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dgetelementptr.ll109 %new_a = bitcast %struct.B* %g4 to %struct.A*
111 %g5 = getelementptr %struct.A* %new_a, i32 0, i32 1
/external/llvm/test/Transforms/InstCombine/
Dgetelementptr.ll155 %new_a = bitcast %struct.B* %g4 to %struct.A*
157 %g5 = getelementptr %struct.A, %struct.A* %new_a, i32 0, i32 1