Home
last modified time | relevance | path

Searched defs:wlen (Results 1 – 25 of 34) sorted by relevance

12

/external/ltp/testcases/realtime/tools/
Dftqviz.py38 def smooth(x, wlen): argument
59 def smooth_fft(timefile, countfile, sample_hz, wlen): argument
136 wlen = 25 variable
150 wlen = int(a) variable
/external/toybox/toys/posix/
Dstrings.c41 int nread, i, wlen = TT.n, count = 0; local
/external/python/cpython3/Modules/_io/
Dwinconsoleio.c659 DWORD wlen = (DWORD)(len / 4); in readinto() local
959 DWORD len, wlen, n = 0; in _io__WindowsConsoleIO_write_impl() local
980 wlen = MultiByteToWideChar(CP_UTF8, 0, b->buf, len, NULL, 0); in _io__WindowsConsoleIO_write_impl() local
999 wlen = MultiByteToWideChar(CP_UTF8, 0, b->buf, len, wbuf, wlen); in _io__WindowsConsoleIO_write_impl() local
/external/libcups/cgi-bin/
Dsearch.c35 size_t wlen; /* Word length */ in cgiCompileSearch() local
/external/skia/src/utils/win/
DSkDWrite.cpp62 int wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, nullptr, 0); in sk_cstring_to_wchar() local
/external/python/cpython3/Parser/
Dmyreadline.c260 int wlen; in PyOS_StdioReadline() local
/external/f2fs-tools/fsck/
Dsegment.c452 u64 wlen; in f2fs_fix_mutable() local
647 u64 wlen; in f2fs_build_file() local
/external/libxkbcommon/tools/
Dcompile-keymap.c275 size_t wlen = fwrite(buf, 1, len, file); in print_keymap_from_file() local
/external/python/cpython3/Python/
Dfileutils.c384 decode_ascii(const char *arg, wchar_t **wstr, size_t *wlen, in decode_ascii()
436 decode_current_locale(const char* arg, wchar_t **wstr, size_t *wlen, in decode_current_locale()
583 _Py_DecodeLocaleEx(const char* arg, wchar_t **wstr, size_t *wlen, in _Py_DecodeLocaleEx()
645 Py_DecodeLocale(const char* arg, size_t *wlen) in Py_DecodeLocale()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup.cc148 UINT32 wlen; in win32_local_time_zone() local
/external/ppp/pppd/
Dupap.c619 int mlen, ulen, wlen; local
/external/toybox/toys/pending/
Dsyslogd.c362 int wlen, isNetwork = *tf->filename == '@'; in logmsg() local
/external/igt-gpu-tools/tests/i915/
Dgem_sync.c181 wakeup_ring(int fd, unsigned ring, int timeout, int wlen) in wakeup_ring()
360 active_wakeup_ring(int fd, unsigned ring, int timeout, int wlen) in active_wakeup_ring()
/external/pdfium/core/fxcrt/
Dwidestring.cpp959 WideString WideString::FromUTF16LE(const unsigned short* wstr, size_t wlen) { in FromUTF16LE()
974 WideString WideString::FromUTF16BE(const unsigned short* wstr, size_t wlen) { in FromUTF16BE()
/external/toybox/kconfig/lxdialog/
Dutil.c317 int i, prompt_len, room, wlen; in print_autowrap() local
/external/mtools/
Dvfat.c264 size_t wlen; in write_vfat() local
/external/rust/crates/nix/test/sys/
Dtest_aio.rs471 let wlen = wbuf0.len() + wbuf1.len(); in ok() localVariable
/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c8151 _baseconv_to_u16(uint16_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_u16()
8176 _coeff_from_u16(mpd_t *w, mpd_ssize_t wlen, in _coeff_from_u16()
8215 _baseconv_to_smaller(uint32_t **w, size_t wlen, uint32_t wbase, in _baseconv_to_smaller()
8242 _copy_equal_base(uint32_t **w, size_t wlen, in _copy_equal_base()
8257 _baseconv_to_larger(uint32_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_larger()
8295 _coeff_from_larger_base(mpd_t *w, size_t wlen, mpd_uint_t wbase, in _coeff_from_larger_base()
8323 _coeff_from_smaller_base(mpd_t *w, mpd_ssize_t wlen, mpd_uint_t wbase, in _coeff_from_smaller_base()
8693 _uint_from_u16(mpd_uint_t *w, mpd_ssize_t wlen, const uint16_t *u, size_t ulen) in _uint_from_u16()
/external/python/cpython2/Objects/
Dtupleobject.c570 Py_ssize_t vlen, wlen; in tuplerichcompare() local
/external/python/cpython3/Objects/
Dtupleobject.c678 Py_ssize_t vlen, wlen; in tuplerichcompare() local
/external/libwebsockets/lib/core/
Dlibwebsockets.c1182 lws_strcmp_wildcard(const char *wildcard, size_t wlen, const char *check, in lws_strcmp_wildcard()
/external/linux-kselftest/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c562 unsigned int woff = 0, wlen = 0; in copyfd_io_poll() local
/external/python/cpython3/PC/
Dlauncher.c532 size_t wlen = wcslen(wanted_ver); in find_python_by_version() local
/external/selinux/mcstrans/src/
Dmcstrans.c1252 int wlen = strlen(w->text); in compute_raw_from_trans() local
/external/libpng/
Dpngwutil.c1813 size_t wlen, hlen, total_len; in png_write_sCAL_s() local

12