Home
last modified time | relevance | path

Searched defs:nsize (Results 1 - 10 of 10) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c798 usb_bus_mem_flush_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_flush_all_cb() argument
823 usb_bus_mem_alloc_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_alloc_all_cb() argument
886 usb_bus_mem_free_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_free_all_cb() argument
/third_party/musl/src/malloc/oldmalloc/
H A 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/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A 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/
H A 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/alsa-lib/src/ucm/
H A Ducm_subs.c711 size_t size, nsize, idsize, rvalsize, dpos = 0; in uc_mgr_get_substituted_value() local
/third_party/ffmpeg/libavfilter/
H A Dvf_nnedi.c52 int xdim, ydim, nns, nsize; member
93 int nsize; member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c436 static inline bool is_signed_constant(long long val, unsigned osize, unsigned nsize) in is_signed_constant() argument
/third_party/littlefs/
H A 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); global() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c7385 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c5817 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF32() local
6139 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF16() local
[all...]

Completed in 37 milliseconds