/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/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 | 187 def buffer_updated(self, nsize): argument 384 def buffer_updated(self, nsize): argument
|
/external/minijail/ |
D | util.c | 354 size_t i, multiplier = 1, nsize, size = 0; in parse_size() local
|
/external/kernel-headers/original/uapi/linux/ |
D | jffs2.h | 121 __u8 nsize; member
|
/external/wayland/cursor/ |
D | xcursor.c | 528 int nsize; in XcursorXcFileLoadImages() local
|
/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 | 2290 uint32_t hsize, nsize; in JSON_write() local 2316 uint32_t hsize, nsize; in JSON_read() local
|
/external/dlmalloc/ |
D | malloc.c | 3983 size_t nsize = chunksize(oldfirst); in prepend_alloc() local 4435 size_t nsize = chunksize(next); in dispose_chunk() local 4777 size_t nsize = chunksize(next); in dlfree() local 5718 size_t nsize = chunksize(next); in mspace_free() local
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.c | 1986 STATIC mp_digit *s_realloc(mp_digit *old, mp_size osize, mp_size nsize) in s_realloc() 2012 mp_size nsize = ROUND_PREC(min); in s_pad() local
|
/external/python/cpython2/Modules/_ctypes/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
|
/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
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2441 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local 2718 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 5720 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF32() local 6055 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF16() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 4855 size_t nsize = *size; local
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | netbsd_syscall_hooks.h | 119 #define __sanitizer_syscall_pre_break(nsize) \ argument 121 #define __sanitizer_syscall_post_break(res, nsize) \ argument
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 7295 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local
|