/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkAddIntersections.cpp | 31 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 51 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 72 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 92 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 112 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 132 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection() 153 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection() 173 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection() 193 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection() 213 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | quantize.c | 40 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local 62 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local 91 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_helper_c() local 130 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local 149 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_quantize_b_helper_c() local 197 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local 216 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local 244 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_helper_c() local 284 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local 300 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in aom_highbd_quantize_b_helper_c() local
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A 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() 1054 __m256i res_sub_const, round_bits_const, wt; in av1_warp_affine_avx2() local
|
H A D | warp_plane_sse4.c | 400 __m128i *res_sub_const, __m128i *round_bits_const, __m128i *wt) { in unpack_weights_and_set_round_const() 526 const __m128i *wt, const __m128i *res_sub_const, __m128i *round_bits_const, in store_vertical_filter_output() 626 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter() local 654 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0() local 682 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_delta0() local 709 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0_delta0() local
|
H A D | jnt_convolve_avx2.c | 32 const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1); in unpack_weights_avx2() local 52 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_x_avx2() local 202 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_y_avx2() local 600 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_avx2() local 1102 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_copy_avx2() local
|
H A D | jnt_convolve_sse2.c | 38 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_x_sse2() local 164 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_y_sse2() local
|
/aosp_15_r20/external/curl/docs/examples/ |
H A D | post-callback.c | 48 struct WriteThis *wt = (struct WriteThis *)userp; in read_callback() local 71 struct WriteThis wt; in main() local
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_conv.cpp | 41 auto wt = genTestData({K, CperG, R, S}); in TEST() local 71 auto wt = genTestData({K, CperG, R, S}); in TEST() local 136 auto wt = genTestData({K, CperG, R, S}); in TEST() local
|
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
H A D | RouteSpecificPool.java | 263 public void queueThread(WaitingThread wt) { in queueThread() 298 public void removeThread(WaitingThread wt) { in removeThread()
|
H A D | RefQueueWorker.java | 125 Thread wt = this.workerThread; in shutdown() local
|
/aosp_15_r20/cts/tests/providerui/src/android/providerui/cts/ |
H A D | MediaStoreUiTest.java | 175 try (ParcelFileDescriptor fd = resolver.openFileDescriptor(docUri, "wt")) { in testGetDocumentUri() 274 .openFileDescriptor(uri, "wt")) { in testOpenFile_onMediaDocumentsProvider_success() 327 docUriOfFileWithoutAccess, "wt")) { in testOpenFile_onMediaDocumentsProvider_failsWithoutAccess()
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A 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
|
H A 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
|
H A D | highbd_adaptive_quantize_avx2.c | 124 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_adaptive_avx2() local 296 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_highbd_quantize_b_32x32_adaptive_avx2() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | airtime_policy.c | 143 int wt, num_bss = 0, max_wt = 0; in update_airtime_weights() local 232 struct airtime_sta_weight *wt; in get_weight_for_sta() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | tensor_coding.cc | 152 WireType wt = GetTagWireType(p.first); in ParseTensorSubmessage() local 223 WireType wt = GetTagWireType(p.first); in ParseFast() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl36.c | 73 long wt = pa->cnt; in fn_ofd_w() local 113 long wt = pa->cnt; in fn_posix_w() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 273 __m128i wt = _mm_set1_epi16(w); in fetch_axis_aligned_linear_bgra() local 306 union m128i si0, si1, si2, si3, ws, wt; in fetch_linear_bgra() local 377 __m128i ws, wt, wsl, wsh, wtl, wth; in fetch_clamp_linear_bgra() local
|
/aosp_15_r20/external/libavc/common/ |
H A D | ih264_weighted_pred.c | 248 WORD32 wt, in ih264_weighted_pred_luma() 336 WORD32 wt, in ih264_weighted_pred_chroma()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | av1_quantize.c | 100 const qm_val_t wt = qm_ptr ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() local 148 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local 394 const int wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local 528 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_sha512_256.c | 556 #define SHA2STEP64(vA,vB,vC,vD,vE,vF,vG,vH,kt,wt) do { \ in MHDx_sha512_256_transform() argument 563 #define SHA2STEP64RV(vA,vB,vC,vD,vE,vF,vG,vH,kt,wt) do { \ in MHDx_sha512_256_transform() argument
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | DefaultTransitionHandler.java | 864 final WindowThumbnail wt = WindowThumbnail.createAndAttach( in attachCrossProfileThumbnailAnimation() local 888 final WindowThumbnail wt = WindowThumbnail.createAndAttach( in attachThumbnailAnimation() local
|
/aosp_15_r20/external/libgsm/src/ |
H A D | decode.c | 50 word erp[40], wt[160]; variable
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | pascal-wchar-string.c | 16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_mps_mdct_2_qmf.c | 1294 WORD32 const **wf_tab, WORD32 *const wt, in ixheaacd_local_mdct_win() 1483 WORD32 *wt; in ixheaacd_mdct2qmf_process() local
|