Home
last modified time | relevance | path

Searched refs:MAX_SIZE (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/package/softether/
H A D0005-change-GetExeDir-to-GetStateDir-in-Cedar-and-Mayaqua.patch34 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];
H A D0003-use-fhs-install-directories.patch129 +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];
/OK3568_Linux_fs/debian/overlay/usr/bin/
H A Ddisk-helper227 MAX_SIZE=$(( $(cat $SYS_PATH/size) * 512))
228 MIN_SIZE=$(($MAX_SIZE - 16 * 1024 * 1024))
230 while [ $MAX_SIZE -gt $MIN_SIZE ];do
232 MAX_SIZE=$(($MAX_SIZE - 512 * 1024))
235 fatresize -s $MAX_SIZE $DEV && return
/OK3568_Linux_fs/external/rkscript/
H A Ddisk-helper232 MAX_SIZE=$(( $(cat $SYS_PATH/size) * 512))
233 MIN_SIZE=$(($MAX_SIZE - 16 * 1024 * 1024))
235 while [ $MAX_SIZE -gt $MIN_SIZE ];do
237 MAX_SIZE=$(($MAX_SIZE - 512 * 1024))
240 fatresize -s $MAX_SIZE $DEV && return
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/lua/
H A DCVE-2022-33099.patch45 - if (l_unlikely(l >= (MAX_SIZE/sizeof(char)) - tl))
46 + if (l_unlikely(l >= (MAX_SIZE/sizeof(char)) - tl)) {
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dacornfb.c100 #define MAX_SIZE (2*1024*1024) macro
1020 size = MAX_SIZE; in acornfb_probe()
1025 if (size > MAX_SIZE) in acornfb_probe()
1026 size = MAX_SIZE; in acornfb_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dcrc32-vpmsum_core.S30 #define MAX_SIZE 32768 macro
129 1: lis r7,MAX_SIZE@h
130 ori r7,r7,MAX_SIZE@l
/OK3568_Linux_fs/kernel/drivers/net/ethernet/alacritech/
H A Dslicoss.c1578 const unsigned int MAX_SIZE = 128; in slic_eeprom_valid() local
1583 if (size < MIN_SIZE || size > MAX_SIZE) in slic_eeprom_valid()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch361 #define MAX_SIZE (2*1024*1024)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch441 #define MAX_SIZE (2*1024*1024)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190720.patch.gz
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info27321 STRATEGY is a comma-separated list of ALG:MAX_SIZE:DEST_ALIGN
27322 triplets. ALG is specified in '-mstringop-strategy', MAX_SIZE
27324 allowed. For the last triplet, the MAX_SIZE must be '-1'. The
27325 MAX_SIZE of the triplets in the list must be specified in
27327 first triplet and 'MAX_SIZE + 1' of the preceding range.
42838 '-Wstack-usage' and '-Walloca-larger-than'. MAX_SIZE must be a
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info27321 STRATEGY is a comma-separated list of ALG:MAX_SIZE:DEST_ALIGN
27322 triplets. ALG is specified in '-mstringop-strategy', MAX_SIZE
27324 allowed. For the last triplet, the MAX_SIZE must be '-1'. The
27325 MAX_SIZE of the triplets in the list must be specified in
27327 first triplet and 'MAX_SIZE + 1' of the preceding range.
42838 '-Wstack-usage' and '-Walloca-larger-than'. MAX_SIZE must be a