/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | usb_controller.c | 798 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 D | malloc.c | 484 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 D | malloc.c | 407 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 D | malloc.c | 448 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 D | ucm_subs.c | 711 size_t size, nsize, idsize, rvalsize, dpos = 0; in uc_mgr_get_substituted_value() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nnedi.c | 52 int xdim, ydim, nns, nsize; member 93 int nsize; member [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | simplify.c | 436 static inline bool is_signed_constant(long long val, unsigned osize, unsigned nsize) in is_signed_constant() argument
|
/third_party/littlefs/ |
H A D | lfs.c | 3422 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 D | pcre2test.c | 7385 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 5817 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF32() local 6139 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF16() local [all...] |