Home
last modified time | relevance | path

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

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dgrowbuf.h9 #define GROW_AMOUNT 1024*4 macro
54 …void addChar(char c) { if (m_pos>=m_len) { m_len+=GROW_AMOUNT; m_str = (char*)realloc(m_str,m_len… in addChar()
61 … if (m_pos+l>=m_len) { m_len+=l+GROW_AMOUNT; m_str = (char*)realloc(m_str,m_len); } in addStr()
70 … if (m_pos+l>=m_len) { m_len+=l+GROW_AMOUNT; m_str = (char*)realloc(m_str,m_len); } in addStr()
79 … if (m_pos+l>=m_len) { m_len+=l+GROW_AMOUNT; m_str = (char*)realloc(m_str,m_len); } in addStr()
89 … if (m_pos+l>=m_len) { m_len+=l+GROW_AMOUNT; m_str = (char*)realloc(m_str,m_len); } in addStr()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/command/
H A Dallocator.rs16 const GROW_AMOUNT: usize = 20; const
56 self.total += GROW_AMOUNT; in allocate()
59 GROW_AMOUNT, in allocate()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dallocator.rs20 const GROW_AMOUNT: usize = 20; const
54 self.total += GROW_AMOUNT; in allocate()
57 GROW_AMOUNT, in allocate()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dallocator.rs20 const GROW_AMOUNT: usize = 20; const
54 self.total += GROW_AMOUNT; in allocate()
57 GROW_AMOUNT, in allocate()
/dports/news/inn-current/inn-2.7-20211226/include/inn/
H A Doptions.h95 #define GROW_AMOUNT(x) ((x) < 128 * 1024 ? (x) : 128 * 1024) macro
/dports/news/inn/inn-2.6.4/include/inn/
H A Doptions.h99 #define GROW_AMOUNT(x) ((x) < 128 * 1024 ? (x) : 128 * 1024) macro
/dports/sysutils/shlock/inn-2.6.4/include/inn/
H A Doptions.h99 #define GROW_AMOUNT(x) ((x) < 128 * 1024 ? (x) : 128 * 1024) macro
/dports/mail/libsieve/libsieve-2.3.1/src/sv_test/
H A Dexample.c418 #define GROW_AMOUNT 200 in read_file() macro
439 sizeof(char) * (f_len+=GROW_AMOUNT)); in read_file()
/dports/news/inn-current/inn-2.7-20211226/innd/
H A Dchan.c817 CHANresize(cp, bp->size + GROW_AMOUNT(bp->size)); in CHANreadtext()
/dports/news/inn/inn-2.6.4/innd/
H A Dchan.c823 CHANresize(cp, bp->size + GROW_AMOUNT(bp->size)); in CHANreadtext()
/dports/sysutils/shlock/inn-2.6.4/innd/
H A Dchan.c823 CHANresize(cp, bp->size + GROW_AMOUNT(bp->size)); in CHANreadtext()