Home
last modified time | relevance | path

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

1234

/third_party/pcre2/pcre2/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 …]
/third_party/libfuse/util/
Dinit_script27 if ! grep -qw fuse /proc/filesystems; then
38 if grep -qw fusectl /proc/filesystems && \
39 ! grep -qw $MOUNTPOINT /proc/mounts; then
52 if ! grep -qw fuse /proc/filesystems; then
56 if grep -qw $MOUNTPOINT /proc/mounts; then
66 if grep -qw "^fuse" /proc/modules; then
79 if ! grep -qw fuse /proc/filesystems; then
/third_party/node/deps/npm/node_modules/qw/
DREADME.md1 # qw chapter
6 const qw = require('qw')
8 const myword = qw` this is
18 const mywords = qw`product ${23 * 5} also ${'escaping a string'}`
26 const mywords = qw`product=${23 * 5} also "${'escaping a string'}"`
Dqw.js2 module.exports = qw
14 function qw () { function
/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp73 I16 qw = (p10 - p00) << logPixelScale; in bilerp_1() local
75 I16 top = (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1()
77 qw = (p11 - p01) << logPixelScale; in bilerp_1()
80 (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1()
84 qw = bottom - top; in bilerp_1()
86 U16 scaledAnswer = constrained_add(simulate_ssse3_mm_mulhrs_epi16(qty, qw), qm); in bilerp_1()
Dlerp-study.cpp77 Q15 qw ((b - a) << logPixelScale); in balanced_lerp() local
79 Q15 answer = simulate_ssse3_mm_mulhrs_epi16(qt, qw) + qm; in balanced_lerp()
/third_party/ffmpeg/libswscale/arm/
Drgb2yuv_neon_common.S33 .macro alias_dw_all qw, dw_l, dw_h
34 alias q\qw\()_l, d\dw_l
35 alias q\qw\()_h, d\dw_h
36 .if \qw < 15
37 alias_dw_all %(\qw + 1), %(\dw_l + 2), %(\dw_h + 2)
45 .macro alias_qw name, qw, set=1
46 alias \name\(), \qw, \set
47 alias \name\()_l, \qw\()_l, \set
48 alias \name\()_h, \qw\()_h, \set
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c1006 iter_decode_field_raw(struct intel_field_iterator *iter, uint64_t *qw) in iter_decode_field_raw() argument
1008 *qw = 0; in iter_decode_field_raw()
1019 *qw = ((uint64_t) p[1]) << 32; in iter_decode_field_raw()
1020 *qw |= p[0]; in iter_decode_field_raw()
1022 *qw = p[0]; in iter_decode_field_raw()
1024 *qw = field_value(*qw, field_start, field_end); in iter_decode_field_raw()
1031 *qw <<= field_start % 32; in iter_decode_field_raw()
1040 uint64_t qw; in iter_decode_field() member
1056 v.qw = iter->raw_value; in iter_decode_field()
1060 snprintf(iter->value, sizeof(iter->value), "%"PRId64, v.qw); in iter_decode_field()
[all …]
/third_party/node/deps/npm/lib/
Dprofile.js17 const qw = require('qw') constant
30 profileCmd.subcommands = qw`enable-2fa disable-2fa get set`
38 return cb(null, qw`auth-and-writes auth-only`)
90 const knownProfileKeys = qw`
138 const writableProfileKeys = qw`
/third_party/elfutils/tests/
Drun-deleted.sh50 grep -qw libfunc bt
52 grep -qw main bt
/third_party/openssl/
Dconfigdata.pm.in11 use Cwd qw(abs_path);
50 our @ISA = qw(Exporter);
51 our @EXPORT = qw(
73 my @user_crossable = qw( {- join (' ', @user_crossable) -} );
80 use File::Compare qw(compare_text);
/third_party/openssl/util/
Dwrap.pl.in13 use Cwd qw(abs_path);
29 use Cwd qw(abs_path);
Dunlocal_shlib.com.in2 use File::Spec::Functions qw(rel2abs);
Dlocal_shlib.com.in2 use File::Spec::Functions qw(rel2abs);
/third_party/ltp/testcases/commands/unshare/
Dunshare01.sh92 if ls "${tst_dir}" | grep -qw 'A'; then
99 if ! ls "${tst_dir}" | grep -qw 'A'; then
/third_party/node/deps/npm/lib/install/
Daudit.js17 const qw = require('qw') constant
137 const scrubKeys = qw`version`
138 const deleteKeys = qw`from resolved`
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dwrong.cer8 9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw
/third_party/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
/third_party/ltp/testcases/network/stress/http/
Dhttp-stress02-rmt.sh63 killall -qw -s SIGPIPE curl
/third_party/ltp/testcases/kernel/power_management/
Drunpwtests05.sh40 if ! grep sched_debug -qw /proc/cmdline ; then
/third_party/openssl/include/openssl/
Dess.h.in13 use OpenSSL::stackhash qw(generate_stack_macros);
/third_party/openssl/test/ssl-tests/
D14-curves.cnf.in11 use OpenSSL::Test::Utils qw(anydisabled);
/third_party/openssl/Configurations/
Ddescrip.mms.tmpl5 use File::Spec::Functions qw/:DEFAULT abs2rel rel2abs/;
220 push @{$unified_info{includes_extra}->{$obj}}, qw(../);
224 push @{$unified_info{includes_extra}->{$obj}}, qw(./arch_32 ./arch64);
228 push @{$unified_info{includes_extra}->{$obj}}, qw(../);
236 push @{$unified_info{includes_extra}->{$obj}}, qw(../);
241 push @{$unified_info{includes_extra}->{$obj}}, qw(../ssl ./helpers);
245 push @{$unified_info{includes_extra}->{$obj}}, qw(../../ssl);
709 WRITE CONFIG "our @ISA = qw(Exporter);"
710 WRITE CONFIG "our @EXPORT = qw(%config %target %withargs %unified_info %disabled);"
781 use File::Spec::Functions qw/abs2rel rel2abs catfile catdir/;
/third_party/openssl/doc/
Dbuild.info.in4 use File::Spec::Functions qw(:DEFAULT abs2rel rel2abs);

1234