Home
last modified time | relevance | path

Searched refs:q4 (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/sys/crypto/
Daes.c471 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; in mix_columns() local
478 q4 = q[4]; in mix_columns()
486 r4 = (q4 >> 8) | (q4 << 24); in mix_columns()
495 q[4] = q3 ^ r3 ^ q7 ^ r7 ^ r4 ^ rotr16(q4 ^ r4); in mix_columns()
496 q[5] = q4 ^ r4 ^ r5 ^ rotr16(q5 ^ r5); in mix_columns()
548 uint32_t q0, q1, q2, q3, q4, q5, q6, q7; in aes_ct_bitslice_invSbox() local
554 q4 = q[4]; in aes_ct_bitslice_invSbox()
558 q[7] = q1 ^ q4 ^ q6; in aes_ct_bitslice_invSbox()
560 q[5] = q7 ^ q2 ^ q4; in aes_ct_bitslice_invSbox()
563 q[2] = q4 ^ q7 ^ q1; in aes_ct_bitslice_invSbox()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
Dactions.c35 int q4, in gdb_recursion_test() argument
43 q3 = q4; /* gdbtestline 4 */ in gdb_recursion_test()
44 q4 = q5; /* gdbtestline 5 */ in gdb_recursion_test()
48 gdb_recursion_test (depth, q1, q2, q3, q4, q5, q6); /* gdbtestline 9 */ in gdb_recursion_test()
Dgdb_c_test.c479 int q4, in gdb_recursion_test() argument
487 q3 = q4; /* gdbtestline 4 */ in gdb_recursion_test()
488 q4 = q5; /* gdbtestline 5 */ in gdb_recursion_test()
492 gdb_recursion_test (depth, q1, q2, q3, q4, q5, q6); /* gdbtestline 9 */ in gdb_recursion_test()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D920928-2.c6 int q1,q2,q3,q4; local
15 q4=((int)((*(p->i->d+(fx+w-s-y)/8+(fy+h+x)*p->i->b)&(1<<((fx+w-s-y)%8)))?1:0));
16 if(q4!=q1)
/openbsd/src/regress/usr.sbin/pkg_add/
Dlist6.out1 XXXrep0 q4
8 XXXrep1 q4
DMakefile168 big-merge: rep0/q1-0.tgz rep0/q2-0.tgz rep0/q3-0.tgz rep0/q4-0.tgz \
170 rep1/q1-1.tgz rep1/q2-1.tgz rep1/q3-1.tgz rep1/q4-1.tgz
172 @ROOT=${D14} PKG_PATH=${.OBJDIR}/rep0 ${ADD_PKG} q1 q2 q3 q4 q5 q6
533 .for n in q1 q2 q3 q4
/openbsd/src/sys/lib/libkern/
Dqdivrem.c121 digit q1, q2, q3, q4; in __qdivrem() local
138 q4 = (digit)(rbj / t); in __qdivrem()
142 tmp.ul[L] = COMBINE(q3, q4); in __qdivrem()
/openbsd/src/lib/libc/quad/
Dqdivrem.c122 digit q1, q2, q3, q4; in __qdivrem() local
139 q4 = (digit)(rbj / t); in __qdivrem()
143 tmp.ul[L] = COMBINE(q3, q4); in __qdivrem()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfos_arm.h594 FPU_REG(s16, 4, 16, q4),
595 FPU_REG(s17, 4, 17, q4),
596 FPU_REG(s18, 4, 18, q4),
597 FPU_REG(s19, 4, 19, q4),
632 FPU_REG(d8, 8, 16, q4),
633 FPU_REG(d9, 8, 18, q4),
661 FPU_QREG(q4, 16),
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmoneypunct_members_char.cc63 char q4 = monp_c_f.thousands_sep(); in test01() local
67 VERIFY( q4 != char() ); in test01()
Dmoneypunct_members_wchar_t.cc64 wchar_t q4 = monp_c_f.thousands_sep(); in test01() local
68 VERIFY( q4 != wchar_t() ); in test01()
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D3475.crt19 nPUKO5JpLTT1/80EFhaeZrHEnjwwRHzc78KsIdTQXgD8Xwr/q4+6IFs0RYXst4Nh
D508.key14 lp5bzE1zD7+Wp85/q4+Z/r4MRYS+WrIFD2DGlFPLYMvUaS6wbppIBfZAmpHj8X2P
D87.key6 S1fhHtoXg6fMfEQi6gVLTTFO5f3G97pafYLtVrxSDbEKWE54/7AU4pVJFkEgN+q4
D1056.key8 dsVhvFVIM4/JB3jqFXgXIyamTqX1lp1OvCXHGlLRQ+q4+6gtryqqcKUaUDv6JAcw
D1703.chain13 foJbI0XKvVYo8EKCHHy4X7UbneJHRRq7/Ly+6xP85vipwzKoyGi3JVtVYBl8k/q4
D1036.chain15 2pDXPckUrv9SHlb0DsnjHXAU4tU7V2zlNFdrcWCrQVgEn4I/q4+5UiG05ZO/+epe
D3264.chain22 M0bNpAGxMazsIFrGd9kQ+q4=
/openbsd/src/sys/arch/arm64/arm64/
Dlocore.S328 stp q4, q5, [x3], #32
349 ldp q4, q5, [x3], #32
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DBADNAMES181 // http://gcc.gnu.org/ml/libstdc++/1999-q4/msg00060.html
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DBADNAMES166 // http://gcc.gnu.org/ml/libstdc++/1999-q4/msg00060.html
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dsync.md573 lwarx %3,%y0\n\t%q4 %2,%3,%1\n\tstwcx. %2,%y0\n\tbne- $-12
592 "lwarx %3,%y0\n\txor%I2 %2,%3,%5\n\t%q4 %2,%2,%1\n\tstwcx. %2,%y0\n\tbne- $-16"
Drs6000.md2985 %q4. %3,%1,%2
3014 %q4. %0,%1,%2
3073 %q4. %3,%2,%1
3102 %q4. %0,%2,%1
3139 %q4. %3,%1,%2
3168 %q4. %0,%1,%2
7527 %q4. %3,%1,%2
7556 %q4. %0,%1,%2
7627 %q4. %3,%2,%1
7656 %q4. %0,%2,%1
[all …]
/openbsd/src/gnu/usr.bin/texinfo/
DTODO136 http://mail.gnu.org/mailman/private/gnu-prog-discuss/2003q4/000439.html
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMRegisterInfo.td163 def Q4 : ARMReg< 4, "q4", [D8, D9]>;

12