Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c799 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_flush_all_cb()
824 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_alloc_all_cb()
887 struct usb_page *pg, usb_size_t nsize, usb_size_t align) in usb_bus_mem_free_all_cb()
/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/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/musl/src/malloc/oldmalloc/
Dmalloc.c484 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in realloc() local
538 size_t nsize = next->csize & C_INUSE ? 0 : CHUNK_SIZE(next); in __bin_chunk() local
/third_party/python/Lib/test/test_asyncio/
Dtest_sslproto.py192 def buffer_updated(self, nsize): argument
391 def buffer_updated(slf, nsize): argument
Dtest_ssl.py842 def buffer_updated(self, nsize): argument
/third_party/alsa-lib/src/ucm/
Ducm_subs.c711 size_t size, nsize, idsize, rvalsize, dpos = 0; in uc_mgr_get_substituted_value() local
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c52 int xdim, ydim, nns, nsize; member
93 int nsize; member
/third_party/littlefs/
Dlfs.c3422 lfs_size_t nsize = size; local
3502 lfs_size_t nsize = size; local
3621 lfs_ssize_t nsize = lfs_file_flushedwrite(lfs, file, buffer, size); local
/third_party/python/Objects/
Dunicodeobject.c5817 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF32() local
6139 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF16() local
/third_party/pcre2/pcre2/src/
Dpcre2test.c7385 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local