Home
last modified time | relevance | path

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

12

/external/lua/src/
Dlmem.c147 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_()
Dlstring.c74 static void tablerehash (TString **vect, int osize, int nsize) { in tablerehash()
97 void luaS_resize (lua_State *L, int nsize) { in luaS_resize()
Dloadlib.c178 DWORD nsize = sizeof(buff)/sizeof(char); in setprogdir() local
Dltable.c547 int nsize = allocsizenode(t); in luaH_resizearray() local
Dlauxlib.c988 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
Dlgc.c481 unsigned int nsize = sizenode(h); in traverseephemeron() local
/external/sandboxed-api/contrib/brotli/test/
Dbrotli_test.cc106 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/
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()
/external/musl/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
/external/eigen/bench/
Dbenchmark-blocking-sizes.cpp574 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/
Dtest_sslproto.py254 def buffer_updated(self, nsize): argument
454 def buffer_updated(slf, nsize): argument
Dtest_ssl.py845 def buffer_updated(self, nsize): argument
/external/pytorch/torch/csrc/
Dserialization.cpp256 int64_t nsize{}; // convert big endian cpu to little endian storage in THPStorage_writeFileRaw() local
/external/coreboot/payloads/libpayload/libc/
Dmalloc.c192 int nsize = size - (HDRSIZE + len); in use_block() local
/external/wayland/cursor/
Dxcursor.c444 int nsize; in xcursor_xc_file_load_images() local
/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/
Dpool.hpp169 PODptr(char * const nptr, const size_type nsize) in PODptr()
/external/kernel-headers/original/uapi/linux/
Djffs2.h121 __u8 nsize; member
/external/libcups/cups/
Ddest-options.c1030 _cups_media_db_t *nsize; /* Size for N */ in cupsGetDestMediaByIndex() local
/external/iperf3/src/
Diperf_api.c2436 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/
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
/external/coreboot/util/kconfig/
Dregex.c187 #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/
Ddlmalloc.c4020 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/
Ddlmalloc.c3983 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/
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

12