/third_party/skia/third_party/externals/zlib/ |
D | fill_window_sse.c | 41 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()
|
D | infback.c | 65 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))
|
D | inffast.c | 67 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/ |
D | fill_window_sse.c | 38 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()
|
D | infback.c | 65 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))
|
D | inffast.c | 67 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/node/deps/zlib/ |
D | fill_window_sse.c | 39 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()
|
D | infback.c | 65 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))
|
D | inffast.c | 67 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/ltp/testcases/kernel/io/ltp-aiodio/ |
D | dio_read.c | 37 static void do_buffered_writes(int fd, char *bufptr, long long fsize, long long wsize, int pattern) in do_buffered_writes() argument 42 memset(bufptr, pattern, wsize); in do_buffered_writes() 46 for (offset = 0; offset + wsize <= fsize; offset += wsize) { in do_buffered_writes() 47 w = pwrite(fd, bufptr, wsize, offset); in do_buffered_writes() 50 if (w != wsize) in do_buffered_writes() 51 tst_brk(TBROK, "pwrite: wrote %lld bytes out of %lld", w, wsize); in do_buffered_writes()
|
/third_party/zlib/ |
D | infback.c | 65 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))
|
D | inffast.c | 63 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/ |
D | infback.c | 56 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))
|
D | inflate.c | 118 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 …]
|
D | inffast.c | 80 unsigned wsize; /* window size or zero if not using window */ local 107 wsize = state->wsize; 218 from += wsize - op; 228 from += wsize + wnext - op;
|
/third_party/freetype/src/gzip/ |
D | infback.c | 65 state->wsize = 1U << windowBits; in inflateBackInit_() 214 left = state->wsize; \ 287 left = state->wsize; in inflateBack() 486 if (state->whave < state->wsize) in inflateBack() 487 state->whave = state->wsize - left; in inflateBack() 488 inflate_fast(strm, state->wsize); in inflateBack() 578 if (state->offset > state->wsize - (state->whave < state->wsize ? in inflateBack() 589 copy = state->wsize - state->offset; in inflateBack() 610 if (left < state->wsize) { in inflateBack() 611 if (out(out_desc, state->window, state->wsize - left)) in inflateBack()
|
D | inffast.c | 63 unsigned wsize; /* window size or zero if not using window */ in inflate_fast() local 90 wsize = state->wsize; in inflate_fast() 201 from += wsize - op; in inflate_fast() 211 from += wsize + wnext - op; in inflate_fast()
|
/third_party/openssl/crypto/ec/ |
D | ec_mult.c | 423 size_t *wsize = NULL; /* individual window sizes */ in ossl_ec_wNAF_mul() local 513 wsize = OPENSSL_malloc(totalnum * sizeof(wsize[0])); in ossl_ec_wNAF_mul() 523 if (wsize == NULL || wNAF_len == NULL || wNAF == NULL || val_sub == NULL) { in ossl_ec_wNAF_mul() 537 wsize[i] = EC_window_bits_for_scalar_size(bits); in ossl_ec_wNAF_mul() 538 num_val += (size_t)1 << (wsize[i] - 1); in ossl_ec_wNAF_mul() 541 bn_compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], in ossl_ec_wNAF_mul() 570 wsize[num] = pre_comp->w; in ossl_ec_wNAF_mul() 571 tmp_wNAF = bn_compute_wNAF(scalar, wsize[num], &tmp_len); in ossl_ec_wNAF_mul() 674 for (j = 0; j < ((size_t)1 << (wsize[i] - 1)); j++) { in ossl_ec_wNAF_mul() 705 if (wsize[i] > 1) { in ossl_ec_wNAF_mul() [all …]
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 88 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;
|
D | inflate.c | 152 state->wsize = 0; 410 unsigned wsize = 1U << state->wbits; local 412 ZALLOC(strm, wsize + CHUNKCOPY_CHUNK_SIZE, 422 zmemzero(state->window + wsize, CHUNKCOPY_CHUNK_SIZE); 427 if (state->wsize == 0) { 428 state->wsize = 1U << state->wbits; 434 if (copy >= state->wsize) { 435 zmemcpy(state->window, end - state->wsize, state->wsize); 437 state->whave = state->wsize; 440 dist = state->wsize - state->wnext; [all …]
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 88 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;
|
D | inflate.c | 152 state->wsize = 0; 410 unsigned wsize = 1U << state->wbits; local 412 ZALLOC(strm, wsize + CHUNKCOPY_CHUNK_SIZE, 422 zmemzero(state->window + wsize, CHUNKCOPY_CHUNK_SIZE); 427 if (state->wsize == 0) { 428 state->wsize = 1U << state->wbits; 434 if (copy >= state->wsize) { 435 zmemcpy(state->window, end - state->wsize, state->wsize); 437 state->whave = state->wsize; 440 dist = state->wsize - state->wnext; [all …]
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 88 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;
|
D | inflate.c | 152 state->wsize = 0; 410 unsigned wsize = 1U << state->wbits; local 412 ZALLOC(strm, wsize + CHUNKCOPY_CHUNK_SIZE, 422 zmemzero(state->window + wsize, CHUNKCOPY_CHUNK_SIZE); 427 if (state->wsize == 0) { 428 state->wsize = 1U << state->wbits; 434 if (copy >= state->wsize) { 435 zmemcpy(state->window, end - state->wsize, state->wsize); 437 state->whave = state->wsize; 440 dist = state->wsize - state->wnext; [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | twinvq.c | 335 int j, first_wsize, wsize; // Window size in imdct_and_window() local 345 wsize = types_sizes[wtype_to_wsize[wtype]]; in imdct_and_window() 346 first_wsize = wsize; in imdct_and_window() 357 wsize = types_sizes[wtype_to_wsize[sub_wtype]]; in imdct_and_window() 361 tctx->fdsp->vector_fmul_window(out2, prev_buf + (bsize - wsize) / 2, in imdct_and_window() 363 ff_sine_windows[av_log2(wsize)], in imdct_and_window() 364 wsize / 2); in imdct_and_window() 365 out2 += wsize; in imdct_and_window() 367 memcpy(out2, buf1 + bsize * j + wsize / 2, in imdct_and_window() 368 (bsize - wsize / 2) * sizeof(float)); in imdct_and_window() [all …]
|