Home
last modified time | relevance | path

Searched defs:g3 (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Drestrict1.C26 void A::g3 (int *__restrict__) {} in g3() function
48 template <class T> void X<T>::g3 (int *__restrict__) {} in g3() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
H A Ddiag-1.c5 static __thread int g3; variable
H A Ddiag-2.c5 __thread __thread int g3; /* { dg-error "duplicate `__thread'" } */ variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/
H A Ddiag-2.C5 __thread __thread int g3; /* { dg-error "duplicate `__thread'" } */ variable
H A Ddiag-1.C5 static __thread int g3; variable
/openbsd/sys/crypto/
H A Didgen.c69 u_int8_t g1, g2, g3, g4, g5, g6; in idgen32_g() local
H A Dpoly1305.c199 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-3.c16 float g3[4] __attribute__((aligned(16))); variable
H A Ddeprecated.c27 int g3 __attribute__ ((__deprecated__)); variable
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnumpunct_members_char.cc66 string g3 = nump_fr.grouping(); in test01() local
H A Dnumpunct_members_wchar_t.cc67 string g3 = nump_fr.grouping(); in test01() local
H A Dmembers.cc112 string g3 = nump_2.grouping(); in test02() local
/openbsd/usr.bin/ssh/
H A Dpoly1305.c38 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Ddeprecated.C27 int g3 __attribute__ ((__deprecated__)); variable
/openbsd/lib/libcrypto/poly1305/
H A Dpoly1305-donna.c219 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst1.C94 D<T> g3 (const T& x) { g4 (); return g->f1 (g1 (), x); } in g3() function
H A Dcleanup1.C95 void g3 () { if (g->a > 1) { g->a2 (); g = new F<T> (*g); } } in g3() function
/openbsd/lib/libm/src/ld80/
H A De_lgammal.c131 g3 = 5.464186426932117031234820886525701595203E3L, variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990326-1.c213 g3() in g3() function
/openbsd/lib/libcrypto/curve25519/
H A Dcurve25519.c294 int32_t g3 = g[3]; in fe_mul() local
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2698 static void vaargsfn_manyfix(int g1, int g2, int g3, int g4, int g5, int g6, int g7, int g8, int g9… in vaargsfn_manyfix()