Home
last modified time | relevance | path

Searched refs:hsize (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxprepare.c44 long hsize; member
75 cf->hsize = 1 << cf->hbits; in xdl_init_classifier()
81 if (!(cf->rchash = (xdlclass_t **) xdl_malloc(cf->hsize * sizeof(xdlclass_t *)))) { in xdl_init_classifier()
86 memset(cf->rchash, 0, cf->hsize * sizeof(xdlclass_t *)); in xdl_init_classifier()
163 long nrec, hsize, bsize; in xdl_prepare_ctx() local
185 hbits = hsize = 0; in xdl_prepare_ctx()
188 hsize = 1 << hbits; in xdl_prepare_ctx()
189 if (!(rhash = (xrecord_t **) xdl_malloc(hsize * sizeof(xrecord_t *)))) in xdl_prepare_ctx()
191 memset(rhash, 0, hsize * sizeof(xrecord_t *)); in xdl_prepare_ctx()
/vim-8.2.3635/runtime/syntax/
H A Dinitex.vim206 \ '\\\%(emergencystretch\|\%(hang\|par\)indent\|hsize\|lineskiplimit\)\>'