Searched refs:g4 (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dhugeids.t202 my $g4 = 2*0x80000000;
204 $x[$g4] = \$y;
205 $x[$g4+1] = \$z;
206 $x[$g4+2] = \$z;
213 my $g4 = 2*0x80000000;
214 $x->[0] == $x->[$g4]
216 $x->[$g4+1] == $x->[$g4+2]
218 ${$x->[$g4+1]} == 2
228 my $g4
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/
H A Ddiag-2.C6 typedef __thread int g4; /* { dg-error "multiple storage classes" } */ typedef
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Drestrict1.C16 void g4(int *);
29 void A::g4 (int *) {} function in class:A
40 void g4(int *);
50 template <class T> void X<T>::g4 (int *) {} function in class:X
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
H A Ddiag-2.c6 typedef __thread int g4; /* { dg-error "multiple storage classes" } */ typedef
/openbsd-current/sys/arch/sparc64/sparc64/
H A Din_cksum.S48 * %g4 - temp
64 srlx %o3, 32, %g4 ! REDUCE bigtime
77 srlx %o3, 32, %g4 ! REDUCE bigtime
83 add %o3, %g4, %o3
126 clr %g4
130 add %o3, %g4, %o3
132 lduw [%o5 + 0x04], %g4
138 add %o3, %g4, %o3
203 clr %g4 ! In case we are using EMBEDANY (ick)
H A Dlocore.s431 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4!Load TSB tag:data into %g4
433 cmp %g1, %g4 ! Compare TLB tags
447 ldda [%g2] ASI_NUCLEUS_QUAD_LDD, %g4!Load TSB tag:data into %g4
449 xor %g1, %g4, %g4 ! Compare TLB tags
450 brnz,pn %g4, data_miss ! Got right tag?
1119 * This macro will destroy %g5-%g7. %g0-%g4 remain unchanged.
1219 sethi %hi(EINTSTACK-INTSTACK), %g4
[all...]
H A Dhvcall.S577 mov %o2, %g4
582 stx %o2, [%g4]
609 mov %o2, %g4
614 stx %o2, [%g4]
/openbsd-current/sys/crypto/
H A Didgen.c69 u_int8_t g1, g2, g3, g4, g5, g6; local
76 g4 = idgen32_ftable[g3 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g2;
77 g5 = idgen32_ftable[g4 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g3;
78 g6 = idgen32_ftable[g5 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g4;
H A Dpoly1305.c199 unsigned long g0, g1, g2, g3, g4; local
249 g4 = h4 + c - (1 << 26);
252 mask = (g4 >> ((sizeof(unsigned long) * 8) - 1)) - 1;
257 g4 &= mask;
263 h4 = (h4 & mask) | g4;
/openbsd-current/usr.bin/ssh/
H A Dpoly1305.c38 uint32_t g0,g1,g2,g3,g4; local
136 g4 = h4 + b - (1 << 26);
138 b = (g4 >> 31) - 1;
144 h4 = (h4 & nb) | (g4 & b);
/openbsd-current/lib/libcrypto/poly1305/
H A Dpoly1305-donna.c219 unsigned long g0, g1, g2, g3, g4; local
269 g4 = h4 + c - (1 << 26);
272 mask = (g4 >> ((sizeof(unsigned long) * 8) - 1)) - 1;
277 g4 &= mask;
283 h4 = (h4 & mask) | g4;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst1.C91 D<T> g1 () { g4 (); return D<T> (g->f); }
94 D<T> g3 (const T& x) { g4 (); return g->f1 (g1 (), x); }
95 void g4 () { if (g->a > 1) { g->a2 (); g = new F<T> (*g); } } function in struct:G
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnumpunct_members_char.cc72 string g4 = nump_de.grouping(); local
H A Dnumpunct_members_wchar_t.cc73 string g4 = nump_de.grouping(); local
H A Dmembers.cc118 string g4 = nump_fr.grouping(); local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990326-1.c222 g4() function
384 if (g4 ())
/openbsd-current/lib/libm/src/ld80/
H A De_lgammal.c132 g4 = 1.455427403530884193180776558102868592293E3L, variable
371 p1 = g0 + y * (g1 + y * (g2 + y * (g3 + y * (g4 + y * (g5 + y * g6)))));
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D40_abs_cache.t189 my %x = qw(1 g1 2 g2 3 g3 4 g4 5 g5
H A D41_heap.t180 my %x = qw(1 g1 2 g2 3 g3 4 g4 5 g5
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dlynx-nat.c116 X (g4),
/openbsd-current/lib/libcrypto/curve25519/
H A Dcurve25519.c295 int32_t g4 = g[4]; local
304 int32_t g4_19 = 19 * g4;
319 int64_t f0g4 = f0 * (int64_t) g4;
329 int64_t f1g4 = f1 * (int64_t) g4;
339 int64_t f2g4 = f2 * (int64_t) g4;
349 int64_t f3g4 = f3 * (int64_t) g4;
359 int64_t f4g4 = f4 * (int64_t) g4;
369 int64_t f5g4 = f5 * (int64_t) g4;
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindRegistersRestore.S1094 ldx [%o0 + 0x20], %g4
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm423 g4 s4 g5 s5 T@ C@ L@ G@ A@ S@ Hg Hc Hr Hw Mg Mc Ms Mr Sg Sc So rq do {e
/openbsd-current/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, ...) { argument

Completed in 224 milliseconds