Home
last modified time | relevance | path

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

/external/lua/src/
Dlmem.c77 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
Dltable.c388 int nsize = allocsizenode(t); in luaH_resizearray() local
Dloadlib.c171 DWORD nsize = sizeof(buff)/sizeof(char); in setprogdir() local
Dlauxlib.c1008 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
/external/jemalloc/src/
Dbase.c55 size_t csize, nsize; in base_chunk_alloc() local
/external/u-boot/fs/jffs2/
Dsummary.h53 uint8_t nsize; /* dirent name size */ member
109 uint8_t nsize; /* dirent name size */ member
/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.py186 def buffer_updated(self, nsize): argument
381 def buffer_updated(self, nsize): argument
/external/minijail/
Dutil.c342 size_t i, multiplier = 1, nsize, size = 0; in parse_size() local
/external/u-boot/include/jffs2/
Djffs2.h132 __u8 nsize; member
/external/kernel-headers/original/uapi/linux/
Djffs2.h121 __u8 nsize; member
/external/libcups/cups/
Ddest-options.c897 _cups_media_db_t *nsize; /* Size for N */ in cupsGetDestMediaByIndex() local
/external/wayland/cursor/
Dxcursor.c527 int nsize; in XcursorXcFileLoadImages() local
/external/iperf3/src/
Diperf_api.c2117 uint32_t hsize, nsize; in JSON_write() local
2143 uint32_t hsize, nsize; in JSON_read() local
/external/dlmalloc/
Dmalloc.c3983 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/python/cpython2/Modules/_ctypes/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
/external/libffi/src/
Ddlmalloc.c3350 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
4327 size_t nsize = chunksize(next); in dlfree() local
4728 size_t nsize = chunksize(next); in mspace_free() local
/external/python/cpython2/Objects/
Dunicodeobject.c2441 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local
2718 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local
/external/python/cpython3/Objects/
Dunicodeobject.c5552 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF32() local
5887 Py_ssize_t nsize, pos; in _PyUnicode_EncodeUTF16() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4855 size_t nsize = *size; local
/external/pcre/dist2/src/
Dpcre2test.c7209 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local