/third_party/e2fsprogs/debugfs/ |
D | ncheck.c | 45 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; in ncheck_proc() local 51 iw->position++; in ncheck_proc() 52 if (iw->position <= 2) in ncheck_proc() 54 for (i=0; i < iw->num_inodes; i++) { in ncheck_proc() 55 if (iw->iarray[i] == dirent->inode) { in ncheck_proc() 56 if (!iw->parent && !iw->get_pathname_failed) { in ncheck_proc() 58 iw->dir, in ncheck_proc() 59 0, &iw->parent); in ncheck_proc() 62 "while calling ext2fs_get_pathname for inode #%u", iw->dir); in ncheck_proc() 63 iw->get_pathname_failed = 1; in ncheck_proc() [all …]
|
/third_party/mbedtls/library/ |
D | padlock.c | 155 uint32_t *iw; in mbedtls_padlock_xcryptcbc() local 164 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc() 165 memcpy( iw, iv, 16 ); in mbedtls_padlock_xcryptcbc() 167 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc() 185 "m" (rk), "m" (input), "m" (output), "m" (iw) in mbedtls_padlock_xcryptcbc() 188 memcpy( iv, iw, 16 ); in mbedtls_padlock_xcryptcbc()
|
/third_party/boost/libs/math/example/ |
D | autodiff_mixed_partials.cpp | 276 for (std::size_t iw = 0; iw <= Nw; ++iw) in main() local 280 float50 const value = v.derivative(iw, ix, iy, iz); in main()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrQuad.h | 95 auto iw = this->iw4f(); in bounds() local 96 x *= iw; in bounds() 97 y *= iw; in bounds() 118 float iw(int i) const { return sk_ieee_float_divide(1.f, fW[i]); } in iw() function
|
D | GrQuad.cpp | 49 V4f iw = 1.f / w; in map_quad_general() local 50 *xs *= iw; in map_quad_general() 51 *ys *= iw; in map_quad_general()
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | locale_test.dart | 19 expect(const Locale('iw').toLanguageTag(), 'he'); 20 expect(const Locale('iw', 'DD').toLanguageTag(), 'he-DE'); 21 expect(const Locale('iw', 'DD').toString(), 'he_DE'); 22 expect(const Locale('iw', 'DD'), const Locale('he', 'DE'));
|
/third_party/boost/boost/chrono/io/utility/ |
D | ios_base_state_ptr.hpp | 231 long iw = ios.iword(index()); in is_registerd() local 232 return (iw == 1); in is_registerd() 236 long& iw = ios.iword(index()); in set_registered() local 237 iw = 1; in set_registered()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_convolve.c | 188 const int iw = (n - w) / 2, ih = (n - h) / 2; in get_input() local 196 fft_hdata[(y + ih) * n + iw + x].re = src[x] * scale; in get_input() 197 fft_hdata[(y + ih) * n + iw + x].im = 0; in get_input() 200 for (x = 0; x < iw; x++) { in get_input() 201 fft_hdata[(y + ih) * n + x].re = fft_hdata[(y + ih) * n + iw].re; in get_input() 205 for (x = n - iw; x < n; x++) { in get_input() 206 fft_hdata[(y + ih) * n + x].re = fft_hdata[(y + ih) * n + n - iw - 1].re; in get_input() 229 fft_hdata[(y + ih) * n + iw + x].re = src[x] * scale; in get_input() 230 fft_hdata[(y + ih) * n + iw + x].im = 0; in get_input() 233 for (x = 0; x < iw; x++) { in get_input() [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | locale_test.dart | 19 expect(const Locale('iw').toString(), 'he'); 20 expect(const Locale('iw', 'DD').toString(), 'he_DE'); 21 expect(const Locale('iw', 'DD'), const Locale('he', 'DE'));
|
/third_party/python/Objects/ |
D | floatobject.c | 690 double iv, iw, ix; in float_pow() local 700 CONVERT_TO_DOUBLE(w, iw); in float_pow() 703 if (iw == 0) { /* v**0 is 1, even 0**0 */ in float_pow() 709 if (Py_IS_NAN(iw)) { /* v**nan = nan, unless v == 1; 1**nan = 1 */ in float_pow() 710 return PyFloat_FromDouble(iv == 1.0 ? 1.0 : iw); in float_pow() 712 if (Py_IS_INFINITY(iw)) { in float_pow() 722 else if ((iw > 0.0) == (iv > 1.0)) in float_pow() 723 return PyFloat_FromDouble(fabs(iw)); /* return inf */ in float_pow() 732 int iw_is_odd = DOUBLE_IS_ODD_INTEGER(iw); in float_pow() 733 if (iw > 0.0) in float_pow() [all …]
|
/third_party/skia/src/gpu/geometry/ |
D | GrQuad.cpp | 48 V4f iw = 1.f / w; in map_quad_general() local 49 *xs *= iw; in map_quad_general() 50 *ys *= iw; in map_quad_general()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrTextureOp.cpp | 95 const SkRect& domainRect, float iw, float ih, float h, SkRect* out) { in compute_domain() argument 113 ltrb *= Sk4f(iw, ih, iw, ih); in compute_domain() 125 float iw, float ih, float h, GrQuad* out) { in compute_src_quad() argument 128 skvx::Vec<4, float> xs = srcQuad.x4f() * iw; in compute_src_quad() 382 float iw, ih, h; in tess() local 384 iw = ih = 1.f; in tess() 387 iw = 1.f / texture->width(); in tess() 401 compute_src_quad(origin, iter->localQuad(), iw, ih, h, &srcQuad); in tess() 402 compute_domain(info.domain(), this->filter(), origin, info.fDomainRect, iw, ih, h, in tess()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 148 @supported=zh-CN, zh-TW, iw 204 @supported=zh-CN, zh-TW, iw 209 he-IT >> iw 216 he-IT >> iw 529 …, es-419, et, eu, fa, fi, fil, fr, ga, gl, gu, hi, hr, hu, hy, id, is, it, iw, ja, ka, kk, km, kn,… 539 …, es-419, et, eu, fa, fi, fil, fr, ga, gl, gu, hi, hr, hu, hy, id, is, it, iw, ja, ka, kk, km, kn,… 856 @supported=zh-CN, zh-TW, iw 861 he-IT >> iw 866 @supported=zh-CN, zh-TW, iw 872 he-IT >> iw [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | localeMatcherTest.txt | 148 @supported=zh-CN, zh-TW, iw 204 @supported=zh-CN, zh-TW, iw 209 he-IT >> iw 216 he-IT >> iw 529 …, es-419, et, eu, fa, fi, fil, fr, ga, gl, gu, hi, hr, hu, hy, id, is, it, iw, ja, ka, kk, km, kn,… 539 …, es-419, et, eu, fa, fi, fil, fr, ga, gl, gu, hi, hr, hu, hy, id, is, it, iw, ja, ka, kk, km, kn,… 856 @supported=zh-CN, zh-TW, iw 861 he-IT >> iw 866 @supported=zh-CN, zh-TW, iw 872 he-IT >> iw [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | iw.txt | 3 iw{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/ |
D | iw.txt | 3 iw{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | iw.txt | 3 iw{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/ |
D | iw.txt | 3 iw{
|
/third_party/icu/icu4c/source/data/locales/ |
D | iw.txt | 3 iw{
|
/third_party/icu/icu4c/source/data/unit/ |
D | iw.txt | 3 iw{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | iw.txt | 3 iw{
|
/third_party/icu/icu4c/source/data/curr/ |
D | iw.txt | 3 iw{
|
/third_party/icu/icu4c/source/data/region/ |
D | iw.txt | 3 iw{
|
/third_party/icu/icu4c/source/data/zone/ |
D | iw.txt | 3 iw{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | iw.txt | 3 iw{
|