Home
last modified time | relevance | path

Searched refs:shared_get_hash (Results 1 – 3 of 3) sorted by relevance

/dports/astro/cfitsio/cfitsio-3.49/
H A Ddrvrsmem.c54 static int shared_get_hash(long size, int idx);/* return hash value for malloc */
378 static int shared_get_hash(long size, int idx) /* return hash value for malloc */ in shared_get_hash() function
411 key = shared_kbase + ((i + shared_get_hash(size, idx)) % shared_range); in shared_malloc()
560 key = shared_kbase + ((i + shared_get_hash(newsize, idx)) % shared_range); in shared_realloc()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Ddrvrsmem.c54 static int shared_get_hash(long size, int idx);/* return hash value for malloc */
378 static int shared_get_hash(long size, int idx) /* return hash value for malloc */ in shared_get_hash() function
411 key = shared_kbase + ((i + shared_get_hash(size, idx)) % shared_range); in shared_malloc()
560 key = shared_kbase + ((i + shared_get_hash(newsize, idx)) % shared_range); in shared_realloc()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Ddrvrsmem.c54 static int shared_get_hash(long size, int idx);/* return hash value for malloc */
378 static int shared_get_hash(long size, int idx) /* return hash value for malloc */ in shared_get_hash() function
411 key = shared_kbase + ((i + shared_get_hash(size, idx)) % shared_range); in shared_malloc()
560 key = shared_kbase + ((i + shared_get_hash(newsize, idx)) % shared_range); in shared_realloc()