/external/valgrind/VEX/priv/ |
D | guest_generic_bb_to_IR.c | 785 static inline UInt ROL32 ( UInt w, Int n ) { in ROL32() 797 UInt w; in genericg_compute_checksum_4al() local 807 UInt w; in genericg_compute_checksum_4al() local 823 UInt w; in genericg_compute_checksum_4al_1() local 834 UInt w; in genericg_compute_checksum_4al_2() local 847 UInt w; in genericg_compute_checksum_4al_3() local 862 UInt w; in genericg_compute_checksum_4al_4() local 876 UInt w; in genericg_compute_checksum_4al_5() local 892 UInt w; in genericg_compute_checksum_4al_6() local 910 UInt w; in genericg_compute_checksum_4al_7() local [all …]
|
/external/libcxx/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_in.pass.cpp | 33 wchar_t w = 0; in main() local 72 wchar_t w = 0; in main() local 111 wchar_t w = 0; in main() local 150 wchar_t w = 0; in main() local 189 wchar_t w = 0; in main() local 230 wchar_t w = 0; in main() local 269 char32_t w = 0; in main() local 308 char32_t w = 0; in main() local 347 char32_t w = 0; in main() local 386 char32_t w = 0; in main() local [all …]
|
D | codecvt_utf8_in.pass.cpp | 33 wchar_t w = 0; in main() local 72 wchar_t w = 0; in main() local 111 wchar_t w = 0; in main() local 153 char32_t w = 0; in main() local 192 char32_t w = 0; in main() local 231 char32_t w = 0; in main() local 273 char16_t w = 0; in main() local 303 char16_t w = 0; in main() local 333 char16_t w = 0; in main() local
|
D | codecvt_utf8_out.pass.cpp | 33 wchar_t w = 0x40003; in main() local 80 wchar_t w = 0x40003; in main() local 127 wchar_t w = 0x40003; in main() local 186 char32_t w = 0x40003; in main() local 233 char32_t w = 0x40003; in main() local 280 char32_t w = 0x40003; in main() local 339 char16_t w = 0x1005; in main() local 376 char16_t w = 0x1005; in main() local 413 char16_t w = 0x1005; in main() local
|
D | codecvt_utf8_utf16_in.pass.cpp | 33 wchar_t w[2] = {0}; in main() local 72 wchar_t w[2] = {0}; in main() local 108 wchar_t w[2] = {0}; in main() local 147 char32_t w[2] = {0}; in main() local 186 char32_t w[2] = {0}; in main() local 222 char32_t w[2] = {0}; in main() local 261 char16_t w[2] = {0}; in main() local 300 char16_t w[2] = {0}; in main() local 336 char16_t w[2] = {0}; in main() local
|
D | codecvt_utf8_utf16_out.pass.cpp | 33 wchar_t w[2] = {0xD8C0, 0xDC03}; in main() local 74 wchar_t w[2] = {0xD8C0, 0xDC03}; in main() local 108 wchar_t w[2] = {0xD8C0, 0xDC03}; in main() local 161 char32_t w[2] = {0xD8C0, 0xDC03}; in main() local 202 char32_t w[2] = {0xD8C0, 0xDC03}; in main() local 236 char32_t w[2] = {0xD8C0, 0xDC03}; in main() local 290 char16_t w[2] = {0xD8C0, 0xDC03}; in main() local 331 char16_t w[2] = {0xD8C0, 0xDC03}; in main() local 365 char16_t w[2] = {0xD8C0, 0xDC03}; in main() local
|
D | codecvt_utf16_out.pass.cpp | 33 wchar_t w = 0x40003; in main() local 80 wchar_t w = 0x40003; in main() local 127 wchar_t w = 0x40003; in main() local 183 wchar_t w = 0x40003; in main() local 230 wchar_t w = 0x40003; in main() local 279 wchar_t w = 0x40003; in main() local
|
/external/ceres-solver/internal/ceres/ |
D | jet_test.cc | 79 J w = log(z); in TEST() local 87 J w = z / x; in TEST() local 95 J w = sqrt(z); in TEST() local 103 J w = z * z; in TEST() local 111 J w = cos(x)*cos(x) - sin(x)*sin(x); in TEST() local 119 J w = J(2.0)*cos(x)*sin(x); in TEST() local 127 J w = sin(x) * sin(x); in TEST() local 147 J w = sin(x) / cos(x); in TEST() local 155 J w = x; in TEST() local 163 J w = sinh(x) * sinh(x); in TEST() local [all …]
|
/external/v8/test/cctest/ |
D | test-bit-vector.cc | 47 BitVector w(15, &zone); in TEST() local 75 BitVector w(15, &zone); in TEST() local 85 BitVector w(15, &zone); in TEST() local 100 BitVector w(35, &zone); in TEST() local 111 BitVector w(35, &zone); in TEST() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 50 uint x, uint y, uint w, uint h, in pipe_get_tile_raw() 78 uint x, uint y, uint w, uint h, in pipe_put_tile_raw() 118 unsigned w, unsigned h, in z16_get_tile_rgba() 147 unsigned w, unsigned h, in z32_get_tile_rgba() 174 unsigned w, unsigned h, in s8z24_get_tile_rgba() 201 unsigned w, unsigned h, in z24s8_get_tile_rgba() 227 unsigned w, unsigned h, in s8x24_get_tile_rgba() 254 unsigned w, unsigned h, in x24s8_get_tile_rgba() 278 unsigned w, unsigned h, in s8_get_tile_rgba() 303 unsigned w, unsigned h, in z32f_get_tile_rgba() [all …]
|
D | u_box.h | 8 unsigned w, in u_box_1d() 22 unsigned w, in u_box_2d() 35 void u_box_origin_2d( unsigned w, in u_box_origin_2d() 51 unsigned w, in u_box_2d_zslice() 67 unsigned w, in u_box_3d()
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixMatrix.h | 26 for(Index w=0; w<BlockRows; w++) in pack() local 32 for(Index w=0; w<h; w++) in pack() local 37 for(Index w=h+1; w<BlockRows; w++) in pack() local 43 for(Index w=0; w<BlockRows; w++) in pack() local 124 for (Index w=0 ; w<h; ++w) in operator() local 130 for (Index w=h+1 ; w<nr; ++w) in operator() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 25 int x0_q4, int x_step_q4, int w, int h) { in convolve_horiz() 47 int x0_q4, int x_step_q4, int w, int h) { in convolve_avg_horiz() 70 int y0_q4, int y_step_q4, int w, int h) { in convolve_vert() 93 int y0_q4, int y_step_q4, int w, int h) { in convolve_avg_vert() 120 int w, int h) { in convolve() 162 int w, int h) { in vpx_convolve8_horiz_c() 177 int w, int h) { in vpx_convolve8_avg_horiz_c() 192 int w, int h) { in vpx_convolve8_vert_c() 207 int w, int h) { in vpx_convolve8_avg_vert_c() 222 int w, int h) { in vpx_convolve8_c() [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | extented_min_max.inl | 49 T const & w 61 typename C<T>::T const & w 73 C<T> const & w 116 T const & w 128 typename C<T>::T const & w 140 C<T> const & w
|
/external/fio/lib/ |
D | hweight.c | 3 unsigned int hweight8(uint8_t w) in hweight8() 11 unsigned int hweight32(uint32_t w) in hweight32() 21 unsigned int hweight64(uint64_t w) in hweight64()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_GrrdProc.cpp | 64 for (FX_DWORD w = 0; w < GRW; w++) { in decode_Template0_unopt() local 107 for (FX_DWORD w = 0; w < GRW; w++) { in decode_Template0_unopt() local 196 for (int32_t w = 0; w < GRW; w += 8) { in decode_Template0_opt() local 236 for (int32_t w = 0; w < GRW; w += 8) { in decode_Template0_opt() local 313 for (FX_DWORD w = 0; w < GRW; w++) { in decode_Template1_unopt() local 349 for (FX_DWORD w = 0; w < GRW; w++) { in decode_Template1_unopt() local 434 for (int32_t w = 0; w < GRW; w += 8) { in decode_Template1_opt() local 468 for (int32_t w = 0; w < GRW; w += 8) { in decode_Template1_opt() local
|
/external/clang/test/CodeGen/ |
D | arm64_vdupq_n_f64.c | 15 float64x2_t test_vdupq_n_f64(float64_t w) in test_vdupq_n_f64() 25 float32x4_t test_vdupq_n_f32(float32_t w) in test_vdupq_n_f32() 46 float64x2_t test_vmovq_n_f64(float64_t w) in test_vmovq_n_f64()
|
/external/opencv/cv/src/ |
D | _cvmatrix.h | 52 #define icvCopyMatrix_32f( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(float)) argument 53 #define icvCopyMatrix_64d( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(double)) argument 57 #define icvCreateMatrix_32f( w, h ) (float*)cvAlloc( (w)*(h)*sizeof(float)) argument 58 #define icvCreateMatrix_64d( w, h ) (double*)cvAlloc( (w)*(h)*sizeof(double)) argument 63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \ argument 66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \ argument 176 #define icvAddMatrix_64d( src1, src2, dst, w, h ) \ argument 179 #define icvSubMatrix_64d( src1, src2, dst, w, h ) \ argument 183 CV_INLINE void icvSetIdentity_32f( float* dst, int w, int h ) in icvSetIdentity_32f() 192 CV_INLINE void icvSetIdentity_64d( double* dst, int w, int h ) in icvSetIdentity_64d() [all …]
|
/external/libvpx/libvpx/test/ |
D | blockiness_test.cc | 74 for (int w = 0; w < width; ++w) { in FillConstant() local 86 for (int w = 0; w < width; ++w) { in FillRandom() local 98 for (int w = 0; w < width_; w += 4) { in FillRandomBlocky() local 106 for (int w = 0; w < width_; w += 4) { in FillCheckerboard() local 119 for (int w = 0; w < taps; ++w) { in Blur() local 122 for (int w = taps; w < width_; ++w) { in Blur() local 127 for (int w = 0; w < width_; ++w) { in Blur() local
|
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 49 rasterpos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterpos() 118 _mesa_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_RasterPos4d() 124 _mesa_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in _mesa_RasterPos4f() 130 _mesa_RasterPos4i(GLint x, GLint y, GLint z, GLint w) in _mesa_RasterPos4i() 136 _mesa_RasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_RasterPos4s() 286 window_pos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in window_pos4f() 343 _mesa_WindowPos4dMESA(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in _mesa_WindowPos4dMESA() 349 _mesa_WindowPos4fMESA(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in _mesa_WindowPos4fMESA() 355 _mesa_WindowPos4iMESA(GLint x, GLint y, GLint z, GLint w) in _mesa_WindowPos4iMESA() 361 _mesa_WindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_WindowPos4sMESA()
|
/external/skia/src/opts/ |
D | SkBlitMask_opts.h | 39 int w = width; in D32_A8_Opaque_Color_neon() local 86 SkColor color, int w, int h) { in blit_mask_d32_a8_general() 93 SkColor color, int w, int h) { in blit_mask_d32_a8_opaque() 107 int w = width; in blit_mask_d32_a8_black() local 194 SkColor color, int w, int h) { in blit_mask_d32_a8()
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 200 double w = weights[i]; in calc_node_dir() local 221 double w = weights[idx]; in calc_node_dir() local 229 double w = weights[idx]; in calc_node_dir() local 263 double w = weights[idx]; in find_split_ord_class() local 278 double w = weights[idx], w2 = w*w; in find_split_ord_class() local 303 double w = weights[idx]; in find_split_ord_class() local 357 double w = weights[i]; in CV_IMPLEMENT_QSORT_EX() local 456 double w = weights[idx]; in find_split_ord_reg() local 465 double w = weights[idx]; in find_split_ord_reg() local 510 double w = weights[i]; in find_split_cat_reg() local [all …]
|
/external/avahi/avahi-glib/ |
D | glib-watch.c | 68 static void destroy_watch(AvahiWatch *w) { in destroy_watch() 80 AvahiWatch *w, *next; in cleanup_watches() local 110 AvahiWatch *w; in watch_new() local 139 static void watch_update(AvahiWatch *w, AvahiWatchEvent events) { in watch_update() 146 static AvahiWatchEvent watch_get_events(AvahiWatch *w) { in watch_get_events() 153 static void watch_free(AvahiWatch *w) { in watch_free() 293 AvahiWatch *w; in check_func() local 318 AvahiWatch *w; in dispatch_func() local
|
/external/lzma/C/ |
D | AesOpt.c | 24 const __m128i *w = p + 3; in AesCbc_Encode_Intel() local 61 const __m128i *w = p + numRounds2 * 2; in AesCbc_Decode_Intel() local 90 const __m128i *w = p + numRounds2 * 2; in AesCbc_Decode_Intel() local 119 const __m128i *w = p; in AesCtr_Code_Intel() local 144 const __m128i *w = p; in AesCtr_Code_Intel() local
|
/external/libyuv/files/include/libyuv/ |
D | format_conversion.h | 51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \ argument 92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \ argument 125 #define BayerRGBToARGB(b, bs, f, a, as, w, h) BayerToARGB(b, bs, a, as, w, h, f) argument 155 #define ARGBToBayerRGB(a, as, b, bs, f, w, h) ARGBToBayer(b, bs, a, as, w, h, f) argument
|