Searched refs:MAX_SIZET (Results 1 – 10 of 10) sorted by relevance
54 if (l+1 > (MAX_SIZET - sizeof(TString))/sizeof(char)) in newlstr()98 if (s > MAX_SIZET - sizeof(Udata)) in luaS_newudata()
30 #define MAX_SIZET ((size_t)(~(size_t)0)-2) macro
20 ((cast(size_t, (n)+1) <= MAX_SIZET/(e)) ? /* +1 to avoid warnings */ \
55 if (b->buffsize >= MAX_SIZET/2) in save()
299 if (l >= MAX_SIZET - tl) luaG_runerror(L, "string length overflow"); in luaV_concat()
161 if (l + 1 > (MAX_SIZET - sizeof(TString))/sizeof(char)) in luaS_newlstr()178 if (s > MAX_SIZET - sizeof(Udata)) in luaS_newudata()
25 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \
27 #define MAX_SIZET ((size_t)(~(size_t)0)-2) macro
53 if (luaZ_sizebuffer(b) >= MAX_SIZET/2) in save()
316 if (l >= (MAX_SIZET/sizeof(char)) - tl) in luaV_concat()