/third_party/node/deps/zlib/contrib/optimizations/ |
D | slide_hash_neon.h | 13 const ush w_size) in neon_slide_hash_update() argument 25 const uint16x8_t v = vdupq_n_u16(w_size); in neon_slide_hash_update() 45 const unsigned short w_size, in neon_slide_hash() argument 59 neon_slide_hash_update(head, hash_size, w_size); in neon_slide_hash() 61 neon_slide_hash_update(prev, w_size, w_size); in neon_slide_hash()
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | slide_hash_neon.h | 13 const ush w_size) in neon_slide_hash_update() argument 25 const uint16x8_t v = vdupq_n_u16(w_size); in neon_slide_hash_update() 45 const unsigned short w_size, in neon_slide_hash() argument 59 neon_slide_hash_update(head, hash_size, w_size); in neon_slide_hash() 61 neon_slide_hash_update(prev, w_size, w_size); in neon_slide_hash()
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/ |
D | slide_hash_neon.h | 13 const ush w_size) in neon_slide_hash_update() argument 25 const uint16x8_t v = vdupq_n_u16(w_size); in neon_slide_hash_update() 45 const unsigned short w_size, in neon_slide_hash() argument 59 neon_slide_hash_update(head, hash_size, w_size); in neon_slide_hash() 61 neon_slide_hash_update(prev, w_size, w_size); in neon_slide_hash()
|
/third_party/boost/libs/container/test/ |
D | small_vector_test.cpp | 102 const std::size_t w_size = w.size(); in test_swap() local 104 if(v.size() != w_size || w.size() != v_size) in test_swap() 114 const std::size_t w_size = w.size(); in test_swap() local 116 if(v.size() != w_size || w.size() != v_size) in test_swap() 129 const std::size_t w_size = w.size(); in test_swap() local 131 if(v.size() != w_size || w.size() != v_size) in test_swap() 144 const std::size_t w_size = w.size(); in test_swap() local 146 if(v.size() != w_size || w.size() != v_size) in test_swap()
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0003-uninitializedjump.patch | 6 s->w_size + window_padding, 8 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 12 + zmemzero(s->prev, s->w_size * sizeof(Pos));
|
D | 0007-zero-init-deflate-window.patch | 30 s->w_size + window_padding, 34 + zmemzero(s->window, (s->w_size + window_padding) * (2 * sizeof(Byte))); 35 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.c | 194 return neon_slide_hash(s->head, s->prev, s->w_size, s->hash_size); 198 uInt wsize = s->w_size; 309 s->w_size = 1 << s->w_bits; 310 s->w_mask = s->w_size - 1; 322 s->w_size + window_padding, 326 zmemzero(s->window, (s->w_size + window_padding) * (2 * sizeof(Byte))); 327 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 331 zmemzero(s->prev, s->w_size * sizeof(Pos)); 450 if (dictLength >= s->w_size) { 457 dictionary += dictLength - s->w_size; /* use the tail */ [all …]
|
D | fill_window_sse.c | 36 const __m128i xmm_wsize = _mm_set1_epi16(s->w_size); in fill_window_sse() 41 uInt wsize = s->w_size; in fill_window_sse()
|
D | deflate.h | 115 uInt w_size; /* LZ77 window size (32K by default) */ member 284 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/zlib/ |
D | deflate.c | 209 uInt wsize = s->w_size; 311 s->w_size = 1 << s->w_bits; 312 s->w_mask = s->w_size - 1; 319 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 320 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 440 if (dictLength >= s->w_size) { 447 dictionary += dictLength - s->w_size; /* use the tail */ 448 dictLength = s->w_size; 497 if (len > s->w_size) 498 len = s->w_size; [all …]
|
D | deflate.h | 115 uInt w_size; /* LZ77 window size (32K by default) */ member 284 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/node/deps/zlib/ |
D | deflate.c | 189 return neon_slide_hash(s->head, s->prev, s->w_size, s->hash_size); 193 uInt wsize = s->w_size; 306 s->w_size = 1 << s->w_bits; 307 s->w_mask = s->w_size - 1; 320 s->w_size + window_padding, 322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 441 if (dictLength >= s->w_size) { 448 dictionary += dictLength - s->w_size; /* use the tail */ 449 dictLength = s->w_size; 494 if (len > s->w_size) [all …]
|
D | fill_window_sse.c | 34 const __m128i xmm_wsize = _mm_set1_epi16(s->w_size); in fill_window_sse() 39 uInt wsize = s->w_size; in fill_window_sse()
|
D | deflate.h | 115 uInt w_size; /* LZ77 window size (32K by default) */ member 284 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.c | 206 uInt wsize = s->w_size; 313 s->w_size = 1 << s->w_bits; 314 s->w_mask = s->w_size - 1; 321 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 400 if (dictLength >= s->w_size) { 407 dictionary += dictLength - s->w_size; /* use the tail */ 408 dictLength = s->w_size; 457 if (len > s->w_size) 458 len = s->w_size; [all …]
|
D | deflate.h | 115 uInt w_size; /* LZ77 window size (32K by default) */ member 289 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | deflate.c | 206 uInt wsize = s->w_size; 313 s->w_size = 1 << s->w_bits; 314 s->w_mask = s->w_size - 1; 321 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 322 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 400 if (dictLength >= s->w_size) { 407 dictionary += dictLength - s->w_size; /* use the tail */ 408 dictLength = s->w_size; 457 if (len > s->w_size) 458 len = s->w_size; [all …]
|
D | deflate.h | 115 uInt w_size; /* LZ77 window size (32K by default) */ member 289 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.c | 246 return neon_slide_hash(s->head, s->prev, s->w_size, s->hash_size); 250 uInt wsize = s->w_size; 355 s->w_size = 1 << s->w_bits; 356 s->w_mask = s->w_size - 1; 369 s->w_size + window_padding, 371 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 490 if (dictLength >= s->w_size) { 497 dictionary += dictLength - s->w_size; /* use the tail */ 498 dictLength = s->w_size; 543 if (len > s->w_size) [all …]
|
D | fill_window_sse.c | 33 const __m128i xmm_wsize = _mm_set1_epi16(s->w_size); in fill_window_sse() 38 uInt wsize = s->w_size; in fill_window_sse()
|
D | deflate.h | 115 uInt w_size; /* LZ77 window size (32K by default) */ member 284 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/ |
D | convolution_grad_fp32_tests.cc | 169 size_t w_size; in TEST_F() local 171 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F() 319 size_t w_size; in TEST_F() local 321 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F() 471 size_t w_size; in TEST_F() local 473 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F() 542 size_t w_size; in TEST_F() local 544 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F() 753 size_t w_size; in TEST_F() local 755 auto w_data = reinterpret_cast<float *>(mindspore::lite::ReadFile(w_path.c_str(), &w_size)); in TEST_F()
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.c | 273 s->w_size = 1 << s->w_bits; 274 s->w_mask = s->w_size - 1; 281 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 282 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos)); 331 if (length > s->w_size) { 332 length = s->w_size; 968 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); 969 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos)); 980 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); 981 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos)); [all …]
|
D | deflate.h | 109 uInt w_size; /* LZ77 window size (32K by default) */ member 283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | deconvolution_winograd_fp16.cc | 290 int w_size = 1 + (conv_param_->kernel_w_ - si_w - 1) / conv_param_->stride_w_; in InitComputeParam() local 297 unit.w_size_ = w_size; in InitComputeParam() 299 if (h_size == w_size) { in InitComputeParam() 316 …unit.weight_ = malloc(h_size * w_size * deconv_param_->ic_up4_ * deconv_param_->oc_up4_ * sizeof(f… in InitComputeParam()
|