Searched defs:b9 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp45 volatile float &b9() { return *(float*)0; } function
46 // CHECK: "\01?b9@@YAACMXZ"
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp43 b9 : (int)1.5, member in struct:C
H A Duninitialized.cpp466 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}} local
501 B b9 = getB(b9.y); // expected-warning {{variable 'b9' is uninitialized when used within its own initialization}} variable
1164 B b9 = { {}, {0, b9.a1.i1} }; member in namespace:U::init_list
1222 B b9 = { {}, {0, b9 member in struct:U::init_list::Bwrapper
[all...]
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c4156 int64_t b9 = 2097151 & (load_4(b + 23) >> 5); local
4230 s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 +
4232 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 +
4234 s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 +
4236 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 +
4238 s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 +
4240 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 +
4242 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 +
4244 s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5;
4245 s17 = a6 * b11 + a7 * b10 + a8 * b9
[all...]

Completed in 541 milliseconds