/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | endian_store_test.cpp | 69 unsigned char w[] = { 0x01, 0xAA }; in test_1() local 79 unsigned char w[] = { 0x01, 0xAA }; in test_1() local 92 unsigned char w[] = { 0x02, 0x01, 0xAA }; in test_2() local 102 unsigned char w[] = { 0x01, 0x02, 0xAA }; in test_2() local 115 unsigned char w[] = { 0x03, 0x02, 0x01, 0xAA }; in test_3() local 125 unsigned char w[] = { 0x01, 0x02, 0x03, 0xAA }; in test_3() local 138 unsigned char w[] = { 0x04, 0x03, 0x02, 0x01, 0xAA }; in test_4() local 148 unsigned char w[] = { 0x01, 0x02, 0x03, 0x04, 0xAA }; in test_4() local 161 unsigned char w[] = { 0x05, 0x04, 0x03, 0x02, 0x01, 0xAA }; in test_5() local 171 unsigned char w[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0xAA }; in test_5() local [all …]
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/merges/ |
D | sve_merge_u32_3VLx8.hpp | 61 long w = xmax - i; in MergeResults() local 97 long w = xmax - i; in MergeResults() local 148 long w = xmax - i; in MergeResults() local 214 long w = xmax - i; in MergeResults() local 294 long w = xmax - i; in MergeResults() local 389 long w = xmax - i; in MergeResults() local 499 long w = xmax - i; in MergeResults() local 625 long w = xmax - i; in MergeResults() local 773 long w = xmax - i; in MergeResults() local 809 long w = xmax - i; in MergeResults() local [all …]
|
D | sve_merge_fp32_3VLx8.hpp | 75 long w = xmax - i; in MergeResults() local 119 long w = xmax - i; in MergeResults() local 184 long w = xmax - i; in MergeResults() local 270 long w = xmax - i; in MergeResults() local 376 long w = xmax - i; in MergeResults() local 503 long w = xmax - i; in MergeResults() local 651 long w = xmax - i; in MergeResults() local 821 long w = xmax - i; in MergeResults() local 1019 long w = xmax - i; in MergeResults() local 1063 long w = xmax - i; in MergeResults() local [all …]
|
D | sve_merge_s32_3VLx8.hpp | 61 long w = xmax - i; in MergeResults() local 97 long w = xmax - i; in MergeResults() local 148 long w = xmax - i; in MergeResults() local 214 long w = xmax - i; in MergeResults() local 294 long w = xmax - i; in MergeResults() local 389 long w = xmax - i; in MergeResults() local 499 long w = xmax - i; in MergeResults() local 625 long w = xmax - i; in MergeResults() local 773 long w = xmax - i; in MergeResults() local 809 long w = xmax - i; in MergeResults() local [all …]
|
D | sve_merge_fp16_3VLx8.hpp | 75 long w = xmax - i; in MergeResults() local 119 long w = xmax - i; in MergeResults() local 184 long w = xmax - i; in MergeResults() local 270 long w = xmax - i; in MergeResults() local 376 long w = xmax - i; in MergeResults() local 503 long w = xmax - i; in MergeResults() local 651 long w = xmax - i; in MergeResults() local 821 long w = xmax - i; in MergeResults() local 1019 long w = xmax - i; in MergeResults() local 1063 long w = xmax - i; in MergeResults() local [all …]
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | implicit_deduction_guides.pass.cpp | 67 std::basic_string w(2ull, L'b'); in main() local 76 std::basic_string w(2ull, L'b', test_allocator<wchar_t>{}); in main() local 90 std::basic_string w(win, (TestSizeT)3); in main() local 104 std::basic_string w(win, (TestSizeT)3, test_allocator<wchar_t>{}); in main() local 118 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3); in main() local 132 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3, test_allocator<wchar_t>{}); in main() local 141 std::basic_string w(L"abcdef", (size_t)3); in main() local 153 std::basic_string w(L"abcdef", (TestSizeT)3, test_allocator<wchar_t>{}); in main() local 162 std::basic_string w(L"abcdef"); in main() local 174 std::basic_string w(L"abcdef", test_allocator<wchar_t>{}); in main() local [all …]
|
/external/mesa3d/src/util/ |
D | u_worklist.c | 29 u_worklist_init(u_worklist *w, unsigned num_entries, void *mem_ctx) in u_worklist_init() 40 u_worklist_fini(u_worklist *w) in u_worklist_fini() 47 u_worklist_push_head_index(u_worklist *w, unsigned *index) in u_worklist_push_head_index() 67 u_worklist_peek_head_index(const u_worklist *w) in u_worklist_peek_head_index() 75 u_worklist_pop_head_index(u_worklist *w) in u_worklist_pop_head_index() 89 u_worklist_push_tail_index(u_worklist *w, unsigned *index) in u_worklist_push_tail_index() 106 u_worklist_peek_tail_index(const u_worklist *w) in u_worklist_peek_tail_index() 116 u_worklist_pop_tail_index(u_worklist *w) in u_worklist_pop_tail_index()
|
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
D | implicit_deduction_guides.pass.cpp | 67 std::basic_string w(2ull, L'b'); in test() local 78 std::basic_string w(2ull, L'b', test_allocator<wchar_t>{}); in test() local 92 std::basic_string w(win, (TestSizeT)3); in test() local 106 std::basic_string w(win, (TestSizeT)3, test_allocator<wchar_t>{}); in test() local 120 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3); in test() local 134 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3, test_allocator<wchar_t>{}); in test() local 145 std::basic_string w(L"abcdef", (std::size_t)3); in test() local 157 std::basic_string w(L"abcdef", (TestSizeT)3, test_allocator<wchar_t>{}); in test() local 168 std::basic_string w(L"abcdef"); in test() local 180 std::basic_string w(L"abcdef", test_allocator<wchar_t>{}); in test() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
D | implicit_deduction_guides.pass.cpp | 67 std::basic_string w(2ull, L'b'); in test() local 78 std::basic_string w(2ull, L'b', test_allocator<wchar_t>{}); in test() local 92 std::basic_string w(win, (TestSizeT)3); in test() local 106 std::basic_string w(win, (TestSizeT)3, test_allocator<wchar_t>{}); in test() local 120 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3); in test() local 134 std::basic_string w(win, (TestSizeT)2, (TestSizeT)3, test_allocator<wchar_t>{}); in test() local 145 std::basic_string w(L"abcdef", (std::size_t)3); in test() local 157 std::basic_string w(L"abcdef", (TestSizeT)3, test_allocator<wchar_t>{}); in test() local 168 std::basic_string w(L"abcdef"); in test() local 180 std::basic_string w(L"abcdef", test_allocator<wchar_t>{}); in test() local [all …]
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2-impl.h | 32 uint32_t w; in load32() local 48 uint64_t w; in load64() local 65 static inline void store32( void *dst, uint32_t w ) in store32() 78 static inline void store64( void *dst, uint64_t w ) in store64() 98 uint64_t w = *p++; in load48() local 107 static inline void store48( void *dst, uint64_t w ) in store48() 118 static inline uint32_t rotl32( const uint32_t w, const unsigned c ) in rotl32() 123 static inline uint64_t rotl64( const uint64_t w, const unsigned c ) in rotl64() 128 static inline uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() 133 static inline uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
|
/external/perfetto/include/perfetto/public/ |
D | stream_writer.h | 28 const struct PerfettoStreamWriter* w) { in PerfettoStreamWriterAvailableBytes() 36 struct PerfettoStreamWriter* w, in PerfettoStreamWriterAppendBytesUnsafe() 46 struct PerfettoStreamWriter* w, in PerfettoStreamWriterAppendBytes() 58 struct PerfettoStreamWriter* w, in PerfettoStreamWriterAppendByte() 72 struct PerfettoStreamWriter* w, in PerfettoStreamWriterReserveBytesUnsafe() 87 struct PerfettoStreamWriter* w, in PerfettoStreamWriterReserveBytes() 98 const struct PerfettoStreamWriter* w) { in PerfettoStreamWriterGetWrittenSize()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/ |
D | BasicGeneratorFilteringTest.java | 109 StringWriter w = new StringWriter(); in testNonFiltering() local 120 StringWriter w = new StringWriter(); in testSingleMatchFilteringWithoutPath() local 139 StringWriter w = new StringWriter(); in testSingleMatchFilteringWithPath() local 161 StringWriter w = new StringWriter(); in testSingleMatchFilteringWithPathSkippedArray() local 189 StringWriter w = new StringWriter(); in _testSingleMatchFilteringWithPathAlternate1() local 239 StringWriter w = new StringWriter(); in testSingleMatchFilteringWithPathRawBinary() local 290 StringWriter w = new StringWriter(); in testMultipleMatchFilteringWithPath1() local 317 StringWriter w = new StringWriter(); in testMultipleMatchFilteringWithPath2() local 330 StringWriter w = new StringWriter(); in testMultipleMatchFilteringWithPath3() local 343 StringWriter w = new StringWriter(); in testMultipleMatchFilteringWithPath4() local [all …]
|
/external/rust/android-crates-io/crates/crossbeam-deque/tests/ |
D | steal.rs | 6 let w = Worker::new_fifo(); in steal_fifo() localVariable 19 let w = Worker::new_lifo(); in steal_lifo() localVariable 44 let w = Worker::new_fifo(); in steal_batch_fifo_fifo() localVariable 59 let w = Worker::new_lifo(); in steal_batch_lifo_lifo() localVariable 74 let w = Worker::new_fifo(); in steal_batch_fifo_lifo() localVariable 89 let w = Worker::new_lifo(); in steal_batch_lifo_fifo() localVariable 130 let w = Worker::new_fifo(); in steal_batch_and_pop_fifo_fifo() localVariable 145 let w = Worker::new_lifo(); in steal_batch_and_pop_lifo_lifo() localVariable 160 let w = Worker::new_fifo(); in steal_batch_and_pop_fifo_lifo() localVariable 175 let w = Worker::new_lifo(); in steal_batch_and_pop_lifo_fifo() localVariable
|
/external/mesa3d/src/compiler/nir/ |
D | nir_worklist.h | 38 #define nir_block_worklist_init(w, num_blocks, mem_ctx) \ argument 41 #define nir_block_worklist_fini(w) u_worklist_fini(w) argument 43 #define nir_block_worklist_is_empty(w) u_worklist_is_empty(w) argument 45 #define nir_block_worklist_push_head(w, block) \ argument 48 #define nir_block_worklist_peek_head(w) \ argument 51 #define nir_block_worklist_pop_head(w) \ argument 54 #define nir_block_worklist_push_tail(w, block) \ argument 57 #define nir_block_worklist_peek_tail(w) \ argument 60 #define nir_block_worklist_pop_tail(w) \ argument
|
/external/libdav1d/src/ |
D | itx.h | 42 #define decl_itx2_fns(w, h, opt) \ argument 46 #define decl_itx12_fns(w, h, opt) \ argument 59 #define decl_itx16_fns(w, h, opt) \ argument 66 #define decl_itx17_fns(w, h, opt) \ argument 76 #define assign_itx_fn(pfx, w, h, type, type_enum, ext) \ argument 80 #define assign_itx1_fn(pfx, w, h, ext) \ argument 83 #define assign_itx2_fn(pfx, w, h, ext) \ argument 87 #define assign_itx12_fn(pfx, w, h, ext) \ argument 100 #define assign_itx16_fn(pfx, w, h, ext) \ argument 107 #define assign_itx17_fn(pfx, w, h, ext) \ argument
|
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/ |
D | atomic_shared_ptr.hpp | 36 bool compare_exchange( shared_ptr<T>& v, shared_ptr<T> w ) BOOST_SP_NOEXCEPT in compare_exchange() 171 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, M, M ) BOO… in compare_exchange_weak() 176 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, M ) BOOST_… in compare_exchange_weak() 181 bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w ) BOOST_SP_NOEXCEPT in compare_exchange_weak() 186 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w, M, M ) B… in compare_exchange_strong() 191 …template<class M> bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w, M ) BOOS… in compare_exchange_strong() 196 bool compare_exchange_strong( shared_ptr<T>& v, const shared_ptr<T>& w ) BOOST_SP_NOEXCEPT in compare_exchange_strong() 203 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w, M, M ) BOOST_SP… in compare_exchange_weak() 208 …template<class M> bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w, M ) BOOST_SP_NO… in compare_exchange_weak() 213 bool compare_exchange_weak( shared_ptr<T>& v, shared_ptr<T>&& w ) BOOST_SP_NOEXCEPT in compare_exchange_weak() [all …]
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | sync_barrier.rs | 25 let mut w = spawn(b.wait()); in zero_does_not_block() localVariable 30 let mut w = spawn(b.wait()); in zero_does_not_block() localVariable 41 let mut w = spawn(b.wait()); in single() localVariable 46 let mut w = spawn(b.wait()); in single() localVariable 51 let mut w = spawn(b.wait()); in single() localVariable 79 let mut w = spawn(b.wait()); in lots() localVariable 88 let mut w = spawn(b.wait()); in lots() localVariable
|
/external/libcxx/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_in.pass.cpp | 33 char32_t w = 0; in main() local 72 char32_t w = 0; in main() local 111 char32_t w = 0; in main() local 150 char32_t w = 0; in main() local 189 char32_t w = 0; in main() local 230 char32_t w = 0; in main() local 269 char32_t w = 0; in main() local 308 char32_t w = 0; in main() local 347 char32_t w = 0; in main() local 386 char32_t w = 0; in main() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_in.pass.cpp | 36 char32_t w = 0; in main() local 75 char32_t w = 0; in main() local 114 char32_t w = 0; in main() local 153 char32_t w = 0; in main() local 192 char32_t w = 0; in main() local 233 char32_t w = 0; in main() local 272 char32_t w = 0; in main() local 311 char32_t w = 0; in main() local 350 char32_t w = 0; in main() local 389 char32_t w = 0; in main() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/localization/locale.stdcvt/ |
D | codecvt_utf16_in.pass.cpp | 36 char32_t w = 0; in main() local 75 char32_t w = 0; in main() local 114 char32_t w = 0; in main() local 153 char32_t w = 0; in main() local 192 char32_t w = 0; in main() local 233 char32_t w = 0; in main() local 272 char32_t w = 0; in main() local 311 char32_t w = 0; in main() local 350 char32_t w = 0; in main() local 389 char32_t w = 0; in main() local [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/zlib/ |
D | mod.rs | 18 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in roundtrip() localVariable 47 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in total_in() localVariable 81 let mut w = in roundtrip3() localVariable 84 let w = w.finish().unwrap().finish().unwrap(); in roundtrip3() localVariable 91 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in reset_decoder() localVariable 108 let mut w = write::ZlibDecoder::new(Vec::new()); in reset_decoder() localVariable 114 let mut w = write::ZlibDecoder::new(Vec::new()); in reset_decoder() localVariable 126 let mut w = write::ZlibDecoder::new(&mut out); in bad_input() localVariable 151 let mut w = write::ZlibEncoder::new( in qc_writer() localVariable
|
/external/rust/android-crates-io/crates/flate2/src/zlib/ |
D | mod.rs | 18 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in roundtrip() localVariable 47 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in total_in() localVariable 81 let mut w = in roundtrip3() localVariable 84 let w = w.finish().unwrap().finish().unwrap(); in roundtrip3() localVariable 91 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in reset_decoder() localVariable 108 let mut w = write::ZlibDecoder::new(Vec::new()); in reset_decoder() localVariable 114 let mut w = write::ZlibDecoder::new(Vec::new()); in reset_decoder() localVariable 126 let mut w = write::ZlibDecoder::new(&mut out); in bad_input() localVariable 151 let mut w = write::ZlibEncoder::new( in qc_writer() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/zlib/ |
D | mod.rs | 18 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in roundtrip() localVariable 47 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in total_in() localVariable 81 let mut w = in roundtrip3() localVariable 84 let w = w.finish().unwrap().finish().unwrap(); in roundtrip3() localVariable 91 let mut w = write::ZlibEncoder::new(Vec::new(), Compression::default()); in reset_decoder() localVariable 108 let mut w = write::ZlibDecoder::new(Vec::new()); in reset_decoder() localVariable 114 let mut w = write::ZlibDecoder::new(Vec::new()); in reset_decoder() localVariable 126 let mut w = write::ZlibDecoder::new(&mut out); in bad_input() localVariable 151 let mut w = write::ZlibEncoder::new( in qc_writer() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/deflate/ |
D | mod.rs | 17 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in roundtrip() localVariable 46 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in total_in() localVariable 81 let mut w = write::DeflateEncoder::new( in roundtrip3() localVariable 86 let w = w.finish().unwrap().finish().unwrap(); in roundtrip3() localVariable 93 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in reset_writer() localVariable 99 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in reset_writer() localVariable 122 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in reset_decoder() localVariable 139 let mut w = write::DeflateDecoder::new(Vec::new()); in reset_decoder() localVariable 145 let mut w = write::DeflateDecoder::new(Vec::new()); in reset_decoder() localVariable 185 let mut w = write::DeflateEncoder::new( in qc_writer() localVariable
|
/external/rust/android-crates-io/crates/flate2/src/deflate/ |
D | mod.rs | 17 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in roundtrip() localVariable 46 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in total_in() localVariable 81 let mut w = write::DeflateEncoder::new( in roundtrip3() localVariable 86 let w = w.finish().unwrap().finish().unwrap(); in roundtrip3() localVariable 93 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in reset_writer() localVariable 99 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in reset_writer() localVariable 122 let mut w = write::DeflateEncoder::new(Vec::new(), Compression::default()); in reset_decoder() localVariable 139 let mut w = write::DeflateDecoder::new(Vec::new()); in reset_decoder() localVariable 145 let mut w = write::DeflateDecoder::new(Vec::new()); in reset_decoder() localVariable 185 let mut w = write::DeflateEncoder::new( in qc_writer() localVariable
|