Home
last modified time | relevance | path

Searched refs:GROWSIZE (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/play/src/
H A DMemStream.cpp9 #define GROWSIZE (0x1000) macro
89 m_grow += ((static_cast<unsigned int>(size) + GROWSIZE - 1) / GROWSIZE) * GROWSIZE; in Write()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/
H A DMemStream.cpp9 #define GROWSIZE (0x1000) macro
89 m_grow += ((static_cast<unsigned int>(size) + GROWSIZE - 1) / GROWSIZE) * GROWSIZE; in Write()
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdBuf.cpp430 enum { GROWSIZE = 20 }; in EnsureUnicode() enumerator
438 buf.Grow(GROWSIZE); in EnsureUnicode()
446 buf.Grow(GROWSIZE); in EnsureUnicode()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dlibconfig.c521 #define GROWSIZE 4096 macro
535 bufsize = GROWSIZE; in config_read_file()
583 bufsize += GROWSIZE; in config_read_file()
H A Dcharset.c211 #define GROWSIZE 100 macro
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DIPU.h139 enum GROWSIZE enum
141 GROWSIZE = 0x200, enumerator
H A DIPU.cpp797 m_alloc += GROWSIZE; in RequestGrow()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dlibconfig.c668 #define GROWSIZE 4096 macro
695 bufsize = GROWSIZE; in config_read_file()
743 bufsize += GROWSIZE; in config_read_file()
H A Dcharset.c218 #define GROWSIZE 100 macro
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dlibconfig.c672 #define GROWSIZE 4096 macro
712 bufsize = GROWSIZE; in config_read_file()
760 bufsize += GROWSIZE; in config_read_file()
H A Dcharset.c218 #define GROWSIZE 100 macro