/external/lua/src/ |
D | lmem.c | 147 size_t osize, size_t nsize) { in tryagain() 162 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_() 180 size_t nsize) { in luaM_saferealloc_()
|
D | lstring.c | 74 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash() 97 void luaS_resize (lua_State *L, int nsize) { in luaS_resize()
|
D | loadlib.c | 178 DWORD nsize = sizeof(buff)/sizeof(char); in setprogdir() local
|
D | ltable.c | 547 int nsize = allocsizenode(t); in luaH_resizearray() local
|
D | lauxlib.c | 988 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
|
D | lgc.c | 481 unsigned int nsize = sizenode(h); in traverseephemeron() local
|
/external/sandboxed-api/contrib/brotli/test/ |
D | brotli_test.cc | 106 int nsize = std::min<size_t>(512, buforig.end() - it); in TEST_F() local 189 size_t nsize = in TEST_P() local
|
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/ |
D | rapidxml.hpp | 820 …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()
|
/external/musl/src/malloc/oldmalloc/ |
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
|
/external/eigen/bench/ |
D | benchmark-blocking-sizes.cpp | 574 for (size_t nsize = minsize; nsize <= maxsize; nsize *= 2) { in run() local 605 for (size_t nsize = minsize; nsize <= maxsize; nsize *= 2) { in run() local
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 254 def buffer_updated(self, nsize): argument 454 def buffer_updated(slf, nsize): argument
|
D | test_ssl.py | 845 def buffer_updated(self, nsize): argument
|
/external/pytorch/torch/csrc/ |
D | serialization.cpp | 256 int64_t nsize{}; // convert big endian cpu to little endian storage in THPStorage_writeFileRaw() local
|
/external/coreboot/payloads/libpayload/libc/ |
D | malloc.c | 192 int nsize = size - (HDRSIZE + len); in use_block() local
|
/external/wayland/cursor/ |
D | xcursor.c | 444 int nsize; in xcursor_xc_file_load_images() local
|
/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/ |
D | pool.hpp | 169 PODptr(char * const nptr, const size_type nsize) in PODptr()
|
/external/kernel-headers/original/uapi/linux/ |
D | jffs2.h | 121 __u8 nsize; member
|
/external/libcups/cups/ |
D | dest-options.c | 1030 _cups_media_db_t *nsize; /* Size for N */ in cupsGetDestMediaByIndex() local
|
/external/iperf3/src/ |
D | iperf_api.c | 2436 uint32_t hsize, nsize; in JSON_write() local 2462 uint32_t hsize, nsize; in JSON_read() local
|
/external/sdv/vsomeip/third_party/boost/container/src/ |
D | dlmalloc_ext_2_8_6.c | 133 size_t nsize = chunksize(next); in mspace_free_lockless() local
|
D | dlmalloc_2_8_6.c | 3962 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
|
/external/coreboot/util/kconfig/ |
D | regex.c | 187 #define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) argument 212 #define REGEX_REALLOCATE(source, osize, nsize) \ argument
|
/external/trusty/lk/external/lib/heap/dlmalloc/ |
D | dlmalloc.c | 4020 size_t nsize = chunksize(oldfirst); in prepend_alloc() local 4464 size_t nsize = chunksize(next); in dispose_chunk() local 4806 size_t nsize = chunksize(next); in dlfree() local 5733 size_t nsize = chunksize(next); in mspace_free() local
|
/external/dlmalloc/ |
D | dlmalloc.c | 3983 size_t nsize = chunksize(oldfirst); in prepend_alloc() local 4436 size_t nsize = chunksize(next); in dispose_chunk() local 4778 size_t nsize = chunksize(next); in dlfree() local 5719 size_t nsize = chunksize(next); in mspace_free() local
|
/external/libffi/src/ |
D | dlmalloc.c | 3355 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
|