Searched refs:MAX_SIZE (Results 1 – 8 of 8) sorted by relevance
21 #define MAX_SIZE (1024 * 1024) macro23 static uint8_t a[MAX_SIZE + 4096 + 64] __attribute__((__aligned__(4096)));24 static uint8_t b[MAX_SIZE + 4096 + 64] __attribute__((__aligned__(4096)));151 for (int size = MIN_SIZE; size <= MAX_SIZE; size *= 2) in memcpy_random()
21 #define MAX_SIZE (1024 * 1024) macro23 static uint8_t a[MAX_SIZE + 4096] __attribute__((__aligned__(4096)));129 for (int size = MIN_SIZE; size <= MAX_SIZE; size *= 2) in memset_random()
122 } while (cursor < MAX_SIZE);150 chunk_size, MAX_SIZE);161 } while (cursor < MAX_SIZE);203 } while (ret == 0 && cursor < MAX_SIZE);
226 if (l_unlikely(l >= (MAX_SIZE - sizeof(TString))/sizeof(char))) in luaS_newlstr()262 if (l_unlikely(s > MAX_SIZE - udatamemoffset(nuvalue))) in luaS_newudata()
44 #define MAX_SIZE (sizeof(size_t) < sizeof(lua_Integer) ? MAX_SIZET \ macro
61 if (luaZ_sizebuffer(b) >= MAX_SIZE/2) in save()
663 if (l_unlikely(l >= (MAX_SIZE/sizeof(char)) - tl)) { in luaV_concat()
47 #define MAX_SIZE 0x3fff /* 16k is big enough for a window or pad */ macro537 tmp._maxy > MAX_SIZE || in NCURSES_SP_NAME()539 tmp._maxx > MAX_SIZE) { in NCURSES_SP_NAME()