Home
last modified time | relevance | path

Searched refs:wsize (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/node/deps/zlib/
Dfill_window_sse.c39 uInt wsize = s->w_size; in fill_window_sse() local
49 more = wsize; in fill_window_sse()
62 if (s->strstart >= wsize+MAX_DIST(s)) { in fill_window_sse()
64 zmemcpy(s->window, s->window+wsize, (unsigned)wsize); in fill_window_sse()
65 s->match_start -= wsize; in fill_window_sse()
66 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */ in fill_window_sse()
67 s->block_start -= (long) wsize; in fill_window_sse()
89 n = wsize; in fill_window_sse()
104 more += wsize; in fill_window_sse()
Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
486 if (state->whave < state->wsize)
487 state->whave = state->wsize - left;
488 inflate_fast(strm, state->wsize);
578 if (state->offset > state->wsize - (state->whave < state->wsize ?
589 copy = state->wsize - state->offset;
610 if (left < state->wsize) {
611 if (out(out_desc, state->window, state->wsize - left))
Dinffast.c67 unsigned wsize; /* window size or zero if not using window */ local
94 wsize = state->wsize;
205 from += wsize - op;
215 from += wsize + wnext - op;
/third_party/flutter/skia/third_party/externals/zlib/
Dfill_window_sse.c38 uInt wsize = s->w_size; in fill_window_sse() local
48 more = wsize; in fill_window_sse()
61 if (s->strstart >= wsize+MAX_DIST(s)) { in fill_window_sse()
63 zmemcpy(s->window, s->window+wsize, (unsigned)wsize); in fill_window_sse()
64 s->match_start -= wsize; in fill_window_sse()
65 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */ in fill_window_sse()
66 s->block_start -= (long) wsize; in fill_window_sse()
88 n = wsize; in fill_window_sse()
103 more += wsize; in fill_window_sse()
Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
486 if (state->whave < state->wsize)
487 state->whave = state->wsize - left;
488 inflate_fast(strm, state->wsize);
578 if (state->offset > state->wsize - (state->whave < state->wsize ?
589 copy = state->wsize - state->offset;
610 if (left < state->wsize) {
611 if (out(out_desc, state->window, state->wsize - left))
Dinffast.c67 unsigned wsize; /* window size or zero if not using window */ local
94 wsize = state->wsize;
205 from += wsize - op;
215 from += wsize + wnext - op;
/third_party/skia/third_party/externals/zlib/
Dfill_window_sse.c41 uInt wsize = s->w_size; in fill_window_sse() local
51 more = wsize; in fill_window_sse()
64 if (s->strstart >= wsize+MAX_DIST(s)) { in fill_window_sse()
66 zmemcpy(s->window, s->window+wsize, (unsigned)wsize); in fill_window_sse()
67 s->match_start -= wsize; in fill_window_sse()
68 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */ in fill_window_sse()
69 s->block_start -= (long) wsize; in fill_window_sse()
91 n = wsize; in fill_window_sse()
106 more += wsize; in fill_window_sse()
Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
486 if (state->whave < state->wsize)
487 state->whave = state->wsize - left;
488 inflate_fast(strm, state->wsize);
578 if (state->offset > state->wsize - (state->whave < state->wsize ?
589 copy = state->wsize - state->offset;
610 if (left < state->wsize) {
611 if (out(out_desc, state->window, state->wsize - left))
Dinffast.c67 unsigned wsize; /* window size or zero if not using window */ local
94 wsize = state->wsize;
205 from += wsize - op;
215 from += wsize + wnext - op;
/third_party/boost/libs/mpi/test/
Dsendrecv_test.cpp42 int const wsize = com.size(); in test_sendrecv() local
43 int const wnext((wrank + 1) % wsize); in test_sendrecv()
44 int const wprev((wrank + wsize - 1) % wsize); in test_sendrecv()
47 for(int r = 0; r < wsize; ++r) { in test_sendrecv()
/third_party/uboot/u-boot-2020.01/fs/btrfs/
Dcompression.c122 size_t wsize; in decompress_zstd() local
125 wsize = ZSTD_DStreamWorkspaceBound(ZSTD_BTRFS_MAX_INPUT); in decompress_zstd()
126 workspace = malloc(wsize); in decompress_zstd()
129 wsize); in decompress_zstd()
133 dstream = ZSTD_initDStream(ZSTD_BTRFS_MAX_INPUT, workspace, wsize); in decompress_zstd()
/third_party/zlib/
Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
485 if (state->whave < state->wsize)
486 state->whave = state->wsize - left;
487 inflate_fast(strm, state->wsize);
577 if (state->offset > state->wsize - (state->whave < state->wsize ?
588 copy = state->wsize - state->offset;
609 if (left < state->wsize) {
610 if (out(out_desc, state->window, state->wsize - left))
Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
485 if (state->whave < state->wsize)
486 state->whave = state->wsize - left;
487 inflate_fast(strm, state->wsize);
577 if (state->offset > state->wsize - (state->whave < state->wsize ?
588 copy = state->wsize - state->offset;
609 if (left < state->wsize) {
610 if (out(out_desc, state->window, state->wsize - left))
Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
/third_party/libwebsockets/win32port/zlib/
Dinfback.c56 state->wsize = 1U << windowBits;
205 left = state->wsize; \
278 left = state->wsize;
477 if (state->whave < state->wsize)
478 state->whave = state->wsize - left;
479 inflate_fast(strm, state->wsize);
569 if (state->offset > state->wsize - (state->whave < state->wsize ?
580 copy = state->wsize - state->offset;
601 if (left < state->wsize) {
602 if (out(out_desc, state->window, state->wsize - left))
Dinflate.c118 state->wsize = 0;
376 if (state->wsize == 0) {
377 state->wsize = 1U << state->wbits;
384 if (copy >= state->wsize) {
385 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
387 state->whave = state->wsize;
390 dist = state->wsize - state->wnext;
397 state->whave = state->wsize;
401 if (state->wnext == state->wsize) state->wnext = 0;
402 if (state->whave < state->wsize) state->whave += dist;
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinfback.c65 state->wsize = 1U << windowBits;
214 left = state->wsize; \
287 left = state->wsize;
485 if (state->whave < state->wsize)
486 state->whave = state->wsize - left;
487 inflate_fast(strm, state->wsize);
577 if (state->offset > state->wsize - (state->whave < state->wsize ?
588 copy = state->wsize - state->offset;
609 if (left < state->wsize) {
610 if (out(out_desc, state->window, state->wsize - left))
Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
90 wsize = state->wsize;
201 from += wsize - op;
211 from += wsize + wnext - op;
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c88 unsigned wsize; /* window size or zero if not using window */ local
116 wsize = state->wsize;
118 wnext = (state->wnext == 0 && whave >= wsize) ? wsize : state->wnext;
255 from += wsize - op;
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c88 unsigned wsize; /* window size or zero if not using window */ local
116 wsize = state->wsize;
118 wnext = (state->wnext == 0 && whave >= wsize) ? wsize : state->wnext;
255 from += wsize - op;
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c88 unsigned wsize; /* window size or zero if not using window */ local
116 wsize = state->wsize;
118 wnext = (state->wnext == 0 && whave >= wsize) ? wsize : state->wnext;
255 from += wsize - op;
/third_party/uboot/u-boot-2020.01/fs/fat/
Dfat_write.c502 loff_t wsize; in get_set_cluster() local
517 wsize = min(bytesperclust - pos, size); in get_set_cluster()
524 memcpy(tmpbuf_cluster + pos, buffer, wsize); in get_set_cluster()
531 size -= wsize; in get_set_cluster()
532 buffer += wsize; in get_set_cluster()
533 *gotsize += wsize; in get_set_cluster()
546 wsize = clustcount * bytesperclust; in get_set_cluster()
555 size -= wsize; in get_set_cluster()
556 buffer += wsize; in get_set_cluster()
557 *gotsize += wsize; in get_set_cluster()
[all …]
/third_party/uboot/u-boot-2020.01/arch/arm/mach-mvebu/
Dmbus.c182 u32 wsize; in mvebu_mbus_window_conflicts() local
187 &enabled, &wbase, &wsize, in mvebu_mbus_window_conflicts()
193 wend = wbase + wsize; in mvebu_mbus_window_conflicts()
219 u32 wsize; in mvebu_mbus_find_window() local
223 &enabled, &wbase, &wsize, in mvebu_mbus_find_window()
229 if (base == wbase && size == wsize) in mvebu_mbus_find_window()
422 u32 wsize; in mvebu_mbus_get_lowest_base() local
427 &enabled, &wbase, &wsize, in mvebu_mbus_get_lowest_base()
/third_party/openssl/crypto/ec/
Dec_mult.c416 size_t *wsize = NULL; /* individual window sizes */ in ec_wNAF_mul() local
505 wsize = OPENSSL_malloc(totalnum * sizeof(wsize[0])); in ec_wNAF_mul()
515 if (wsize == NULL || wNAF_len == NULL || wNAF == NULL || val_sub == NULL) { in ec_wNAF_mul()
529 wsize[i] = EC_window_bits_for_scalar_size(bits); in ec_wNAF_mul()
530 num_val += (size_t)1 << (wsize[i] - 1); in ec_wNAF_mul()
533 bn_compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], in ec_wNAF_mul()
562 wsize[num] = pre_comp->w; in ec_wNAF_mul()
563 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len); in ec_wNAF_mul()
666 for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++) { in ec_wNAF_mul()
697 if (wsize[i] > 1) { in ec_wNAF_mul()
[all …]

1234