Home
last modified time | relevance | path

Searched refs:g4 (Results 1 – 25 of 46) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dhugeids.t204 $x[$g4] = \$y;
205 $x[$g4+1] = \$z;
206 $x[$g4+2] = \$z;
216 $x->[$g4+1] == $x->[$g4+2]
218 ${$x->[$g4+1]} == 2
230 $x[$g4] = $y;
231 $x[$g4+1] = $z;
232 $x[$g4+2] = $z;
241 $y = $x->[$g4+1];
292 my $g4 = 2 * $g2;
[all …]
/openbsd/sys/dev/pci/drm/i915/gt/shaders/clear_kernel/
H A Dhsw.asm64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag…
65 mov(1) g4<1>UD g3.3<0,1,0>UD { align1 1N }; /* Block offset */
66 mov(1) g4.1<1>UD g3.2<0,1,0>UD { align1 1N }; /* Block offset */
67 mov(1) g4.2<1>UD 0x00000003UD { align1 1N }; /* Block size (1 row…
68 and(1) g4.3<1>UD g4.3<0,1,0>UW 0xffffffffUD { align1 1N };
71 sendc(8) g5<1>UD g4<8,8,1>F 0x02190001
77 sendc(8) g5<1>UD g4<8,8,1>F 0x040a8001
98 mov(16) g4<1>UD 0x00000000UD { align1 1H };
H A Divb.asm64 mov(8) g4<1>UD g0<8,8,1>UD { align1 1Q }; /* Initialize messag…
65 mov(1) g4<1>UD g3.3<0,1,0>UD { align1 1N }; /* Block offset */
66 mov(1) g4.1<1>UD g3.2<0,1,0>UD { align1 1N }; /* Block offset */
67 mov(1) g4.2<1>UD 0x00000003UD { align1 1N }; /* Block size (1 row…
68 and(1) g4.3<1>UD g4.3<0,1,0>UW 0xffffffffUD { align1 1N };
71 sendc(8) g5<1>UD g4<8,8,1>F 0x02190001
76 sendc(8) g5<1>UD g4<8,8,1>F 0x040a8001
96 mov(16) g4<1>UD 0x00000000UD { align1 1H };
/openbsd/sys/arch/sparc64/sparc64/
H A Dlocore.s449 xor %g1, %g4, %g4 ! Compare TLB tags
1276 ldx [%g4 + %lo(ctxbusy)], %g4
1281 ldx [%g4+%g6], %g4 ! Load up our page table.
1290 add %g6, %g4, %g4
1291 ldxa [%g4] ASI_PHYS_CACHED, %g4
1512 and %g4, CWP, %g5 ! %g4 = %cwp of trap
2047 ldx [%g4 + %lo(ctxbusy)], %g4
2049 ldx [%g4+%g6], %g4 ! Load up our page table.
2059 add %g4, %g6, %g4
2065 add %g4, %g6, %g4
[all …]
H A Din_cksum.S64 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 Dhvcall.S577 mov %o2, %g4
582 stx %o2, [%g4]
609 mov %o2, %g4
614 stx %o2, [%g4]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Drestrict1.C16 void g4(int *);
29 void A::g4 (int *) {} in g4() function
40 void g4(int *);
50 template <class T> void X<T>::g4 (int *) {} in g4() function
/openbsd/sys/crypto/
H A Didgen.c69 u_int8_t g1, g2, g3, g4, g5, g6; in idgen32_g() local
76 g4 = idgen32_ftable[g3 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g2; in idgen32_g()
77 g5 = idgen32_ftable[g4 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g3; in idgen32_g()
78 g6 = idgen32_ftable[g5 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g4; in idgen32_g()
H A Dpoly1305.c199 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
249 g4 = h4 + c - (1 << 26); in poly1305_finish()
252 mask = (g4 >> ((sizeof(unsigned long) * 8) - 1)) - 1; in poly1305_finish()
257 g4 &= mask; in poly1305_finish()
263 h4 = (h4 & mask) | g4; in poly1305_finish()
/openbsd/lib/libcrypto/poly1305/
H A Dpoly1305-donna.c219 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local
269 g4 = h4 + c - (1 << 26); in poly1305_finish()
272 mask = (g4 >> ((sizeof(unsigned long) * 8) - 1)) - 1; in poly1305_finish()
277 g4 &= mask; in poly1305_finish()
283 h4 = (h4 & mask) | g4; in poly1305_finish()
/openbsd/usr.bin/ssh/
H A Dpoly1305.c38 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local
136 g4 = h4 + b - (1 << 26); in poly1305_auth()
138 b = (g4 >> 31) - 1; in poly1305_auth()
144 h4 = (h4 & nb) | (g4 & b); in poly1305_auth()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst1.C91 D<T> g1 () { g4 (); return D<T> (g->f); } in g1()
94 D<T> g3 (const T& x) { g4 (); return g->f1 (g1 (), x); } in g3()
95 void g4 () { if (g->a > 1) { g->a2 (); g = new F<T> (*g); } } in g4() function
/openbsd/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/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/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2665.crt18 fX1kcx4w2PUsxm9lipjbT/g4+lJQSu9e0NU2shVWQAt31PeEr4p6DmW6Kr5aMWee
H A D1812.crt17 AAEwDQYJKoZIhvcNAQELBQADggEBANsC6/MhD2sqOF+WfueEUntAXZIEqL1DC+g4
H A D2037.crt18 K3p7Buk3E+9rLkLoe+wdtgBD5vNpEw3j6Dyn/785/g4+Qgf64mu84yykOuIu8N2b
H A D1102.key21 g4/JMgTPMoMcf/vJHMjPewKBgFKaDAE9qJDeuCtkFfzePnq9GpfyZ3olZ2OB1j2g
H A D2837.chain42 dRh3yzZ0pfuG4CPPxTvEXnArzZgeaprKjl3aPMW1vH8CuwqupSxFLf8/g4/Y7pHu
H A D3493.chain45 g4/JxZnA2mU6UrblZPhlqqsHMN5+yRd3YsldNNeMbFTjUARiVCX7aVQSKnTqpyg=
H A D1296.chain38 fo6Vn7V40N54QH0zjfIw5JSKQZiO9Ncs+arwHipQAbdyehieNW71/g4/GlKsS3oC
H A D283.chain38 g4+/TjNgoh0LReYSSOBd6uAJudSc1HUce0/+PD6dCq8CUiJdl9sBTrsVUFYYKKfl
H A D3121.chain18 0+sdWS4YU8yWnoB05qOIYTz8Feozotn8wF63lKLZUe0lL1dPqS211dVEy/g4+Yu7
/openbsd/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))))); in lgammal()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990326-1.c222 g4() in g4() function
384 if (g4 ()) in main()

12