Searched refs:SBLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
1860 #define SBLOCKSIZE 16000 // size of sb_data macro2055 start = (getdigits(&p) * 10) / (SBLOCKSIZE / 102); in spell_check_msm()2061 incr = (getdigits(&p) * 102) / (SBLOCKSIZE / 10); in spell_check_msm()4302 if (bl == NULL || bl->sb_used + len > SBLOCKSIZE) in getroom()4304 if (len >= SBLOCKSIZE) in getroom()4308 bl = alloc_clear(sizeof(sblock_T) + SBLOCKSIZE); in getroom()