| /external/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_bc_decoder.cpp | 54 CF_WORD0_EGCM w0(dw0); in decode_cf() local 83 CF_WORD0_R6R7 w0(dw0); in decode_cf() local 116 CF_ALU_WORD0_ALL w0(dw0); in decode_cf_alu() local 144 CF_ALU_WORD0_EXT_EGCM w0(dw0); in decode_cf_alu() local 181 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); in decode_cf_exp() local 236 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); in decode_cf_mem() local 245 CF_ALLOC_EXPORT_WORD0_RAT_EGCM w0(dw0); in decode_cf_mem() local 296 ALU_WORD0_ALL w0(dw0); in decode_alu() local 442 TEX_WORD0_R6 w0(dw0); in decode_fetch() local 451 TEX_WORD0_R7 w0(dw0); in decode_fetch() local [all …]
|
| /external/tcpdump/ |
| D | print-tipc.c | 64 nd_uint32_t w0; member 68 #define TIPC_VER(w0) (((w0) >> 29) & 0x07) argument 69 #define TIPC_USER(w0) (((w0) >> 25) & 0x0F) argument 70 #define TIPC_HSIZE(w0) (((w0) >> 21) & 0x0F) argument 71 #define TIPC_MSIZE(w0) (((w0) >> 0) & 0x1FFFF) argument 108 nd_uint32_t w0; member 122 nd_uint32_t w0; member 144 nd_uint32_t w0; member 159 uint32_t w0, w1, w2; in print_payload() local 218 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local [all …]
|
| /external/libaom/aom_dsp/x86/ |
| D | lpf_common_sse2.h | 28 __m128i w0, w1, w2, w3, w4, w5, ww0; in highbd_transpose6x6_sse2() local 67 __m128i w0, w1, ww0, ww1; in highbd_transpose4x8_8x4_low_sse2() local 85 __m128i w0, w1, ww2, ww3; in highbd_transpose4x8_8x4_high_sse2() local 132 __m128i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x8_low_sse2() local 166 __m128i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x8_high_sse2() local 234 __m128i w0, w1; in transpose4x8_8x4_low_sse2() local 272 __m128i w0, w1, ww0, ww1; in transpose4x8_8x4_sse2() local 321 __m128i w0, w1, w2, w3, w4, w5; in transpose8x8_low_sse2() local 353 __m128i w0, w1, w2, w3, w4, w5, w6, w7; in transpose8x8_sse2() local 401 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9; in transpose16x8_8x16_sse2() local [all …]
|
| D | intrapred_utils.h | 57 __m128i w0, w1, w2, w3, ww0, ww1, ww2, ww3; in transpose4x16_sse2() local 95 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9; in transpose16x16_sse2() local
|
| /external/python/cpython3/Modules/_decimal/libmpdec/ |
| D | sixstep.c | 59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local 144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
|
| D | fourstep.c | 144 mpd_uint_t kernel, w0, w1, wstep; in four_step_fnt() local 206 mpd_uint_t kernel, w0, w1, wstep; in inv_four_step_fnt() local
|
| D | difradix2.c | 84 mpd_uint_t w, w0, w1, wstep; in fnt_dif2() local
|
| /external/libaom/av1/common/x86/ |
| D | highbd_txfm_utility_sse4.h | 98 static INLINE __m128i half_btf_sse4_1(const __m128i *w0, const __m128i *n0, in half_btf_sse4_1() 111 static INLINE __m128i half_btf_0_sse4_1(const __m128i *w0, const __m128i *n0, in half_btf_0_sse4_1()
|
| D | av1_txfm_sse2.h | 29 const __m128i *const w0, const __m128i *const w1, const __m128i __rounding, in btf_16_w4_sse2() 44 #define btf_16_4p_sse2(w0, w1, in0, in1, out0, out1) \ argument 60 #define btf_16_sse2(w0, w1, in0, in1, out0, out1) \ argument
|
| D | av1_inv_txfm_avx2.h | 29 #define btf_16_w16_0_avx2(w0, w1, in, out0, out1) \ argument
|
| /external/libaom/av1/encoder/x86/ |
| D | av1_txfm1d_sse4.h | 96 #define btf_32_sse4_1_type0(w0, w1, in0, in1, out0, out1, bit) \ argument 112 #define btf_32_sse4_1_type1(w0, w1, in0, in1, out0, out1, bit) \ argument
|
| D | av1_fwd_txfm_avx2.h | 18 static INLINE void btf_32_avx2_type0(const int32_t w0, const int32_t w1, in btf_32_avx2_type0() 37 static INLINE void btf_32_avx2_type1(const int32_t w0, const int32_t w1, in btf_32_avx2_type1()
|
| /external/libaom/tools/txfm_analyzer/ |
| D | txfm_gen_code.cc | 44 char *cos_text_sse2(double w0, double w1, int mod, char *text, int size) { in cos_text_sse2() 101 char w0[100]; in node_to_code_c() local 284 double w0 = node0->inWeight[0]; in gen_cospi_list_sse2() local 302 double w0 = node1->inWeight[0]; in gen_cospi_list_sse2() local 317 double w0 = node1->inWeight[0]; in gen_cospi_list_sse2() local
|
| /external/mesa3d/src/intel/common/ |
| D | gen_l3_config.c | 237 gen_diff_l3_weights(struct gen_l3_weights w0, struct gen_l3_weights w1) in gen_diff_l3_weights() 305 struct gen_l3_weights w0) in gen_get_l3_config()
|
| /external/libgav1/src/dsp/ |
| D | loop_restoration.cc | 461 const int filter1, const int16_t w0, in SelfGuidedDoubleMultiplier() 469 const int16_t w0) { in SelfGuidedSingleMultiplier() 478 const uint32_t scale, const int16_t w0, in BoxFilterPass1() 497 const int16_t w0, uint16_t* const sum3[4], in BoxFilterPass2() 520 const uint16_t scales[2], const int16_t w0, in BoxFilter() 562 const int16_t w0 = restoration_info.sgr_proj_info.multiplier[0]; in BoxFilterProcess() local 706 const int16_t w0 = restoration_info.sgr_proj_info.multiplier[0]; in BoxFilterProcessPass1() local 799 const int16_t w0 = (1 << kSgrProjPrecisionBits) - w1; in BoxFilterProcessPass2() local
|
| /external/strace/tests/ |
| D | vmsplice.c | 54 void *w0 = tail_memdup(w0_c, LENGTH_OF(w0_c)); in main() local
|
| /external/strace/tests-mx32/ |
| D | vmsplice.c | 54 void *w0 = tail_memdup(w0_c, LENGTH_OF(w0_c)); in main() local
|
| /external/strace/tests-m32/ |
| D | vmsplice.c | 54 void *w0 = tail_memdup(w0_c, LENGTH_OF(w0_c)); in main() local
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| D | ChunkedIntArray.java | 71 int appendSlot(int w0, int w1, int w2, int w3) in appendSlot() 221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot()
|
| /external/XNNPACK/src/s16-window/gen/ |
| D | scalar-x2.c | 41 const int16_t w0 = w[0]; in xnn_s16_window_ukernel__scalar_x2() local
|
| D | scalar-x3.c | 42 const int16_t w0 = w[0]; in xnn_s16_window_ukernel__scalar_x3() local
|
| D | scalar-x4.c | 43 const int16_t w0 = w[0]; in xnn_s16_window_ukernel__scalar_x4() local
|
| /external/musl/src/math/ |
| D | __tan.c | 69 double w0, a0; in __tan() local
|
| /external/libcxx/test/std/strings/basic.string/string.cons/ |
| D | implicit_deduction_guides.pass.cpp | 299 std::wstring w0(L"abcdef"); in main() local 312 ExpectW w0(L"abcdef"); in main() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.cons/ |
| D | implicit_deduction_guides.pass.cpp | 346 std::wstring w0(L"abcdef"); in test() local 361 ExpectW w0(L"abcdef"); in test() local
|