Home
last modified time | relevance | path

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

123

/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/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.c1003 iter_decode_field_raw(struct intel_field_iterator *iter, uint64_t *qw) in iter_decode_field_raw() argument
1005 *qw = 0; in iter_decode_field_raw()
1016 *qw = ((uint64_t) p[1]) << 32; in iter_decode_field_raw()
1017 *qw |= p[0]; in iter_decode_field_raw()
1019 *qw = p[0]; in iter_decode_field_raw()
1021 *qw = field_value(*qw, field_start, field_end); in iter_decode_field_raw()
1028 *qw <<= field_start % 32; in iter_decode_field_raw()
1037 uint64_t qw; in iter_decode_field() member
1053 v.qw = iter->raw_value; in iter_decode_field()
1057 snprintf(iter->value, sizeof(iter->value), "%"PRId64, v.qw); in iter_decode_field()
[all …]
/third_party/gettext/gettext-tools/examples/hello-perl/
Dhello-1.pl.in7 use Locale::Messages qw (textdomain bindtextdomain gettext);
8 use POSIX qw(getpid);
Dhello-2.pl.in8 use POSIX qw(getpid);
/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/boost/libs/spirit/doc/qi/
Dbinary.qbk68 [[`qw`] [A 64 bit binary value or a __qi_lazy_argument__ that
95 [[`qword(qw)`] [Matches an exact 64 bit native endian binary.]]
113 [[`qword(qw)`] [__unused__]]
173 [[`qw`] [A 64 bit binary value or a __qi_lazy_argument__ that
198 [[`little_qword(qw)`] [Matches an exact 32 bit little endian binary.]]
214 [[`little_qword(qw)`] [__unused__]]
274 [[`qw`] [A 64 bit binary value or a __qi_lazy_argument__ that
299 [[`big_qword(qw)`] [Matches an exact 32 bit big endian binary.]]
315 [[`big_qword(qw)`] [__unused__]]
/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/boost/libs/spirit/doc/karma/
Dbinary.qbk51 [note The generators `qword` and `qword(qw)` are only available on
69 [[`qw`] [A 64 bit binary value or a __karma_lazy_argument__ that
128 [[`qword(qw)`] [Output the binary representation of the least
162 [[`qword(qw)`] [__unused__]]
229 [note The generators `little_qword` and `little_qword(qw)` are only available on
245 [[`qw`] [A 64 bit binary value or a __karma_lazy_argument__ that
296 [[`little_qword(qw)`] [Output the binary representation of the least
327 [[`little_qword(qw)`] [__unused__]]
382 [note The generators `big_qword` and `big_qword(qw)` are only available on
398 [[`qw`] [A 64 bit binary value or a __karma_lazy_argument__ that
[all …]
/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/openssl/apps/
Dbuild.info2 qw(openssl.c
10 ( qw(apps.c opt.c s_cb.c s_socket.c app_rand.c bf_prefix.c),
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dwrong.cer8 9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw
/third_party/ltp/testcases/network/stress/http/
Dhttp-stress02-rmt.sh63 killall -qw -s SIGPIPE curl
/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/kernel/power_management/
Drunpwtests05.sh40 if ! grep sched_debug -qw /proc/cmdline ; then
/third_party/openssl/util/
Dunlocal_shlib.com.in2 use File::Spec::Functions qw(rel2abs);
Dlocal_shlib.com.in2 use File::Spec::Functions qw(rel2abs);
/third_party/openssl/test/ssl-tests/
D14-curves.conf.in11 use OpenSSL::Test::Utils qw(anydisabled);
/third_party/gettext/gettext-tools/tests/
Dlang-perl-112 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext);
/third_party/icu/icu4c/source/data/translit/
DLatn_Ethi.txt56 qwē↔ቈ;

123