/third_party/pcre2/pcre2/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 …]
|
/third_party/node/deps/npm/node_modules/qw/ |
D | README.md | 1 # 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'}"`
|
D | qw.js | 2 module.exports = qw 14 function qw () { function
|
/third_party/skia/experimental/lowp-basic/ |
D | bilerp-study.cpp | 73 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()
|
D | lerp-study.cpp | 77 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/ |
D | rgb2yuv_neon_common.S | 33 .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/ |
D | intel_decoder.c | 1003 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/ |
D | hello-1.pl.in | 7 use Locale::Messages qw (textdomain bindtextdomain gettext); 8 use POSIX qw(getpid);
|
D | hello-2.pl.in | 8 use POSIX qw(getpid);
|
/third_party/node/deps/npm/lib/ |
D | profile.js | 17 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/ |
D | binary.qbk | 68 [[`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/ |
D | unshare01.sh | 92 if ls "${tst_dir}" | grep -qw 'A'; then 99 if ! ls "${tst_dir}" | grep -qw 'A'; then
|
/third_party/boost/libs/spirit/doc/karma/ |
D | binary.qbk | 51 [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/ |
D | audit.js | 17 const qw = require('qw') constant 137 const scrubKeys = qw`version` 138 const deleteKeys = qw`from resolved`
|
/third_party/openssl/apps/ |
D | build.info | 2 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/ |
D | wrong.cer | 8 9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw
|
/third_party/ltp/testcases/network/stress/http/ |
D | http-stress02-rmt.sh | 63 killall -qw -s SIGPIPE curl
|
/third_party/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
|
/third_party/ltp/testcases/kernel/power_management/ |
D | runpwtests05.sh | 40 if ! grep sched_debug -qw /proc/cmdline ; then
|
/third_party/openssl/util/ |
D | unlocal_shlib.com.in | 2 use File::Spec::Functions qw(rel2abs);
|
D | local_shlib.com.in | 2 use File::Spec::Functions qw(rel2abs);
|
/third_party/openssl/test/ssl-tests/ |
D | 14-curves.conf.in | 11 use OpenSSL::Test::Utils qw(anydisabled);
|
/third_party/gettext/gettext-tools/tests/ |
D | lang-perl-1 | 12 use Locale::Messages qw (textdomain bindtextdomain gettext ngettext);
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Ethi.txt | 56 qwē↔ቈ;
|