Home
last modified time | relevance | path

Searched refs:MAX_SIZET (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstring.c160 if (l + 1 > (MAX_SIZET - sizeof(TString))/sizeof(char)) in luaS_newlstr()
177 if (s > MAX_SIZET - sizeof(Udata)) in luaS_newudata()
Dlmem.h26 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \
Dllimits.h30 #define MAX_SIZET ((size_t)(~(size_t)0)-2) macro
Dllex.c56 if (luaZ_sizebuffer(b) >= MAX_SIZET/2) in save()
Dlvm.c315 if (l >= (MAX_SIZET/sizeof(char)) - tl) in luaV_concat()