Searched refs:MAX_SIZE (Results 1 – 13 of 13) sorted by relevance
34 wchar_t dirname[MAX_SIZE];35 - wchar_t exedir[MAX_SIZE];36 + wchar_t statedir[MAX_SIZE];48 wchar_t dirname[MAX_SIZE];49 - wchar_t exedir[MAX_SIZE];50 + wchar_t statedir[MAX_SIZE];73 wchar_t dirname[MAX_SIZE];74 - wchar_t exedir[MAX_SIZE];75 + wchar_t statedir[MAX_SIZE];76 wchar_t txtname[MAX_SIZE];
129 +static char exe_file_name[MAX_SIZE] = STATE_DIR "/a.out";130 +static wchar_t exe_file_name_w[MAX_SIZE] = L"" STATE_DIR L"/a.out";132 static char exe_file_name[MAX_SIZE] = "/tmp/a.out";133 static wchar_t exe_file_name_w[MAX_SIZE] = L"/tmp/a.out";194 wchar_t dir[MAX_SIZE];
227 MAX_SIZE=$(( $(cat $SYS_PATH/size) * 512))228 MIN_SIZE=$(($MAX_SIZE - 16 * 1024 * 1024))230 while [ $MAX_SIZE -gt $MIN_SIZE ];do232 MAX_SIZE=$(($MAX_SIZE - 512 * 1024))235 fatresize -s $MAX_SIZE $DEV && return
232 MAX_SIZE=$(( $(cat $SYS_PATH/size) * 512))233 MIN_SIZE=$(($MAX_SIZE - 16 * 1024 * 1024))235 while [ $MAX_SIZE -gt $MIN_SIZE ];do237 MAX_SIZE=$(($MAX_SIZE - 512 * 1024))240 fatresize -s $MAX_SIZE $DEV && return
45 - if (l_unlikely(l >= (MAX_SIZE/sizeof(char)) - tl))46 + if (l_unlikely(l >= (MAX_SIZE/sizeof(char)) - tl)) {
100 #define MAX_SIZE (2*1024*1024) macro1020 size = MAX_SIZE; in acornfb_probe()1025 if (size > MAX_SIZE) in acornfb_probe()1026 size = MAX_SIZE; in acornfb_probe()
30 #define MAX_SIZE 32768 macro129 1: lis r7,MAX_SIZE@h130 ori r7,r7,MAX_SIZE@l
1578 const unsigned int MAX_SIZE = 128; in slic_eeprom_valid() local1583 if (size < MIN_SIZE || size > MAX_SIZE) in slic_eeprom_valid()
361 #define MAX_SIZE (2*1024*1024)
441 #define MAX_SIZE (2*1024*1024)
27321 STRATEGY is a comma-separated list of ALG:MAX_SIZE:DEST_ALIGN27322 triplets. ALG is specified in '-mstringop-strategy', MAX_SIZE27324 allowed. For the last triplet, the MAX_SIZE must be '-1'. The27325 MAX_SIZE of the triplets in the list must be specified in27327 first triplet and 'MAX_SIZE + 1' of the preceding range.42838 '-Wstack-usage' and '-Walloca-larger-than'. MAX_SIZE must be a