Searched refs:vx (Results 1 - 25 of 258) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Dmachine-parsing-5.s3 .machine z13+vx!
H A Dmachine-parsing-6.s3 .machine z13+vx+
H A Dmachine-parsing-1.s4 .machine z13+vx+novx+htm+nohtm+vx+novx+htm+nohtm
/netbsd-current/external/bsd/flex/dist/tests/
H A Dtestwrapper-direct.sh2 set -vx
H A Dtestwrapper.sh2 set -vx
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmisc.cc305 int vx; member in class:vA
313 int vx; member in class:vB
321 int vx; member in class:vC
329 int vx; member in class:vD
337 int vx; member in class:vE
351 // {vA::va, vA::vx}
354 g_vA.vA::vx = 2;
356 // {{vA::va, vA::vx}, vB::vb, vB::vx}
359 g_vB.vA::vx
[all...]
H A Dclasses.cc302 int vx; member in class:vA
310 int vx; member in class:vB
318 int vx; member in class:vC
326 int vx; member in class:vD
334 int vx; member in class:vE
348 // {vA::va, vA::vx}
351 g_vA.vA::vx = 2;
353 // {{vA::va, vA::vx}, vB::vb, vB::vx}
356 g_vB.vA::vx
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmisc.cc305 int vx; member in class:vA
313 int vx; member in class:vB
321 int vx; member in class:vC
329 int vx; member in class:vD
337 int vx; member in class:vE
351 // {vA::va, vA::vx}
354 g_vA.vA::vx = 2;
356 // {{vA::va, vA::vx}, vB::vb, vB::vx}
359 g_vB.vA::vx
[all...]
H A Dclasses.cc302 int vx; member in class:vA
310 int vx; member in class:vB
318 int vx; member in class:vC
326 int vx; member in class:vD
334 int vx; member in class:vE
348 // {vA::va, vA::vx}
351 g_vA.vA::vx = 2;
353 // {{vA::va, vA::vx}, vB::vb, vB::vx}
356 g_vB.vA::vx
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d378 auto vx = vd;
380 vx = null;
394 vx = null;
406 if (!vx)
408 vx = v2;
425 if (!vx || !vx._init && v2._init)
427 vx = v2;
430 else if (vx != vd && !vx
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
H A Dchacha-s390x.pl26 # Add vx code path: 4x"vertical".
161 vx (@x[$d0],@x[$d0],@x[$a0]);
164 vx (@x[$d1],@x[$d1],@x[$a1]);
167 vx (@x[$d2],@x[$d2],@x[$a2]);
170 vx (@x[$d3],@x[$d3],@x[$a3]);
174 vx (@x[$b0],@x[$b0],@x[$c0]);
177 vx (@x[$b1],@x[$b1],@x[$c1]);
180 vx (@x[$b2],@x[$b2],@x[$c2]);
183 vx (@x[$b3],@x[$b3],@x[$c3]);
187 vx (
[all...]
/netbsd-current/external/historical/nawk/dist/testdir/
H A DT.clv90 $awk -vx=123 'BEGIN { print x }' >foo2
98 $awk -vx=123 -vy=abc -vz1=10.99 'BEGIN { print x, y, z1 }' >foo2
112 $awk -vx=123 -vy=abc -f foo0 -vz1=10.99 >foo2
122 $awk -f foo0 -vx=123 -vy=abc -vz1=10.99 >foo2
136 $awk -f foo0 -vx=123 -vy=abc -vz1=10.99 /dev/null x=4567 /dev/null >foo2
150 $awk -vx=123 -vy=abc -vz1=10.99 -f foo0 x=4567 /etc/passwd >foo2
176 $awk -vx 'BEGIN {print x}' >foo 2>&1
/netbsd-current/tests/kernel/
H A Dt_zombie.c66 uintmax_t vx = (x); \
68 int ret = vx == vy; \
72 #x, vx, #y, vy); \
77 uintmax_t vx = (x); \
79 int ret = vx != vy; \
83 #x, vx, #y, vy); \
/netbsd-current/games/warp/
H A Dobject.c21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ, argument
43 obj->velx = vx;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c579 VarDeclaration *vx = vd; local
581 vx = NULL;
606 if (!vx)
611 if (vx->_init && v2->_init)
651 VarDeclaration *vx = vd; local
653 vx = NULL;
667 vx = NULL;
679 if (!vx)
681 vx = v2;
699 if (!vx || (!v
[all...]
/netbsd-current/external/bsd/ntp/dist/util/
H A Dhist.c104 const void *vx,
108 const long *x = vx;
103 col( const void *vx, const void *vy ) argument
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dcheck-postlink57 comm -23 postconf.tmp postlink.tmp | grep -F -vx -f stoplist.tmp
/netbsd-current/tests/lib/libc/sys/
H A Dt_fork.c64 uintmax_t vx = (x); \
66 int ret = vx == vy; \
70 #x, vx, #y, vy); \
75 uintmax_t vx = (x); \
77 int ret = vx != vy; \
81 #x, vx, #y, vy); \
H A Dt_ptrace_wait.h134 uintmax_t vx = (x); \
136 int ret = vx == vy; \
138 ATF_REQUIRE_EQ_MSG(vx, vy, "%s(%ju) == %s(%ju)", \
139 #x, vx, #y, vy); \
152 uintmax_t vx = (x); \
154 int ret = vx == vy; \
158 #x, vx, #y, vy); \
163 uintmax_t vx = (x); \
165 int ret = vx != vy; \
169 #x, vx, #
[all...]
/netbsd-current/external/bsd/nvi/dist/gtk/
H A Dgtkvi.c67 vt_parse_vt(&ZVT_TERM(term)->vx->vt, "test\n", 5);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/features/
H A DMakefile66 s390-te-linux64 s390x-te-linux64 s390-vx-linux64 s390x-vx-linux64 \
92 s390-vx-linux64-expedite = r14l,r15l,pswa
168 s390-vx-linux64.xml \
170 s390x-vx-linux64.xml \
/netbsd-current/external/gpl3/gdb/dist/gdb/features/
H A DMakefile66 s390-te-linux64 s390x-te-linux64 s390-vx-linux64 s390x-vx-linux64 \
86 s390-vx-linux64-expedite = r14l,r15l,pswa
164 s390-vx-linux64.xml \
166 s390x-vx-linux64.xml \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ds390-linux-tdep.c51 #include "features/s390-vx-linux64.c"
57 #include "features/s390x-vx-linux64.c"
336 bool high_gprs, v1, v2, te, vx, gs; local
345 vx = (hwcap & HWCAP_S390_VX);
354 te && vx ? tdesc_s390_tevx_linux64 :
355 vx ? tdesc_s390_vx_linux64 :
365 te && vx ? tdesc_s390x_tevx_linux64 :
366 vx ? tdesc_s390x_vx_linux64 :
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ds390-linux-tdep.c51 #include "features/s390-vx-linux64.c"
57 #include "features/s390x-vx-linux64.c"
337 bool high_gprs, v1, v2, te, vx, gs; local
346 vx = (hwcap & HWCAP_S390_VX);
355 te && vx ? tdesc_s390_tevx_linux64 :
356 vx ? tdesc_s390_vx_linux64 :
366 te && vx ? tdesc_s390x_tevx_linux64 :
367 vx ? tdesc_s390x_vx_linux64 :
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dppc-xlate.pl183 my ($f,$vx,$vy) = @_;
184 " vor $vx,$vy,$vy";

Completed in 415 milliseconds

1234567891011