Home
last modified time | relevance | path

Searched refs:y4 (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Datomic-10.c6 volatile int y6 = 9, y2, y3, y4, y5; variable
53 --y4; in f2()
63 y4 ^= 1; in f2()
73 y4 >>= 3; in f2()
127 if (y6 != 4 || y2 != 0 || y3 != 8 || y4 != -1 || y5 != 3) in main()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D466.key23 y4/9erhc6AXzDaZt5mHZnzApMGDcOFAPu7np5TI8lccxsyijxHjjzj9JnK9xLE9m
H A D1415.key23 flSuZSRU8ncjfFqOv0qMlcboMQbhYDEvJC/him8Z/y4+IcQrwRZQrCDfcdqnsREn
H A D3632.key14 oRUS6BhOMh/qxxUbINpOl8kM+y4/0sJ6obzxW0BUhcsyak8hiBJxdB+Ca6qGFKDK
H A D1666.key22 y4/kAViNVnXm4pQ3PnUv4khVAYoxpWbXVn10gzn/SNWTOIhCWHM6fkYpK+1vzfMj
H A D2051.chain15 0y4+8zmstyoZDOxm10IGzrJSscwDJ/HD20EJCs0/pd7ZxD3ixyAeNq+BfXEQPp0k
H A D353.chain37 cyDzfZizTtn6OsDcbvdMGSxamw7nrmR9ucun/PKvlQyyST588kIL2Ha8WMiEt/y4
H A D3023.chain11 FPBqmsX/y4+eWPBbSUxwgVFmP6T1dvauTylZoOYP7wTvJGLzpp5gIp9ta2OoC2g1
/openbsd/sys/crypto/
H A Daes.c108 uint32_t y1, y2, y3, y4, y5, y6, y7, y8, y9; in aes_ct_bitslice_Sbox() local
140 y4 = y1 ^ x3; in aes_ct_bitslice_Sbox()
164 t5 = y4 & x7; in aes_ct_bitslice_Sbox()
218 z11 = t33 & y4; in aes_ct_bitslice_Sbox()
/openbsd/sys/dev/ic/
H A Dar9003.c2682 int icept, G, I, L, M, angle, xnonlin, y2, y4, sumy2, sumy4; in ar9003_compute_predistortion() local
2749 sumy2 = sumy4 = y2 = y4 = 0; in ar9003_compute_predistortion()
2801 scale = ((y4 / SCALE_LOG) * (L + 1) - in ar9003_compute_predistortion()
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3973 U4 y4 = 0; in TEST() local
3975 __msan_poison(&y4, 2); in TEST()
3976 __msan_set_origin(&y4, 2, origin); in TEST()
3978 __sanitizer_unaligned_store32(x + 3, y4); in TEST()