Searched defs:f3 (Results 1 - 25 of 254) sorted by path

1234567891011

/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c283 int32_t f3 = f[3]; local
310 int32_t f3_2 = 2 * f3;
344 int64_t f3g0 = f3 * (int64_t) g0;
346 int64_t f3g2 = f3 * (int64_t) g2;
348 int64_t f3g4 = f3 * (int64_t) g4;
350 int64_t f3g6 = f3 * (int64_t) g6;
352 int64_t f3g8_19 = f3 * (int64_t) g8_19;
509 int32_t f3 = f[3]; local
519 int32_t f3_2 = 2 * f3;
532 int64_t f0f3_2 = f0_2 * (int64_t) f3;
760 int32_t f3 = f[3]; local
4746 int32_t f3 = f[3]; local
[all...]
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c248 uint64_t f0, f1, f2, f3; local
306 f3 = ((state->h3 >> 18) | (state->h4 << 8)) +
314 f3 += (f2 >> 32);
315 U32TO8_LE(&mac[12], f3);
/external/clang/test/Analysis/
H A DCFNumber.c31 CFNumberRef f3(unsigned i) { function
H A Darray-struct.c38 void f3() { function
H A Dchroot.c20 void f3(void) { function
H A Dcxx-crashes.cpp16 bool f3() { function
H A Ddead-stores.c19 void f3() { function
H A Dfunc.c20 void f3(void (*f)(void), void (*g)(void)) { function
H A Dmalloc-annotations.c150 int *f3() { function
H A Dmalloc-overflow.c17 void * f3() function
H A Dmalloc.c376 int *f3() { function
H A Dmethod-call.cpp32 void f3() { function
H A Dmisc-ps-region-store.cpp479 char f3; member in struct:__anon1836
485 if (V.f3 != 3)
H A Dnull-deref-ps.c30 int f3(char* x) { function
H A Doutofbound.c26 void f3() { function
H A Dpr22954.c65 int f3() { function
H A Dptr-arith.c37 void f3() { function
H A Drange_casts.c26 void f3(unsigned long foo) function
H A Dreinterpret-cast.cpp33 void f3(void** out) function in namespace:PR14872
43 f3(reinterpret_cast<void**>(&p));
H A Dstack-addr-ps.c12 int* f3(int x, int *y) { function
H A Dstack-addr-ps.cpp54 int *f3() { function
H A Dstream.c29 void f3(void) { function
H A Duninit-const.cpp109 void f3(void) { function
H A Duninit-vals-ps.c36 int f3(void) { function
H A Dvfork.c67 int f3(int x) { function

Completed in 400 milliseconds

1234567891011