/external/pcre/dist2/src/ |
D | pcre2_jit_neon_inc.h | 88 quad_word qw; in FF_FUN() local 236 VST1Q(qw.mem, eq); in FF_FUN() 240 qw.dw[0] >>= align_offset * 8; in FF_FUN() 241 if (qw.dw[0]) in FF_FUN() 243 str_ptr += align_offset + __builtin_ctzll(qw.dw[0]) / 8; in FF_FUN() 246 if (qw.dw[1]) in FF_FUN() 248 str_ptr += 8 + __builtin_ctzll(qw.dw[1]) / 8; in FF_FUN() 254 qw.dw[1] >>= (align_offset - 8) * 8; in FF_FUN() 255 if (qw.dw[1]) in FF_FUN() 257 str_ptr += align_offset + __builtin_ctzll(qw.dw[1]) / 8; in FF_FUN() [all …]
|
/external/linux-kselftest/tools/testing/selftests/netfilter/ |
D | ipvs.sh | 141 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1 147 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1 148 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_announce=2 150 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.rp_filter=0 151 ip netns exec ns2 sysctl -qw net.ipv4.conf.veth21.rp_filter=0 160 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1 176 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=0 177 ip netns exec ns1 sysctl -qw net.ipv4.conf.all.send_redirects=0 178 ip netns exec ns1 sysctl -qw net.ipv4.conf.default.send_redirects=0 185 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1 [all …]
|
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | Transform.pde | 8 float qw, float fov, int w, int h, float normalier) { 11 float[] rot = quaternion2Mat3x3(qx, qy, qz, qw); 47 float[] quaternion2Mat3x3(float qx, float qy, float qz, float qw) { 50 mat[1] = 2 * qx * qy - 2 * qz * qw; 51 mat[2] = 2 * qx * qz + 2 * qy * qw; 52 mat[3] = 2 * qx * qy + 2 * qz * qw; 54 mat[5] = 2 * qy * qz - 2 * qx * qw; 55 mat[6] = 2 * qx * qz - 2 * qy * qw; 56 mat[7] = 2 * qy * qz + 2 * qx * qw;
|
D | sketch_3D_reconstruction.pde | 28 qw = float(info[13]); // quaternion 32 new Transform(tx, ty, tz, qx, qy, qz, qw, fov, width, height, normalizer);
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | crash.ll | 6 %struct.qw = type { [4 x float] } 7 %struct.bar = type { %struct.qw, %struct.qw, %struct.qw, %struct.qw, %struct.qw, float, float}
|
/external/mesa3d/src/intel/common/ |
D | gen_decoder.c | 1013 iter_decode_field_raw(struct gen_field_iterator *iter, uint64_t *qw) in iter_decode_field_raw() argument 1015 *qw = 0; in iter_decode_field_raw() 1026 *qw = ((uint64_t) p[1]) << 32; in iter_decode_field_raw() 1027 *qw |= p[0]; in iter_decode_field_raw() 1029 *qw = p[0]; in iter_decode_field_raw() 1031 *qw = field_value(*qw, field_start, field_end); in iter_decode_field_raw() 1038 *qw <<= field_start % 32; in iter_decode_field_raw() 1047 uint64_t qw; in iter_decode_field() member 1063 v.qw = iter->raw_value; in iter_decode_field() 1067 snprintf(iter->value, sizeof(iter->value), "%"PRId64, v.qw); in iter_decode_field() [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | traceroute.sh | 85 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1 86 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1 88 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1 89 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0 266 ip netns exec router sysctl -qw \
|
D | fib_nexthops.sh | 127 ip netns exec ${n} sysctl -qw net.ipv4.ip_forward=1 128 ip netns exec ${n} sysctl -qw net.ipv4.fib_multipath_use_neigh=1 129 ip netns exec ${n} sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1 130 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 131 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.forwarding=1 132 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.forwarding=1 133 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1 134 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.accept_dad=0 135 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
|
D | l2tp.sh | 96 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1 97 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 98 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1 99 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1 100 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
|
D | fib_tests.sh | 57 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1 58 ip netns exec ns1 sysctl -qw net.ipv6.conf.all.forwarding=1 452 $NS_EXEC sysctl -qw net.ipv4.conf.all.rp_filter=1 453 $NS_EXEC sysctl -qw net.ipv4.conf.all.accept_local=1 454 $NS_EXEC sysctl -qw net.ipv4.conf.all.route_localnet=1 762 ip netns exec ns2 sysctl -qw net.ipv4.ip_forward=1 763 ip netns exec ns2 sysctl -qw net.ipv6.conf.all.forwarding=1
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tc_tunnel.sh | 253 ip netns exec "${ns2}" sysctl -qw net.mpls.platform_labels=65536 256 ip netns exec "${ns2}" sysctl -qw net.mpls.conf.testtun0.input=1 257 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.lo.rp_filter=0 264 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.all.rp_filter=0 267 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.testtun0.rp_filter=0
|
/external/elfutils/tests/ |
D | run-deleted.sh | 50 grep -qw libfunc bt 52 grep -qw main bt
|
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/ |
D | crash.ll | 8 %struct.qw = type { [4 x float] } 9 %struct.bar = type { %struct.qw, %struct.qw, %struct.qw, %struct.qw, %struct.qw, float, float}
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr37499.ll | 13 …%1 = tail call <8 x i16> @llvm.x86.avx512.mask.pmov.qw.512(<8 x i64> undef, <8 x i16> <i16 1, i16 … 28 …%1 = tail call <8 x i16> @llvm.x86.avx512.mask.pmov.qw.512(<8 x i64> %x, <8 x i16> <i16 1, i16 1, … 48 declare <8 x i16> @llvm.x86.avx512.mask.pmov.qw.512(<8 x i64>, <8 x i16>, i8)
|
/external/ltp/testcases/commands/unshare/ |
D | unshare01.sh | 92 if ls "${tst_dir}" | grep -qw 'A'; then 99 if ! ls "${tst_dir}" | grep -qw 'A'; then
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 21 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD); 28 @ISA = qw(Exporter DynaLoader); 33 qw(
|
/external/vboot_reference/scripts/image_signing/ |
D | make_dev_firmware.sh | 175 grep -qw '!DEV' || has_norm=$FLAGS_FALSE 177 grep -qw '[^!]DEV' || has_dev=$FLAGS_FALSE
|
/external/antlr/runtime/Perl5/t/ |
D | lexer.t | 5 use lib qw( t/lib ); 106 use English qw( -no_match_vars );
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.nt | 134 my @DELEGATES = qw/ bzlib cgm jbig jpeg mpeg png ps tiff wmf x xfig zlib/;
|
/external/antlr/runtime/Perl5/t/author/ |
D | perlcritic.t | 5 use English qw(-no_match_vars);
|
/external/ltp/testcases/network/stress/http/ |
D | http-stress02-rmt.sh | 63 killall -qw -s SIGPIPE curl
|
/external/ltp/testcases/network/stress/ftp/ |
D | ftp-download-stress02-rmt.sh | 61 killall -qw -s SIGPIPE curl
|
D | ftp-upload-stress02-rmt.sh | 74 killall -qw -s SIGPIPE curl
|
/external/ltp/testcases/kernel/power_management/ |
D | runpwtests05.sh | 40 if ! grep sched_debug -qw /proc/cmdline ; then
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_args_syntax.tc | 13 if ! grep -qw ${GOODSYM} /proc/kallsyms ; then
|