Home
last modified time | relevance | path

Searched refs:qw (Results 1 – 25 of 79) sorted by relevance

1234

/external/pcre/dist2/src/
Dpcre2_jit_neon_inc.h88 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/
Dipvs.sh141 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/
DTransform.pde8 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;
Dsketch_3D_reconstruction.pde28 qw = float(info[13]); // quaternion
32 new Transform(tx, ty, tz, qx, qy, qz, qw, fov, width, height, normalizer);
/external/llvm/test/Transforms/MemCpyOpt/
Dcrash.ll6 %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/
Dgen_decoder.c1013 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/
Dtraceroute.sh85 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 \
Dfib_nexthops.sh127 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
Dl2tp.sh96 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
Dfib_tests.sh57 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/
Dtest_tc_tunnel.sh253 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/
Drun-deleted.sh50 grep -qw libfunc bt
52 grep -qw main bt
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/
Dcrash.ll8 %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/
Dpr37499.ll13 …%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/
Dunshare01.sh92 if ls "${tst_dir}" | grep -qw 'A'; then
99 if ! ls "${tst_dir}" | grep -qw 'A'; then
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in21 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD);
28 @ISA = qw(Exporter DynaLoader);
33 qw(
/external/vboot_reference/scripts/image_signing/
Dmake_dev_firmware.sh175 grep -qw '!DEV' || has_norm=$FLAGS_FALSE
177 grep -qw '[^!]DEV' || has_dev=$FLAGS_FALSE
/external/antlr/runtime/Perl5/t/
Dlexer.t5 use lib qw( t/lib );
106 use English qw( -no_match_vars );
/external/ImageMagick/PerlMagick/
DMakefile.nt134 my @DELEGATES = qw/ bzlib cgm jbig jpeg mpeg png ps tiff wmf x xfig zlib/;
/external/antlr/runtime/Perl5/t/author/
Dperlcritic.t5 use English qw(-no_match_vars);
/external/ltp/testcases/network/stress/http/
Dhttp-stress02-rmt.sh63 killall -qw -s SIGPIPE curl
/external/ltp/testcases/network/stress/ftp/
Dftp-download-stress02-rmt.sh61 killall -qw -s SIGPIPE curl
Dftp-upload-stress02-rmt.sh74 killall -qw -s SIGPIPE curl
/external/ltp/testcases/kernel/power_management/
Drunpwtests05.sh40 if ! grep sched_debug -qw /proc/cmdline ; then
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_args_syntax.tc13 if ! grep -qw ${GOODSYM} /proc/kallsyms ; then

1234