/third_party/libpsl/fuzz/libpsl_load_fuzzer.in/ |
D | c679f2fd4e6e6a7ab02e7639ceabc2df7f8f676a | 17 !xj--.xl--.xl--.x---¸! 24 !xj--.xl--.xl--.x---¸! 27 !xj--.xl--.xl--.x---¸! 28 !xj--.xl--.vl--.x---¸! 33 !xj--.xl--.xl--.x---¸! 34 !xj--.xl--.vl--.x---¸! 37 !xj--.xl--.xl--.x---¸! 41 !xj--.xl--.vl---.x---¸! 44 !xj--.xl--.xl--.x---¸! 58 !xj--.xl--.xl--.x---¸! [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/lib/ |
D | muldi3.S | 15 #define xl r1 macro 19 #define xl r0 macro 30 mla xh, xl, yh, xh 31 mov ip, xl, lsr #16 33 bic xl, xl, ip, lsl #16 36 mul yh, xl, yh 37 mul xl, yl, xl 39 adds xl, xl, yh, lsl #16 41 adds xl, xl, ip, lsl #16
|
D | div64.S | 20 #define xl r1 macro 24 #define xl r0 macro 99 cmpeq xl, r4 100 movlo xh, xl 107 4: movs xl, xl, lsl #1 121 cmp xl, #0 128 clz xh, xl @ we know xh is zero here so... 130 mov xl, xl, lsl xh 135 7: movs xl, xl, lsl #1 181 mov yl, xl, lsr ip [all …]
|
/third_party/boost/boost/numeric/interval/compare/ |
D | lexicographic.hpp | 26 const T& xl = x.lower(); in operator <() local 28 return xl < yl || (xl == yl && x.upper() < y.upper()); in operator <() 42 const T& xl = x.lower(); in operator <=() local 44 return xl < yl || (xl == yl && x.upper() <= y.upper()); in operator <=() 51 const T& xl = x.lower(); in operator <=() local 52 return xl < y || (xl == y && x.upper() <= y); in operator <=() 59 const T& xl = x.lower(); in operator >() local 61 return xl > yl || (xl == yl && x.upper() > y.upper()); in operator >() 68 const T& xl = x.lower(); in operator >() local 69 return xl > y || (xl == y && x.upper() > y); in operator >() [all …]
|
/third_party/boost/boost/numeric/interval/detail/ |
D | division.hpp | 31 const T& xl = x.lower(); in div_non_zero() local 37 return I(rnd.div_down(xu, yl), rnd.div_up(xl, yu), true); in div_non_zero() 39 return I(rnd.div_down(xl, yl), rnd.div_up(xu, yu), true); in div_non_zero() 40 else if (::boost::numeric::interval_lib::user::is_neg(xl)) in div_non_zero() 42 return I(rnd.div_down(xu, yu), rnd.div_up(xl, yu), true); in div_non_zero() 44 return I(rnd.div_down(xl, yl), rnd.div_up(xu, yl), true); in div_non_zero() 47 return I(rnd.div_down(xu, yu), rnd.div_up(xl, yl), true); in div_non_zero() 49 return I(rnd.div_down(xl, yu), rnd.div_up(xu, yl), true); in div_non_zero() 75 const T& xl = x.lower(); in div_positive() local 80 else if (::boost::numeric::interval_lib::user::is_neg(xl)) in div_positive() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | pictordec.c | 66 int xl = *x; in picmemset() local 76 d[xl] |= (value >> j) & mask; in picmemset() 77 xl += 1; in picmemset() 78 while (xl == s->width) { in picmemset() 80 xl = 0; in picmemset() 95 for (; xl < pixels_per_value; xl ++) { in picmemset() 97 d[xl] |= (value >> j) & mask; in picmemset() 99 av_memcpy_backptr(d+xl, pixels_per_value, s->width - xl); in picmemset() 101 xl = s->width; in picmemset() 108 *x = xl; in picmemset()
|
/third_party/musl/src/math/ |
D | hypot.c | 13 double_t xh, xl, xc; in sq() local 17 xl = x - xh; in sq() 19 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
|
D | hypotl.c | 17 long double xh, xl, xc; in sq() local 20 xl = x - xh; in sq() 22 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | hypot.c | 13 double_t xh, xl, xc; in sq() local 17 xl = x - xh; in sq() 19 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
|
D | hypotl.c | 17 long double xh, xl, xc; in sq() local 20 xl = x - xh; in sq() 22 *lo = xh*xh - *hi + 2*xh*xl + xl*xl; in sq()
|
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/ |
D | mailto.js | 64 for (let x = 0, xl = hfields.length; x < xl; ++x) { 69 for (let x = 0, xl = toAddrs.length; x < xl; ++x) { 89 for (let x = 0, xl = to.length; x < xl; ++x) { 112 for (let x = 0, xl = to.length; x < xl; ++x) {
|
/third_party/boost/boost/numeric/interval/ |
D | arith.hpp | 180 const T& xl = x.lower(); in operator *() local 185 if (interval_lib::user::is_neg(xl)) in operator *() 189 return I(min BOOST_PREVENT_MACRO_SUBSTITUTION(rnd.mul_down(xl, yu), rnd.mul_down(xu, yl)), in operator *() 190 … max BOOST_PREVENT_MACRO_SUBSTITUTION(rnd.mul_up (xl, yl), rnd.mul_up (xu, yu)), true); in operator *() 192 return I(rnd.mul_down(xu, yl), rnd.mul_up(xl, yl), true); in operator *() 195 return I(rnd.mul_down(xl, yu), rnd.mul_up(xu, yu), true); in operator *() 201 return I(rnd.mul_down(xl, yu), rnd.mul_up(xl, yl), true); in operator *() 203 return I(rnd.mul_down(xu, yu), rnd.mul_up(xl, yl), true); in operator *() 206 return I(rnd.mul_down(xl, yu), rnd.mul_up(xu, yl), true); in operator *() 215 return I(rnd.mul_down(xu, yl), rnd.mul_up(xl, yu), true); in operator *() [all …]
|
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/ |
D | util.js | 4 const xl = sets.length - 1; 5 for (let x = 1; x < xl; ++x) { 8 sets[xl] = sets[xl].slice(1);
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_random.c | 82 unsigned int xh, xl; in SDLTest_Random() local 86 xh = rndContext->x >> 16, xl = rndContext->x & 65535; in SDLTest_Random() 90 ((xl * rndContext->ah) >> 16); in SDLTest_Random() 91 if (xl * rndContext->al >= (~rndContext->c + 1)) in SDLTest_Random()
|
/third_party/optimized-routines/math/test/rtest/ |
D | semi.c | 15 uint32 xh, xl, roundword; in test_rint() local 43 xl = in[1]; in test_rint() 48 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint() 49 xl = (xl >> 1) | ((xh & 1) << 31); in test_rint() 53 xl++; in test_rint() 54 xh += (xl==0); in test_rint() 57 xh = (xh << 1) | ((xl >> 31) & 1); in test_rint() 58 xl = (xl & 0x7FFFFFFF) << 1; in test_rint() 61 out[1] = xl; in test_rint() 429 uint32 xh, xl; in test_frexp() local [all …]
|
/third_party/boringssl/src/crypto/x509/ |
D | by_dir.c | 96 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, 256 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject() argument 304 ctx = (BY_DIR *)xl->method_data; in get_cert_by_subject() 376 if ((X509_load_cert_file(xl, b->data, in get_cert_by_subject() 380 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject() 390 CRYPTO_MUTEX_lock_write(&xl->store_ctx->objs_lock); in get_cert_by_subject() 392 sk_X509_OBJECT_sort(xl->store_ctx->objs); in get_cert_by_subject() 393 if (sk_X509_OBJECT_find(xl->store_ctx->objs, &idx, &stmp)) { in get_cert_by_subject() 394 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, idx); in get_cert_by_subject() 396 CRYPTO_MUTEX_unlock_write(&xl->store_ctx->objs_lock); in get_cert_by_subject()
|
/third_party/boost/boost/polygon/ |
D | rectangle_data.hpp | 23 inline rectangle_data(T xl, T yl, T xh, T yh):ranges_() { in rectangle_data() argument 24 if(xl > xh) std::swap(xl, xh); in rectangle_data() 26 ranges_[HORIZONTAL] = interval_data<T>(xl, xh); in rectangle_data()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | dir_iterate.c | 153 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() local 155 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private); in xlate_func() 169 struct xlate xl; in ext2fs_dir_iterate() local 171 xl.real_private = priv_data; in ext2fs_dir_iterate() 172 xl.func = func; in ext2fs_dir_iterate() 175 xlate_func, &xl); in ext2fs_dir_iterate()
|
D | block.c | 588 struct xlate64 *xl = (struct xlate64 *) priv_data; in xlate64_func() local 592 ret = (*xl->func)(fs, &block32, blockcnt, (blk_t) ref_blk, ref_offset, in xlate64_func() 593 xl->real_private); in xlate64_func() 610 struct xlate64 xl; in ext2fs_block_iterate2() local 612 xl.real_private = priv_data; in ext2fs_block_iterate2() 613 xl.func = func; in ext2fs_block_iterate2() 616 xlate64_func, &xl); in ext2fs_block_iterate2() 636 struct xlate *xl = (struct xlate *) priv_data; in xlate_func() local 638 return (*xl->func)(fs, blocknr, (int) blockcnt, xl->real_private); in xlate_func() 651 struct xlate xl; in ext2fs_block_iterate() local [all …]
|
/third_party/openssl/crypto/x509/ |
D | by_dir.c | 47 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, 211 static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type, in get_cert_by_subject() argument 248 ctx = (BY_DIR *)xl->method_data; in get_cert_by_subject() 317 if ((X509_load_cert_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject() 320 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject() 330 X509_STORE_lock(xl->store_ctx); in get_cert_by_subject() 331 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject() 332 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j); in get_cert_by_subject() 333 X509_STORE_unlock(xl->store_ctx); in get_cert_by_subject()
|
/third_party/musl/src/math/x86_64/ |
D | expl.s | 56 # xl = x - xh 67 # fpu stack: 2^hi x hi xh xl yh 68 # lo = hi - xh*yh + xl*yh 78 # fpu stack: 2^hi x lo xh xl yl 79 # lo += xh*yl + xl*yl
|
/third_party/musl/src/math/i386/ |
D | expl.s | 57 # xl = x - xh 68 # fpu stack: 2^hi x hi xh xl yh 69 # lo = hi - xh*yh + xl*yh 79 # fpu stack: 2^hi x lo xh xl yl 80 # lo += xh*yl + xl*yl
|
/third_party/musl/src/math/x32/ |
D | expl.s | 56 # xl = x - xh 67 # fpu stack: 2^hi x hi xh xl yh 68 # lo = hi - xh*yh + xl*yh 78 # fpu stack: 2^hi x lo xh xl yl 79 # lo += xh*yl + xl*yl
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-resampler.c | 153 gint xl = xi + l; in get_linear_tap() local 155 a = fabs (x - xl) * params->fx; in get_linear_tap() 169 gint xl = xi + l; in get_cubic_tap() local 171 a = fabs (x - xl) * params->fx; in get_cubic_tap() 192 gint xl = xi + l; in get_sinc_tap() local 193 return sinc ((x - xl) * params->fx); in get_sinc_tap() 199 gint xl = xi + l; in get_lanczos_tap() local 200 gdouble env = envelope ((x - xl) * params->ex); in get_lanczos_tap() 201 return (sinc ((x - xl) * params->fx) - params->sharpen) * env; in get_lanczos_tap()
|
/third_party/boost/libs/math/test/ |
D | atanh_test.hpp | 110 long double xl = in atanh_manual_check() local 116 long double yl = tanh(xl); in atanh_manual_check() 131 << atanh_error_evaluator(xl)); in atanh_manual_check() 166 << atanh_error_evaluator(xl)); in atanh_manual_check()
|