Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
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 = 2*0x8000_0000;
230 $x[$g4] = $y;
[all …]
/openbsd/src/sys/dev/pci/drm/i915/gt/shaders/clear_kernel/
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 };
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/src/sys/arch/sparc64/sparc64/
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?
1274 sethi %hi(ctxbusy), %g4
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
[all …]
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)
Dhvcall.S577 mov %o2, %g4
582 stx %o2, [%g4]
609 mov %o2, %g4
614 stx %o2, [%g4]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
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/src/sys/crypto/
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()
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/src/lib/libcrypto/poly1305/
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/src/usr.bin/ssh/
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/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
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/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
Ddiag-2.c6 typedef __thread int g4; /* { dg-error "multiple storage classes" } */ typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/
Ddiag-2.C6 typedef __thread int g4; /* { dg-error "multiple storage classes" } */ typedef
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D2665.crt18 fX1kcx4w2PUsxm9lipjbT/g4+lJQSu9e0NU2shVWQAt31PeEr4p6DmW6Kr5aMWee
D1812.crt17 AAEwDQYJKoZIhvcNAQELBQADggEBANsC6/MhD2sqOF+WfueEUntAXZIEqL1DC+g4
D2037.crt18 K3p7Buk3E+9rLkLoe+wdtgBD5vNpEw3j6Dyn/785/g4+Qgf64mu84yykOuIu8N2b
D1102.key21 g4/JMgTPMoMcf/vJHMjPewKBgFKaDAE9qJDeuCtkFfzePnq9GpfyZ3olZ2OB1j2g
D2837.chain42 dRh3yzZ0pfuG4CPPxTvEXnArzZgeaprKjl3aPMW1vH8CuwqupSxFLf8/g4/Y7pHu
D1296.chain38 fo6Vn7V40N54QH0zjfIw5JSKQZiO9Ncs+arwHipQAbdyehieNW71/g4/GlKsS3oC
D3493.chain45 g4/JxZnA2mU6UrblZPhlqqsHMN5+yRd3YsldNNeMbFTjUARiVCX7aVQSKnTqpyg=
D283.chain38 g4+/TjNgoh0LReYSSOBd6uAJudSc1HUce0/+PD6dCq8CUiJdl9sBTrsVUFYYKKfl
D3121.chain18 0+sdWS4YU8yWnoB05qOIYTz8Feozotn8wF63lKLZUe0lL1dPqS211dVEy/g4+Yu7
/openbsd/src/lib/libm/src/ld80/
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/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D990326-1.c222 g4() in g4() function
384 if (g4 ()) in main()

12