/external/rust/crates/unicode-segmentation/src/ |
D | word.rs | 202 use crate::tables::word as wd; in next() 212 let mut cat = wd::WC_Any; in next() 213 let mut savecat = wd::WC_Any; in next() 221 let prev_zwj = cat == wd::WC_ZWJ; in next() 224 None => wd::word_category(ch).2, in next() 239 wd::WC_Extend | wd::WC_Format | wd::WC_ZWJ => { in next() 267 Start if cat == wd::WC_CR => { in next() 269 Some(ncat) if ncat == wd::WC_LF => 1, // rule WB3 in next() 275 wd::WC_ALetter => Letter, // rule WB5, WB6, WB9, WB13a in next() 276 wd::WC_Hebrew_Letter => HLetter, // rule WB5, WB6, WB7a, WB7b, WB9, WB13a in next() [all …]
|
/external/libhevc/common/ |
D | ihevc_sao.c | 79 WORD32 wd, in ihevc_sao_band_offset_luma() argument 90 pu1_src_left[row] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_luma() 92 pu1_src_top_left[0] = pu1_src_top[wd - 1]; in ihevc_sao_band_offset_luma() 93 for(col = 0; col < wd; col++) in ihevc_sao_band_offset_luma() 110 for(col = 0; col < wd; col++) in ihevc_sao_band_offset_luma() 133 WORD32 wd, in ihevc_sao_band_offset_chroma() argument 145 pu1_src_left[2 * row] = pu1_src[row * src_strd + (wd - 2)]; in ihevc_sao_band_offset_chroma() 146 pu1_src_left[2 * row + 1] = pu1_src[row * src_strd + (wd - 1)]; in ihevc_sao_band_offset_chroma() 148 pu1_src_top_left[0] = pu1_src_top[wd - 2]; in ihevc_sao_band_offset_chroma() 149 pu1_src_top_left[1] = pu1_src_top[wd - 1]; in ihevc_sao_band_offset_chroma() [all …]
|
D | ihevc_inter_pred_filters.c | 114 WORD32 wd) in ihevc_inter_pred_luma_copy() argument 120 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_copy() 176 WORD32 wd) in ihevc_inter_pred_luma_horz() argument 183 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_horz() 249 WORD32 wd) in ihevc_inter_pred_luma_vert() argument 256 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_vert() 322 WORD32 wd) in ihevc_inter_pred_luma_copy_w16out() argument 328 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_copy_w16out() 388 WORD32 wd) in ihevc_inter_pred_luma_horz_w16out() argument 395 for(col = 0; col < wd; col++) in ihevc_inter_pred_luma_horz_w16out() [all …]
|
D | ihevc_padding.c | 92 WORD32 wd, in ihevc_pad_vert() argument 99 memcpy(pu1_src - row * src_strd, pu1_src, wd); in ihevc_pad_vert() 101 pu1_src + (ht - 1) * src_strd, wd); in ihevc_pad_vert() 146 WORD32 wd, in ihevc_pad_horz_chroma() argument 154 wd >>= 1; in ihevc_pad_horz_chroma() 164 u2_uv_val = pu2_src[wd - 1]; in ihevc_pad_horz_chroma() 165 ihevc_memset_16bit(&pu2_src[wd], u2_uv_val, pad_size); in ihevc_pad_horz_chroma() 213 WORD32 wd, in ihevc_pad_horz_luma() argument 221 memset(pu1_src + wd, *(pu1_src + wd - 1), pad_size); in ihevc_pad_horz_luma() 270 WORD32 wd, in ihevc_pad_top() argument [all …]
|
D | ihevc_sao.h | 59 WORD32 wd, 69 WORD32 wd, 82 WORD32 wd, 94 WORD32 wd, 107 WORD32 wd, 119 WORD32 wd, 133 WORD32 wd, 146 WORD32 wd, 159 WORD32 wd, 171 WORD32 wd, [all …]
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 115 WORD32 wd, in ih264_inter_pred_luma_copy() argument 124 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_copy() 175 WORD32 wd) in ih264_interleave_copy() argument 178 wd *= 2; in ih264_interleave_copy() 182 for(col = 0; col < wd; col+=2) in ih264_interleave_copy() 232 WORD32 wd, in ih264_inter_pred_luma_horz() argument 243 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_horz() 302 WORD32 wd, in ih264_inter_pred_luma_vert() argument 313 for(col = 0; col < wd; col++) in ih264_inter_pred_luma_vert() 371 WORD32 wd, in ih264_inter_pred_luma_horz_hpel_vert_hpel() argument [all …]
|
D | ih264_weighted_pred.c | 92 WORD32 wd) in ih264_default_weighted_pred_luma() argument 96 src_strd1 -= wd; in ih264_default_weighted_pred_luma() 97 src_strd2 -= wd; in ih264_default_weighted_pred_luma() 98 dst_strd -= wd; in ih264_default_weighted_pred_luma() 102 for(j = 0; j < wd; j++, pu1_src1++, pu1_src2++, pu1_dst++) in ih264_default_weighted_pred_luma() 147 WORD32 wd) in ih264_default_weighted_pred_chroma() argument 151 wd = wd << 1; in ih264_default_weighted_pred_chroma() 153 src_strd1 -= wd; in ih264_default_weighted_pred_chroma() 154 src_strd2 -= wd; in ih264_default_weighted_pred_chroma() 155 dst_strd -= wd; in ih264_default_weighted_pred_chroma() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dot_as_convolution_util.cc | 100 const auto& wd = conv->window().dimensions(i); in ParseConvolutionDimsInfo() local 101 if (SpatialIsBatch(lhs_size, wd) != SpatialBatchRepresentation::kNone) { in ParseConvolutionDimsInfo() 103 } else if (lhs_size == wd.size() && wd.base_dilation() == 1 && in ParseConvolutionDimsInfo() 104 wd.window_dilation() == 1 && wd.padding_high() == 0 && in ParseConvolutionDimsInfo() 105 wd.padding_low() == 0 && !wd.window_reversal()) { in ParseConvolutionDimsInfo() 110 } else if (wd.stride() == 1 && wd.window_dilation() == 1 && in ParseConvolutionDimsInfo() 111 wd.base_dilation() == 1) { in ParseConvolutionDimsInfo() 112 if (rhs_size == 1 && wd.size() == 1 && wd.padding_high() == 0 && in ParseConvolutionDimsInfo() 113 wd.padding_low() == 0 && !wd.window_reversal()) { in ParseConvolutionDimsInfo() 117 } else if (lhs_size == 1 && wd.size() == rhs_size && in ParseConvolutionDimsInfo() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrFormats.td | 32 bits<5> wd; 39 let Inst{10-6} = wd; 45 bits<5> wd; 52 let Inst{10-6} = wd; 58 bits<5> wd; 65 let Inst{10-6} = wd; 71 bits<5> wd; 78 let Inst{10-6} = wd; 84 bits<5> wd; 89 let Inst{10-6} = wd; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrFormats.td | 32 bits<5> wd; 39 let Inst{10-6} = wd; 45 bits<5> wd; 52 let Inst{10-6} = wd; 58 bits<5> wd; 65 let Inst{10-6} = wd; 71 bits<5> wd; 78 let Inst{10-6} = wd; 84 bits<5> wd; 89 let Inst{10-6} = wd; [all …]
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ |
D | ctor.sys_days.pass.cpp | 43 constexpr weekday wd{sd}; in main() local 45 static_assert( wd.ok(), ""); in main() 46 static_assert(static_cast<unsigned>(wd) == 4, ""); in main() 51 constexpr weekday wd{sd}; in main() local 53 static_assert( wd.ok(), ""); in main() 54 static_assert(static_cast<unsigned>(wd) == 3, ""); in main() 60 constexpr weekday wd{sd}; in main() local 62 static_assert( wd.ok(), ""); in main() 63 static_assert(static_cast<unsigned>(wd) == 2, ""); in main() 68 weekday wd{sd}; in main() local [all …]
|
D | ctor.local_days.pass.cpp | 43 constexpr weekday wd{sd}; in main() local 45 static_assert( wd.ok(), ""); in main() 46 static_assert(static_cast<unsigned>(wd) == 4, ""); in main() 51 constexpr weekday wd{sd}; in main() local 53 static_assert( wd.ok(), ""); in main() 54 static_assert(static_cast<unsigned>(wd) == 3, ""); in main() 60 constexpr weekday wd{sd}; in main() local 62 static_assert( wd.ok(), ""); in main() 63 static_assert(static_cast<unsigned>(wd) == 2, ""); in main() 68 weekday wd{sd}; in main() local [all …]
|
D | decrement.pass.cpp | 28 WD wd{1}; in testConstexpr() local 29 if (static_cast<unsigned>(--wd) != 0) return false; in testConstexpr() 30 if (static_cast<unsigned>(wd--) != 0) return false; in testConstexpr() 31 if (static_cast<unsigned>(wd) != 6) return false; in testConstexpr() 48 weekday wd(i); in main() local 49 assert((static_cast<unsigned>(--wd) == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main() 50 assert((static_cast<unsigned>(wd--) == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main() 51 assert((static_cast<unsigned>(wd) == euclidian_subtraction<unsigned, 0, 6>(i, 2))); in main()
|
D | increment.pass.cpp | 28 WD wd{5}; in testConstexpr() local 29 if (static_cast<unsigned>(++wd) != 6) return false; in testConstexpr() 30 if (static_cast<unsigned>(wd++) != 6) return false; in testConstexpr() 31 if (static_cast<unsigned>(wd) != 0) return false; in testConstexpr() 48 weekday wd(i); in main() local 49 assert((static_cast<unsigned>(++wd) == euclidian_addition<unsigned, 0, 6>(i, 1))); in main() 50 assert((static_cast<unsigned>(wd++) == euclidian_addition<unsigned, 0, 6>(i, 1))); in main() 51 assert((static_cast<unsigned>(wd) == euclidian_addition<unsigned, 0, 6>(i, 2))); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/ |
D | ctor.sys_days.pass.cpp | 42 constexpr weekday wd{sd}; in main() local 44 static_assert( wd.ok(), ""); in main() 45 static_assert( wd.c_encoding() == 4, ""); in main() 50 constexpr weekday wd{sd}; in main() local 52 static_assert( wd.ok(), ""); in main() 53 static_assert( wd.c_encoding() == 3, ""); in main() 59 constexpr weekday wd{sd}; in main() local 61 static_assert( wd.ok(), ""); in main() 62 static_assert( wd.c_encoding() == 2, ""); in main() 67 weekday wd{sd}; in main() local [all …]
|
D | ctor.local_days.pass.cpp | 42 constexpr weekday wd{sd}; in main() local 44 static_assert( wd.ok(), ""); in main() 45 static_assert( wd.c_encoding() == 4, ""); in main() 50 constexpr weekday wd{sd}; in main() local 52 static_assert( wd.ok(), ""); in main() 53 static_assert( wd.c_encoding() == 3, ""); in main() 59 constexpr weekday wd{sd}; in main() local 61 static_assert( wd.ok(), ""); in main() 62 static_assert( wd.c_encoding() == 2, ""); in main() 67 weekday wd{sd}; in main() local [all …]
|
D | decrement.pass.cpp | 27 WD wd{1}; in testConstexpr() local 28 if ((--wd).c_encoding() != 0) return false; in testConstexpr() 29 if ((wd--).c_encoding() != 0) return false; in testConstexpr() 30 if ((wd).c_encoding() != 6) return false; in testConstexpr() 47 weekday wd(i); in main() local 48 assert(((--wd).c_encoding() == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main() 49 assert(((wd--).c_encoding() == euclidian_subtraction<unsigned, 0, 6>(i, 1))); in main() 50 assert(((wd) .c_encoding() == euclidian_subtraction<unsigned, 0, 6>(i, 2))); in main()
|
D | increment.pass.cpp | 27 WD wd{5}; in testConstexpr() local 28 if ((++wd).c_encoding() != 6) return false; in testConstexpr() 29 if ((wd++).c_encoding() != 6) return false; in testConstexpr() 30 if ((wd) .c_encoding() != 0) return false; in testConstexpr() 47 weekday wd(i); in main() local 48 assert(((++wd).c_encoding() == euclidian_addition<unsigned, 0, 6>(i, 1))); in main() 49 assert(((wd++).c_encoding() == euclidian_addition<unsigned, 0, 6>(i, 1))); in main() 50 assert(((wd) .c_encoding() == euclidian_addition<unsigned, 0, 6>(i, 2))); in main()
|
/external/rust/crates/walkdir/src/tests/ |
D | recursive.rs | 25 let wd = WalkDir::new(dir.path()); in empty() localVariable 26 let r = dir.run_recursive(wd); in empty() 41 let wd = WalkDir::new(dir.path()).follow_links(true); in empty_follow() localVariable 42 let r = dir.run_recursive(wd); in empty_follow() 59 let wd = WalkDir::new(dir.path().join("a")); in empty_file() localVariable 60 let r = dir.run_recursive(wd); in empty_file() 77 let wd = WalkDir::new(dir.path().join("a")).follow_links(true); in empty_file_follow() localVariable 78 let r = dir.run_recursive(wd); in empty_file_follow() 95 let wd = WalkDir::new(dir.path()); in one_dir() localVariable 96 let r = dir.run_recursive(wd); in one_dir() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 636 WorkingData& wd, in logTestImages() argument 649 …wd.framebufferSize.x() * wd.framebufferSize.y() * tcu::getPixelSize(mapVkFormat(params.floatColor1… in logTestImages() 650 …wd.framebufferSize.x() * wd.framebufferSize.y() * tcu::getPixelSize(mapVkFormat(params.floatColor2… in logTestImages() 651 …wd.framebufferSize.x() * wd.framebufferSize.y() * tcu::getPixelSize(mapVkFormat(params.intColorFor… in logTestImages() 652 …wd.framebufferSize.x() * wd.framebufferSize.y() * tcu::getPixelSize(mapVkFormat(params.depthStenci… in logTestImages() 679 const IVec2 size (wd.framebufferSize.x(), wd.framebufferSize.y()); in logTestImages() 682 …copyImageToBuffer(vk, *cmdBuffer, *wd.getResolvedFloatColorImage1(params), *buffer[0], size, VK_AC… in logTestImages() 684 …copyImageToBuffer(vk, *cmdBuffer, *wd.getResolvedFloatColorImage2(params), *buffer[1], size, VK_AC… in logTestImages() 686 …copyImageToBuffer(vk, *cmdBuffer, *wd.getResolvedIntColorImage(params), *buffer[2], size, VK_ACCE… in logTestImages() 691 …copyImageToBuffer(vk, *cmdBuffer, *wd.getResolvedDepthStencilImage(params), *buffer[3], size, VK_A… in logTestImages() [all …]
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 899 void draw (Context& context, const TestParams& params, WorkingData& wd) in draw() argument 903 const deUint32 numSubpasses = static_cast<deUint32>(wd.perSubpass.size()); in draw() 914 …perSubpassSampleLocationsInfo.push_back(makeSampleLocationsInfo(*wd.perSubpass[subpassNdx]->pixelG… in draw() 929 attachments.push_back(wd.perSubpass[subpassNdx]->colorImageView.get()); in draw() 930 attachments.push_back(wd.perSubpass[subpassNdx]->depthStencilImageView.get()); in draw() 1011 …c_cast<deUint32>(attachments.size()), dataOrNullPtr(attachments), wd.renderSize.x(), wd.renderSize… in draw() 1026 …wd.renderSize, getImageAspectFlags(params.depthStencilFormat), params.perSubpassSamples[subpassNdx… in draw() 1047 { wd.renderSize.x(), wd.renderSize.y() } in draw() 1087 …vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &wd.perSubpass[subpassNdx]->vertexBuffer.get(), &verte… in draw() 1091 vk.cmdDraw(*cmdBuffer, wd.perSubpass[subpassNdx]->numVertices, 1u, 0u, 0u); in draw() [all …]
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 100 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgb565() argument 131 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgb565() 198 pu1_u_src = pu1_u_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565() 199 pu1_v_src = pu1_v_src + src_uv_strd - wd; in ih264e_fmt_conv_420sp_to_rgb565() 201 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565() 202 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565() 204 pu2_rgb_dst = pu2_rgb_dst_NextRow - wd + dst_strd; in ih264e_fmt_conv_420sp_to_rgb565() 205 pu2_rgb_dst_NextRow = pu2_rgb_dst_NextRow + (dst_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565() 213 WORD32 wd, in ih264e_fmt_conv_420sp_to_rgba8888() argument 244 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgba8888() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_chroma_vert_w16out.s | 89 @ word32 wd) 118 ldr r6,[sp,#wd_offset] @loads wd 124 tst r6,#3 @checks (wd & 3) 126 lsl r10,r6,#1 @2*wd 132 bgt outer_loop_wd_2 @jumps to loop handling wd ==2 138 sub r9,r7,r10,lsl #1 @4*dst_strd - 4wd 140 sub r8,r12,r10 @2*src_strd - 2wd 142 mov r5,r10 @2wd 144 inner_loop_ht_2: @called when wd is multiple of 4 and ht is 4,2 148 subs r5,r5,#8 @2wd - 8 [all …]
|
/external/rust/crates/nix/src/sys/ |
D | inotify.rs | 114 wd: i32, field 125 pub wd: WatchDescriptor, field 163 Errno::result(res).map(|wd| WatchDescriptor { wd }) in add_watch() 172 pub fn rm_watch(self, wd: WatchDescriptor) -> Result<()> { in rm_watch() 175 let arg = wd.wd; in rm_watch() 177 let arg = wd.wd as u32; in rm_watch() 225 wd: WatchDescriptor { wd: event.wd }, in read_events()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.operators/ |
D | year_month_weekday_last.pass.cpp | 72 weekday wd{k}; in main() local 73 year_month_weekday_last ymwdl = year_month{y,m}/weekday_last{wd}; in main() 76 assert(ymwdl.weekday() == wd); in main() 104 weekday wd{k}; in main() local 105 year_month_weekday_last ymwdl1 = y/month_weekday_last{m, weekday_last{wd}}; in main() 106 year_month_weekday_last ymwdl2 = month_weekday_last{m, weekday_last{wd}}/y; in main() 111 assert(ymwdl1.weekday() == wd); in main() 112 assert(ymwdl2.weekday() == wd); in main() 141 weekday wd{k}; in main() local 142 year_month_weekday_last ymwdl1 = i/month_weekday_last{m, weekday_last{wd}}; in main() [all …]
|