/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | scal.c | 1 int g1, g2; variable 9 g2 = 1; 11 g2++; 16 g2 = 12; in main() 17 write_at (&g1, &g2 - &g1, 12345); in main() 18 printf ("%d\n", g2); in main()
|
/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | hugeids.t | 178 my $g2 = 0x80000000; 180 $x[$g2] = \$y; 181 $x[$g2+1] = \$z; 182 $x[$g2+2] = \$z; 189 my $g2 = 0x80000000; 190 $x->[0] == $x->[$g2] 192 $x->[$g2+1] == $x->[$g2+2] 274 my $g2 = 0x80000000; 283 $x->size == $g2 292 my $g4 = 2 * $g2; [all …]
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 1768 andn %g2, CWP, %g2 2118 add %g2, %g3, %g2 2142 sllx %g2, 61, %g2 2173 add %g2, %g3, %g2 2326 add %g2, %g3, %g2 2350 sllx %g2, 61, %g2 2381 add %g2, %g3, %g2 2450 add %g2, %g3, %g2 3035 add %g2, 64, %g2 3036 and %g2, 0x7ff, %g2 [all …]
|
/openbsd/sys/lib/libkern/arch/sparc64/ |
H A D | SYS.h | 57 PIC_PROLOGUE(%g1,%g2); \ 58 ld [%g1+cerror],%g2; jmp %g2; nop 78 ENTRY(x); mov (_CAT(SYS_,x))|SYSCALL_G2RFLAG,%g1; add %o7,8,%g2; \ 85 ENTRY(x); mov (_CAT(SYS_,y))|SYSCALL_G2RFLAG,%g1; add %o7,8,%g2; \ 104 ENTRY(x); mov (_CAT(SYS_,x))|SYSCALL_G2RFLAG,%g1; add %o7,8,%g2; \
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | cvt-1.c | 8 g2 (double f) in g2() function 16 if (g1 (i) != g2 (i)) in f() 18 return g2 (i); in f() 25 if (f (123456789L) != g2 (123456789L)) in main()
|
H A D | 20021120-2.c | 1 int g1, g2; variable 12 g2 = 7930 / x; in foo() 18 if (g1 != 10 || g2 != 10) in main()
|
H A D | complex-1.c | 14 g2 (double x) in g2() function 26 __imag__ x = r * g2 (__imag__ x); in cexp()
|
H A D | 950221-1.c | 22 g2 (a) in g2() function 46 i = g2 (parsefile->fd); in f()
|
/openbsd/regress/sys/kern/signal/fpsig/ |
H A D | fpsig.c | 21 volatile double g2; variable 36 g2 = c; in handler() 57 double a, b, h1 = g1, h2 = g2; in main() 67 errx(1, "%f %f", g1, g2); in main()
|
/openbsd/sys/dev/pci/drm/i915/gt/shaders/clear_kernel/ |
H A D | hsw.asm | 92 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q }; 94 mov(2) g2<1>UD g1<2,2,1>UW { align1 1N }; 95 mov(1) g2.2<1>UD 0x000f000fUD { align1 1N }; /* Block size (16x16… 96 and(1) g2.3<1>UD g2.3<0,1,0>UW 0xffffffefUD { align1 1N }; 105 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000 107 add(1) g2<1>UD g1<0,1,0>UW 0x0010UW { align1 1N }; 108 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000
|
H A D | ivb.asm | 90 mov(8) g2<1>UD g0<8,8,1>UD { align1 1Q }; 92 mov(2) g2<1>UD g1<2,2,1>UW { align1 1N }; 93 mov(1) g2.2<1>UD 0x000f000fUD { align1 1N }; /* Block size (16x16… 94 and(1) g2.3<1>UD g2.3<0,1,0>UW 0xffffffefUD { align1 1N }; 103 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000 105 add(1) g2<1>UD g1<0,1,0>UW 0x0010UW { align1 1N }; 106 sendc(8) null<1>UD g2<8,8,1>F 0x120a8000
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
H A D | restrict1.C | 12 void g2(int *__restrict__); 23 void A::g2 (int *) {} in g2() function 36 void g2(int *__restrict__); 46 template <class T> void X<T>::g2 (int *) {} in g2() function
|
/openbsd/sys/crypto/ |
H A D | idgen.c | 69 u_int8_t g1, g2, g3, g4, g5, g6; in idgen32_g() local 73 g2 = w & 0xff; in idgen32_g() 75 g3 = idgen32_ftable[g2 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g1; in idgen32_g() 76 g4 = idgen32_ftable[g3 ^ key[o++ & (IDGEN32_KEYLEN - 1)]] ^ g2; in idgen32_g()
|
H A D | poly1305.c | 199 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local 243 g2 = h2 + c; in poly1305_finish() 244 c = g2 >> 26; in poly1305_finish() 245 g2 &= 0x3ffffff; in poly1305_finish() 255 g2 &= mask; in poly1305_finish() 261 h2 = (h2 & mask) | g2; in poly1305_finish()
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | lb1spc.asm | 175 mov 1, %g2 183 add %g2, 1, %g2 192 sub %g2, 1, %g2 204 ! dec %g2 214 subcc %g2, 1, %g2 234 subcc %g2, 1, %g2 530 add %g2, 1, %g2 539 sub %g2, 1, %g2 551 ! dec %g2 561 subcc %g2, 1, %g2 [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | lb1spc.asm | 175 mov 1, %g2 183 add %g2, 1, %g2 192 sub %g2, 1, %g2 204 ! dec %g2 214 subcc %g2, 1, %g2 234 subcc %g2, 1, %g2 530 add %g2, 1, %g2 539 sub %g2, 1, %g2 551 ! dec %g2 561 subcc %g2, 1, %g2 [all …]
|
/openbsd/lib/libc/arch/sparc64/ |
H A D | SYS.h | 104 add %o7,8,%g2; \ 112 add %o7,8,%g2; \ 124 add %o7,8,%g2; \ 151 add %o7,8,%g2; \ 162 add %o7,8,%g2; \
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/ |
H A D | t121.C | 5 struct S { void g2 (void (*) (...)); void h2 () { g2 (f); } };// ERROR - in h2()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | ptrmem2.C | 6 int g2(int); 26 int (C::N::*g)(int) = &C::N::g2;
|
/openbsd/usr.bin/ssh/ |
H A D | poly1305.c | 38 uint32_t g0,g1,g2,g3,g4; in poly1305_auth() local 134 g2 = h2 + b; b = g2 >> 26; g2 &= 0x3ffffff; in poly1305_auth() 142 h2 = (h2 & nb) | (g2 & b); in poly1305_auth()
|
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/ |
H A D | blake3_sse41.c | 104 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 111 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 126 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 135 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 149 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 158 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 172 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 181 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 195 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 204 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() [all …]
|
H A D | blake3_sse2.c | 110 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 117 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 132 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 141 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 155 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 164 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 178 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 187 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() 201 g2(&rows[0], &rows[1], &rows[2], &rows[3], t1); in compress_pre() 210 g2(&rows[0], &rows[1], &rows[2], &rows[3], t3); in compress_pre() [all …]
|
/openbsd/lib/libcrypto/poly1305/ |
H A D | poly1305-donna.c | 219 unsigned long g0, g1, g2, g3, g4; in poly1305_finish() local 263 g2 = h2 + c; in poly1305_finish() 264 c = g2 >> 26; in poly1305_finish() 265 g2 &= 0x3ffffff; in poly1305_finish() 275 g2 &= mask; in poly1305_finish() 281 h2 = (h2 & mask) | g2; in poly1305_finish()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | template22.C | 19 template <class T> void g2 (T&); 27 g2 (f2 ()); in main()
|
/openbsd/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | 9uninit | 50 our ($g1, $g2); 53 $v = 31 + $g2; 54 $v = $g1 + $g2; 55 $v = $m1 + $g2; 196 $v = $ga[$g2]; 328 $v = %$g2; 801 $g2 =~ /y/; 804 $g2 =~ s/y/z/; undef $g2; 805 $g2 =~ s/$m1/z/; undef $g2; 806 $g2 =~ s//$g1/; undef $g2; [all …]
|