/external/skqp/src/pathops/ |
D | SkAddIntersections.cpp | 15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 116 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection() 137 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 157 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 177 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection() 197 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() [all …]
|
/external/skia/src/pathops/ |
D | SkAddIntersections.cpp | 15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 116 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection() 137 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 157 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 177 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection() 197 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() [all …]
|
/external/curl/docs/examples/ |
D | post-callback.c | 46 struct WriteThis *wt = (struct WriteThis *)userp; in read_callback() local 69 struct WriteThis wt; in main() local
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | RouteSpecificPool.java | 263 public void queueThread(WaitingThread wt) { in queueThread() 298 public void removeThread(WaitingThread wt) { in removeThread()
|
D | RefQueueWorker.java | 125 Thread wt = this.workerThread; in shutdown() local
|
/external/libaom/libaom/aom_dsp/ |
D | quantize.c | 39 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local 61 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local 90 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local 128 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local 147 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local 194 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local 213 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local 241 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local 280 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local 296 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local
|
/external/libgsm/src/ |
D | decode.c | 50 word erp[40], wt[160]; variable
|
/external/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
|
/external/wpa_supplicant_8/src/ap/ |
D | airtime_policy.c | 139 int wt, num_bss = 0, max_wt = 0; in update_airtime_weights() local 228 struct airtime_sta_weight *wt; in get_weight_for_sta() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding.cc | 153 WireType wt = GetTagWireType(p.first); in ParseTensorSubmessage() local 225 WireType wt = GetTagWireType(p.first); in ParseFast() local
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl36.c | 74 long wt = pa->cnt; in fn_ofd_w() local 114 long wt = pa->cnt; in fn_posix_w() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | BuilderContractsTest.kt | 35 val wt: Int in <lambda>() constant
|
/external/libavc/common/ |
D | ih264_weighted_pred.c | 204 WORD32 wt, in ih264_weighted_pred_luma() 278 WORD32 wt, in ih264_weighted_pred_chroma()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_texstate.c | 290 GLenum wt = sampler->WrapT; in i915_update_tex_unit() local
|
D | i830_texstate.c | 285 GLenum wt = sampler->WrapT; in i830_update_tex_unit() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | adaptive_quantize_sse2.c | 40 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_sse2() local 245 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_32x32_adaptive_sse2() local 453 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_64x64_adaptive_sse2() local
|
D | convolve_sse2.h | 80 const __m128i *const wt, in comp_avg()
|
D | highbd_adaptive_quantize_sse2.c | 117 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_sse2() local 328 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_32x32_adaptive_sse2() local 544 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_64x64_adaptive_sse2() local
|
/external/libaom/libaom/av1/common/x86/ |
D | warp_plane_sse4.c | 457 __m128i *res_sub_const, __m128i *round_bits_const, __m128i *wt) { in unpack_weights_and_set_round_const() 583 const __m128i *wt, const __m128i *res_sub_const, __m128i *round_bits_const, in store_vertical_filter_output() 683 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter() local 711 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0() local 739 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_delta0() local 766 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0_delta0() local
|
D | jnt_convolve_avx2.c | 28 const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1); in unpack_weights_avx2() local 49 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_x_avx2() local 205 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_y_avx2() local 609 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_avx2() local 823 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_copy_avx2() local
|
D | warp_plane_avx2.c | 433 __m256i *res_sub_const, __m256i *round_bits_const, __m256i *wt) { in unpack_weights_and_set_round_const_avx2() 660 const __m256i *wt, const __m256i *res_sub_const, in store_vertical_filter_output_avx2() 785 const __m256i *wt) { in warp_vertical_filter_avx2() 834 const __m256i *wt) { in warp_vertical_filter_gamma0_avx2() 883 const __m256i *wt) { in warp_vertical_filter_delta0_avx2() 931 const __m256i *wt) { in warp_vertical_filter_gamma0_delta0_avx2() 979 const __m256i *wt) { in prepare_warp_vertical_filter_avx2() 1164 __m256i res_sub_const, round_bits_const, wt; in av1_warp_affine_avx2() local
|
D | jnt_convolve_sse2.c | 38 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_x_sse2() local 168 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_y_sse2() local 414 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_2d_sse2() local
|
/external/rust/crates/ring/src/digest/ |
D | sha1.rs | 58 let wt = W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16]; localVariable
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 82 const qm_val_t wt = qm_ptr ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() local 130 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local 372 const int wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local 503 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local
|