Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwxstr.c51 size_t nsize = xstr->size + size + 1; in iwxstr_cat() local
76 size_t nsize = xstr->size + size + 1; in iwxstr_unshift() local
/third_party/ejdb/src/jbi/
Djbi_consumer.c41 size_t nsize = MAX(vsz, ctx->jblbufsz * 2); in jbi_consumer() local
Djbi_sorter_consumer.c213 size_t nsize = MAX(vsz + sizeof(id), ctx->jblbufsz * 2); in jbi_sorter_consumer() local
/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c801 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_flush_all_cb()
826 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_alloc_all_cb()
889 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_free_all_cb()
/third_party/boost/boost/property_tree/detail/
Drapidxml.hpp820 …xml_attribute<Ch> *previous_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive … in previous_attribute()
840 …xml_attribute<Ch> *next_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = tr… in next_attribute()
920 … xml_node<Ch> *first_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in first_node()
942 … xml_node<Ch> *last_node(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) const in last_node()
965 …xml_node<Ch> *previous_sibling(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true)… in previous_sibling()
988 …xml_node<Ch> *next_sibling(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = true) con… in next_sibling()
1009 …xml_attribute<Ch> *first_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = t… in first_attribute()
1029 …xml_attribute<Ch> *last_attribute(const Ch *n = 0, std::size_t nsize = 0, bool case_sensitive = tr… in last_attribute()
/third_party/iowow/src/fs/
Diwexfile.c724 static off_t _exfile_default_szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **ctx) { in _exfile_default_szpolicy()
731 off_t iw_exfile_szpolicy_fibo(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in iw_exfile_szpolicy_fibo()
758 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
Diwkv.c2863 size_t nsize = c->nsize; in _dbcache_fill_lw() local
2975 size_t nsize = cache->nsize; in _dbcache_put_lw() local
3036 size_t nsize = cache->nsize; in _dbcache_remove_lw() local
3060 size_t nsize = cache->nsize; in _dbcache_update_lw() local
3255 static off_t _szpolicy(off_t nsize, off_t csize, struct IWFS_EXT *f, void **_ctx) { in _szpolicy()
Diwal.c274 static iwrc _onresize(struct IWDLSNR *self, off_t osize, off_t nsize, int flags, bool *handled) { in _onresize()
Diwkv_internal.h198 size_t nsize; /**< Cached node size */ member
/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/boost/boost/pool/
Dpool.hpp169 PODptr(char * const nptr, const size_type nsize) in PODptr()
/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/wayland_standard/cursor/
Dxcursor.c528 int nsize; in XcursorXcFileLoadImages() local
/third_party/boost/libs/container/src/
Ddlmalloc_ext_2_8_6.c133 size_t nsize = chunksize(next); in mspace_free_lockless() local
Ddlmalloc_2_8_6.c3962 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
4406 size_t nsize = chunksize(next); in dispose_chunk() local
4748 size_t nsize = chunksize(next); in dlfree() local
5675 size_t nsize = chunksize(next); in mspace_free() local
/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/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/littlefs/
Dlfs.c2872 lfs_size_t nsize = size; local
2946 lfs_size_t nsize = size; local
/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.c5817 guint nsize = 0; in gst_qtdemux_process_buffer_text() local
/third_party/pcre2/pcre2/src/
Dpcre2test.c7298 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local