Home
last modified time | relevance | path

Searched defs:nsize (Results 1 – 21 of 21) sorted by relevance

/third_party/iowow/src/utils/
Diwxstr.c120 size_t nsize = xstr->size + size + 1; in iwxstr_cat() local
141 size_t nsize = size + 1; in iwxstr_set_size() local
164 size_t nsize = xstr->size + size + 1; in iwxstr_unshift() local
220 size_t nsize = xstr->size + size + 1; in iwxstr_insert() local
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c800 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_flush_all_cb()
825 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_alloc_all_cb()
888 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_free_all_cb()
/third_party/ejdb/src/jbi/
Djbi_consumer.c42 size_t nsize = MAX(vsz, ctx->jblbufsz * 2); in jbi_consumer() local
Djbi_sorter_consumer.c212 size_t nsize = MAX(vsz + sizeof(id), ctx->jblbufsz * 2); in jbi_sorter_consumer() local
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c407 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in realloc() local
448 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in __bin_chunk() local
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c407 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in realloc() local
448 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in __bin_chunk() local
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c448 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in realloc() local
498 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in __bin_chunk() local
/third_party/iowow/src/fs/
Diwexfile.c751 static off_t _exfile_default_szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **ctx) { in _exfile_default_szpolicy()
758 off_t iw_exfile_szpolicy_fibo(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_fibo()
785 off_t iw_exfile_szpolicy_mul(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_mul()
/third_party/iowow/src/kv/
Diwal.h90 off_t nsize; member
Diwal.c278 static iwrc _onresize(struct IWDLSNR *self, off_t osize, off_t nsize, int flags, bool *handled) { in _onresize()
Diwkv.c2904 static off_t _szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in _szpolicy()
/third_party/python/Lib/test/test_asyncio/
Dtest_sslproto.py187 def buffer_updated(self, nsize): argument
386 def buffer_updated(slf, nsize): argument
/third_party/alsa-lib/src/ucm/
Ducm_subs.c659 size_t size, nsize, idsize, rvalsize, dpos = 0; in uc_mgr_get_substituted_value() local
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c53 int xdim, ydim, nns, nsize; member
94 int nsize; member
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c3387 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
4374 size_t nsize = chunksize(next); in dlfree() local
4808 size_t nsize = chunksize(next); in mspace_free() local
/third_party/littlefs/
Dlfs.c3248 lfs_size_t nsize = size; local
3328 lfs_size_t nsize = size; local
3447 lfs_ssize_t nsize = lfs_file_flushedwrite(lfs, file, buffer, size); local
/third_party/libffi/src/
Ddlmalloc.c3355 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
4332 size_t nsize = chunksize(next); in dlfree() local
4733 size_t nsize = chunksize(next); in mspace_free() local
/third_party/ltp/tools/sparse/sparse-src/
Dsimplify.c436 static inline bool is_signed_constant(long long val, unsigned osize, unsigned nsize) in is_signed_constant()
/third_party/python/Objects/
Dunicodeobject.c5918 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF32() local
6253 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF16() local
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c5822 guint nsize = 0; in gst_qtdemux_process_buffer_text() local
/third_party/pcre2/pcre2/src/
Dpcre2test.c7319 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local