/third_party/node/deps/zlib/ |
D | slide_hash_simd.h | 29 #define Z_SLIDE_INIT_SIMD(wsize) _mm_set1_epi16((ush)(wsize)) argument 45 #define Z_SLIDE_INIT_SIMD(wsize) vdupq_n_u16((ush)(wsize)) argument
|
D | inffast.c | 64 unsigned wsize; /* window size or zero if not using window */ in inflate_fast() local
|
D | deflate.c | 184 uInt wsize = s->w_size; in slide_hash() local 252 uInt wsize = s->w_size; in fill_window() local
|
D | inflate.h | 97 unsigned wsize; /* window size or zero if not using window */ member
|
/third_party/skia/third_party/externals/zlib/ |
D | fill_window_sse.c | 41 uInt wsize = s->w_size; in fill_window_sse() local
|
D | inffast.c | 67 unsigned wsize; /* window size or zero if not using window */ local
|
D | deflate.c | 198 uInt wsize = s->w_size; local 1563 uInt wsize = s->w_size; local
|
/third_party/node/deps/v8/third_party/zlib/ |
D | fill_window_sse.c | 41 uInt wsize = s->w_size; in fill_window_sse() local
|
D | inffast.c | 67 unsigned wsize; /* window size or zero if not using window */ local
|
D | deflate.c | 203 uInt wsize = s->w_size; local 1571 uInt wsize = s->w_size; local
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty07.c | 82 struct winsize wsize; in setup() local
|
/third_party/zlib/ |
D | inffast.c | 63 unsigned wsize; /* window size or zero if not using window */ local
|
D | deflate.c | 203 uInt wsize = s->w_size; local 1532 uInt wsize = s->w_size; local
|
/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
|
D | inflate.c | 410 unsigned wsize = 1U << state->wbits; local 1491 unsigned wsize; local
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 88 unsigned wsize; /* window size or zero if not using window */ local
|
D | inflate.c | 411 unsigned wsize = 1U << state->wbits; local 1498 unsigned wsize; local
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 86 unsigned wsize; /* window size or zero if not using window */ in inflate_fast_chunk_() local
|
D | inflate.c | 378 unsigned wsize = 1U << state->wbits; in updatewindow() local 1478 unsigned wsize; in inflateCopy() local
|
/third_party/libwebsockets/win32port/zlib/ |
D | inffast.c | 80 unsigned wsize; /* window size or zero if not using window */ local
|
/third_party/curl/tests/unit/ |
D | unit2601.c | 93 size_t wsize, size_t rsize, int opts) in check_bufq()
|
/third_party/NuttX/fs/nfs/ |
D | nfs_mount.h | 157 uint16_t wsize; /* Max size of write RPC */ member 168 uint16_t wsize; /* Write size in bytes (with NFSMNT_WSIZE) */ member
|
/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()
|
/third_party/alsa-lib/src/topology/ |
D | builder.c | 80 ssize_t ret, wsize; in write_elem_block() local
|
/third_party/mbedtls/library/ |
D | bignum_core.c | 636 size_t wsize = (Ebits > 671) ? 6 : (Ebits > 239) ? 5 : in exp_mod_get_window_size() local 650 const size_t wsize = exp_mod_get_window_size(E_limbs * biL); in mbedtls_mpi_core_exp_mod_working_limbs() local 709 const size_t wsize = exp_mod_get_window_size(E_limbs * biL); in mbedtls_mpi_core_exp_mod() local
|