Home
last modified time | relevance | path

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

/petsc/include/petsc/private/khash/
H A Dkhash.h139 typedef unsigned int khint32_t; typedef
141 typedef unsigned long khint32_t; typedef
166 typedef khint32_t khint_t;
201 khint32_t *flags; \
230 memset(h->flags, 0xaa, __ac_fsize(h->n_buckets) * sizeof(khint32_t)); \
250 khint32_t *new_flags = NULL; \
257 new_flags = (khint32_t*)kmalloc(__ac_fsize(new_n_buckets) * sizeof(khint32_t)); \
259 memset(new_flags, 0xaa, __ac_fsize(new_n_buckets) * sizeof(khint32_t)); \
379 #define kh_int_hash_func(key) (khint32_t)(key)
389 #define kh_int64_hash_func(key) (khint32_t)((key)>>33^(key)^(key)<<11)
[all …]
/petsc/include/petsc/private/
H A Dhashtable.h157 typedef khint32_t PetscHash32_t;