/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_decoder.cpp | 59 CF_WORD1_EG w1(dw1); in decode_cf() local 71 CF_WORD1_CM w1(dw1); in decode_cf() local 86 CF_WORD1_R6R7 w1(dw1); in decode_cf() local 125 CF_ALU_WORD1_R6 w1(dw1); in decode_cf_alu() local 139 CF_ALU_WORD1_R7EGCM w1(dw1); in decode_cf_alu() local 145 CF_ALU_WORD1_EXT_EGCM w1(dw1); in decode_cf_alu() local 190 CF_ALLOC_EXPORT_WORD1_SWIZ_EG w1(dw1); in decode_cf_exp() local 202 CF_ALLOC_EXPORT_WORD1_SWIZ_CM w1(dw1); in decode_cf_exp() local 213 CF_ALLOC_EXPORT_WORD1_SWIZ_R6R7 w1(dw1); in decode_cf_exp() local 257 CF_ALLOC_EXPORT_WORD1_BUF_EG w1(dw1); in decode_cf_mem() local [all …]
|
/external/tcpdump/ |
D | print-tipc.c | 67 uint32_t w1; member 74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument 75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument 111 uint32_t w1; member 125 uint32_t w1; member 136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument 147 uint32_t w1; member 155 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument 161 uint32_t w0, w1, w2; in print_payload() local 226 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local [all …]
|
/external/rust/crates/futures/tests/ |
D | arc_wake.rs | 32 let w1: Waker = task::waker(some_w.clone()); in create_from_arc() localVariable 53 let w1: Waker = task::waker(some_w.clone()); in ref_wake_same() localVariable 77 let w1: Waker = task::waker(some_w.clone()); in proper_refcount_on_wake_panic() localVariable
|
/external/libaom/libaom/aom_dsp/x86/ |
D | lpf_common_sse2.h | 25 __m128i w0, w1, w2, w3, w4, w5, ww0; in highbd_transpose6x6_sse2() local 64 __m128i w0, w1, ww0, ww1; in highbd_transpose4x8_8x4_low_sse2() local 82 __m128i w0, w1, ww2, ww3; in highbd_transpose4x8_8x4_high_sse2() local 129 __m128i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x8_low_sse2() local 163 __m128i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x8_high_sse2() local 231 __m128i w0, w1; in transpose4x8_8x4_low_sse2() local 269 __m128i w0, w1, ww0, ww1; in transpose4x8_8x4_sse2() local 318 __m128i w0, w1, w2, w3, w4, w5; in transpose8x8_low_sse2() local 350 __m128i w0, w1, w2, w3, w4, w5, w6, w7; in transpose8x8_sse2() local 398 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9; in transpose16x8_8x16_sse2() local [all …]
|
/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
|
/external/llvm-project/llvm/test/MC/BPF/ |
D | insn-unit-32.s | 6 w1 = -w1 // BPF_NEG define
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
D | not_less_than.fail.cpp | 23 const std::weak_ptr<int> w1(p1); in main() local
|
D | owner_before_weak_ptr.pass.cpp | 25 const std::weak_ptr<int> w1(p1); in main() local
|
D | owner_before_shared_ptr.pass.cpp | 25 const std::weak_ptr<int> w1(p1); in main() local
|
/external/lzma/CPP/Common/ |
D | MyGuidDef.h | 49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
D | owner_before_weak_ptr.pass.cpp | 25 const std::weak_ptr<int> w1(p1); in main() local
|
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
D | not_less_than.compile.fail.cpp | 22 const std::weak_ptr<int> w1(p1); in main() local
|
D | owner_before_shared_ptr.pass.cpp | 24 const std::weak_ptr<int> w1(p1); in main() local
|
D | owner_before_weak_ptr.pass.cpp | 24 const std::weak_ptr<int> w1(p1); in main() local
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | Spdy3.java | 128 int w1; in nextFrame() local 195 int w1 = source.readInt(); in readSynStream() local 209 int w1 = source.readInt(); in readSynReply() local 228 int w1 = source.readInt(); in readHeaders() local 236 int w1 = source.readInt(); in readWindowUpdate() local 269 int w1 = source.readInt(); in readSettings() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Spdy3.java | 126 int w1; in nextFrame() local 193 int w1 = source.readInt(); in readSynStream() local 207 int w1 = source.readInt(); in readSynReply() local 226 int w1 = source.readInt(); in readHeaders() local 234 int w1 = source.readInt(); in readWindowUpdate() local 267 int w1 = source.readInt(); in readSettings() local
|
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
D | owner_before_weak_ptr.pass.cpp | 24 const std::weak_ptr<int> w1(p1); in main() local
|
/external/libaom/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
|
/external/llvm-project/clang/test/CodeGen/ |
D | attr-mustprogress-0.cpp | 76 void w1() { in w1() function
|
D | attr-mustprogress-0.c | 77 void w1() { in w1() function
|
D | attr-mustprogress-1.c | 90 void w1() { in w1() function
|
D | attr-mustprogress-1.cpp | 116 void w1() { in w1() function
|
/external/libaom/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() 102 char w1[100]; in node_to_code_c() local 285 double w1 = node0->inWeight[1]; in gen_cospi_list_sse2() local 303 double w1 = node1->inWeight[1]; in gen_cospi_list_sse2() local 318 double w1 = node1->inWeight[1]; in gen_cospi_list_sse2() local
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/ |
D | reset.pass.cpp | 34 std::weak_ptr<A> w1(p1); in main() local
|
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/ |
D | reset.pass.cpp | 35 std::weak_ptr<A> w1(p1); in main() local
|