HSIZE 782 3rdparty/libtiff/tif_lzw.c sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t)); HSIZE 912 3rdparty/libtiff/tif_lzw.c if (h >= HSIZE) HSIZE 913 3rdparty/libtiff/tif_lzw.c h -= HSIZE; HSIZE 924 3rdparty/libtiff/tif_lzw.c disp = HSIZE - h; HSIZE 933 3rdparty/libtiff/tif_lzw.c h += HSIZE; HSIZE 1057 3rdparty/libtiff/tif_lzw.c register hash_t *hp = &sp->enc_hashtab[HSIZE-1]; HSIZE 1058 3rdparty/libtiff/tif_lzw.c register long i = HSIZE-8; HSIZE 70 modules/calib3d/src/rho.cpp const size_t HSIZE = (3*3*sizeof(float)); HSIZE 793 modules/calib3d/src/rho.cpp size_t curr_H_sz = HSIZE; HSIZE 794 modules/calib3d/src/rho.cpp size_t best_H_sz = HSIZE; HSIZE 989 modules/calib3d/src/rho.cpp memcpy(curr.H, arg.guessH, HSIZE); HSIZE 991 modules/calib3d/src/rho.cpp memset(curr.H, 0, HSIZE); HSIZE 995 modules/calib3d/src/rho.cpp memset(best.H, 0, HSIZE); HSIZE 1707 modules/calib3d/src/rho.cpp memcpy(arg.finalH, best.H, HSIZE); HSIZE 1727 modules/calib3d/src/rho.cpp memset(arg.finalH, 0, HSIZE);