HomeSort by: relevance | last modified time | path
    Searched refs:vx (Results 1 - 25 of 231) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/bsd/flex/dist/tests/
testwrapper-direct.sh 2 set -vx
testwrapper.sh 2 set -vx
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
misc.cc 305 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 = 4
    [all...]
classes.cc 302 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 = 4
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
misc.cc 305 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 = 4
    [all...]
classes.cc 302 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 = 4
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.d 378 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.isOverlappedWith(v2)
    [all...]
  /src/external/historical/nawk/dist/testdir/
T.clv 90 $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
  /src/tests/kernel/
t_zombie.c 66 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); \
  /src/tests/lib/libc/sys/
t_ptrace_wait.h 134 uintmax_t vx = (x); \
136 int ret = vx == vy; \
138 ATF_REQUIRE_EQ_MSG(vx, vy, \
140 #x, vx, vx, #y, vy, vy); \
145 uintmax_t vx = (x); \
147 int ret = vx == vy; \
149 ATF_CHECK_EQ_MSG(vx, vy, \
151 #x, vx, vx, #y, vy, vy);
    [all...]
t_ptrace.c 71 uintmax_t vx = (x); \
73 int ret = vx == vy; \
77 #x, vx, #y, vy); \
t_fork.c 64 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); \
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/
chacha-s390x.pl 26 # Add vx code path: 4x"vertical".
34 # Add 6x"horizontal" VX implementation. It's ~25% faster than IBM's
43 use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE);
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])
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
chacha-s390x.pl 26 # Add vx code path: 4x"vertical".
34 # Add 6x"horizontal" VX implementation. It's ~25% faster than IBM's
43 use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE);
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])
    [all...]
  /src/games/warp/
object.c 21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ,
43 obj->velx = vx;
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
ghash-riscv64-zvkb-zvbc.S 20 .word 2719171031 # vsrl.vx v3, v1, t1
78 .word 844292311 # vclmul.vx v1, v5, t0
80 .word 911401431 # vclmulh.vx v3, v5, t0
83 .word 844325463 # vclmul.vx v4, v5, t1
85 .word 911434071 # vclmulh.vx v2, v5, t1
120 .word 809394647 # vclmul.vx v3, v3, t3, v0.t
132 .word 807297495 # vclmul.vx v3, v1, t3, v0.t
134 .word 907960919 # vclmulh.vx v4, v1, t3
191 .word 844292311 # vclmul.vx v1, v5, t0
193 .word 911401431 # vclmulh.vx v3, v5, t
    [all...]
  /src/external/bsd/ntp/dist/util/
hist.c 104 const void *vx,
108 const long *x = vx;
  /src/external/ibm-public/postfix/dist/mantools/
check-postlink 57 comm -23 postconf.tmp postlink.tmp | grep -F -vx -f stoplist.tmp
check-postconf-undocumented 66 bin/postconf -dHc conf | grep -F -vx -f stoplist.tmp
check-postconf-unimplemented 80 grep -F -vx -f stoplist.tmp | sort > want.tmp || exit 1
  /src/external/bsd/nvi/dist/gtk/
gtkvi.c 67 vt_parse_vt(&ZVT_TERM(term)->vx->vt, "test\n", 5);
  /src/external/gpl3/gdb.old/dist/gdb/features/
Makefile 65 s390-te-linux64 s390x-te-linux64 s390-vx-linux64 s390x-vx-linux64 \
84 s390-vx-linux64-expedite = r14l,r15l,pswa
161 s390-vx-linux64.xml \
163 s390x-vx-linux64.xml \
  /src/external/gpl3/gdb/dist/gdb/features/
Makefile 66 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 \
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
ppc-xlate.pl 183 my ($f,$vx,$vy) = @_;
184 " vor $vx,$vy,$vy";
  /src/external/apache2/llvm/dist/clang/lib/Headers/
module.modulemap 150 requires zvector, vx

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 910