Searched defs:nsize (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lmem.c | 75 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
|
D | ltable.c | 338 int nsize = isdummy(t->node) ? 0 : sizenode(t); in luaH_resizearray() local
|
D | loadlib.c | 171 DWORD nsize = sizeof(buff)/sizeof(char); in setprogdir() local
|
D | lauxlib.c | 919 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 2434 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local 2711 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 2367 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local 2641 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local
|