HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SIZET (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lmem.h 18 ** This macro avoids the runtime division MAX_SIZET/(e), as 'e' is
26 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \
lstring.c 160 if (l + 1 > (MAX_SIZET - sizeof(TString))/sizeof(char))
177 if (s > MAX_SIZET - sizeof(Udata))
llimits.h 30 #define MAX_SIZET ((size_t)(~(size_t)0)-2)
llex.c 56 if (luaZ_sizebuffer(b) >= MAX_SIZET/2)
lvm.c 315 if (l >= (MAX_SIZET/sizeof(char)) - tl)

Completed in 32 milliseconds