Home
last modified time | relevance | path

Searched defs:wsize (Results 1 – 25 of 43) sorted by relevance

12

/third_party/node/deps/zlib/
Dslide_hash_simd.h29 #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
Dinffast.c64 unsigned wsize; /* window size or zero if not using window */ in inflate_fast() local
Ddeflate.c184 uInt wsize = s->w_size; in slide_hash() local
252 uInt wsize = s->w_size; in fill_window() local
Dinflate.h97 unsigned wsize; /* window size or zero if not using window */ member
/third_party/skia/third_party/externals/zlib/
Dfill_window_sse.c41 uInt wsize = s->w_size; in fill_window_sse() local
Dinffast.c67 unsigned wsize; /* window size or zero if not using window */ local
Ddeflate.c198 uInt wsize = s->w_size; local
1563 uInt wsize = s->w_size; local
/third_party/node/deps/v8/third_party/zlib/
Dfill_window_sse.c41 uInt wsize = s->w_size; in fill_window_sse() local
Dinffast.c67 unsigned wsize; /* window size or zero if not using window */ local
Ddeflate.c203 uInt wsize = s->w_size; local
1571 uInt wsize = s->w_size; local
/third_party/ltp/testcases/kernel/pty/
Dpty07.c82 struct winsize wsize; in setup() local
/third_party/zlib/
Dinffast.c63 unsigned wsize; /* window size or zero if not using window */ local
Ddeflate.c203 uInt wsize = s->w_size; local
1532 uInt wsize = s->w_size; local
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c88 unsigned wsize; /* window size or zero if not using window */ local
Dinflate.c410 unsigned wsize = 1U << state->wbits; local
1491 unsigned wsize; local
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
Dinffast_chunk.c88 unsigned wsize; /* window size or zero if not using window */ local
Dinflate.c411 unsigned wsize = 1U << state->wbits; local
1498 unsigned wsize; local
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c86 unsigned wsize; /* window size or zero if not using window */ in inflate_fast_chunk_() local
Dinflate.c378 unsigned wsize = 1U << state->wbits; in updatewindow() local
1478 unsigned wsize; in inflateCopy() local
/third_party/libwebsockets/win32port/zlib/
Dinffast.c80 unsigned wsize; /* window size or zero if not using window */ local
/third_party/curl/tests/unit/
Dunit2601.c93 size_t wsize, size_t rsize, int opts) in check_bufq()
/third_party/NuttX/fs/nfs/
Dnfs_mount.h157 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/
Ddio_read.c37 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/
Dbuilder.c80 ssize_t ret, wsize; in write_elem_block() local
/third_party/mbedtls/library/
Dbignum_core.c636 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

12