| /src/external/mit/isl/dist/include/isl/ |
| hmap_templ.c | 38 ISL_HMAP *hmap; local 40 hmap = isl_calloc_type(ctx, ISL_HMAP); 41 if (!hmap) 44 hmap->ctx = ctx; 46 hmap->ref = 1; 48 if (isl_hash_table_init(ctx, &hmap->table, min_size) < 0) 49 return ISL_FN(ISL_HMAP,free)(hmap); 51 return hmap; 64 __isl_null ISL_HMAP *ISL_FN(ISL_HMAP,free)(__isl_take ISL_HMAP *hmap) 66 if (!hmap) 88 ISL_HMAP **hmap = (ISL_HMAP **) user; local 409 ISL_HMAP *hmap = user; local 534 ISL_HMAP *hmap; local 572 ISL_HMAP *hmap; local [all...] |
| hmap.h | 19 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,copy)(__isl_keep ISL_HMAP *hmap); 20 __isl_null ISL_HMAP *ISL_FN(ISL_HMAP,free)(__isl_take ISL_HMAP *hmap); 22 isl_ctx *ISL_FN(ISL_HMAP,get_ctx)(__isl_keep ISL_HMAP *hmap); 25 __isl_keep ISL_HMAP *hmap, __isl_keep ISL_KEY *key); 26 isl_bool ISL_FN(ISL_HMAP,has)(__isl_keep ISL_HMAP *hmap, 28 __isl_give ISL_VAL *ISL_FN(ISL_HMAP,get)(__isl_keep ISL_HMAP *hmap, 31 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,set)(__isl_take ISL_HMAP *hmap, 33 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,drop)(__isl_take ISL_HMAP *hmap, 36 isl_stat ISL_FN(ISL_HMAP,foreach)(__isl_keep ISL_HMAP *hmap, 40 isl_bool ISL_FN(ISL_HMAP,every)(__isl_keep ISL_HMAP *hmap, [all...] |
| id_to_ast_expr.h | 14 #include <isl/hmap.h>
|
| id_to_id.h | 13 #include <isl/hmap.h>
|
| id_to_pw_aff.h | 14 #include <isl/hmap.h>
|
| map_to_basic_set.h | 14 #include <isl/hmap.h>
|
| /src/sys/net/npf/ |
| lpm.c | 112 lpm_hmap_t *hmap = &lpm->prefix[n]; local 114 if (!hmap->hashsize) { 115 KASSERT(!hmap->bucket); 118 for (unsigned i = 0; i < hmap->hashsize; i++) { 119 lpm_ent_t *entry = hmap->bucket[i]; 133 kmem_free(hmap->bucket, hmap->hashsize * sizeof(lpm_ent_t *)); 134 hmap->bucket = NULL; 135 hmap->hashsize = 0; 136 hmap->nitems = 0 379 lpm_hmap_t *hmap = &lpm->prefix[preflen]; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_set_to_ast_graft_list.h | 14 #include <isl/hmap.h>
|
| isl_scheduler.c | 1640 isl_map_to_basic_set **hmap = &graph->intra_hmap; local 1649 hmap = &graph->intra_hmap_param; 1650 m = isl_map_to_basic_set_try_get(*hmap, map); 1663 *hmap = isl_map_to_basic_set_set(*hmap, key, isl_basic_set_copy(coef));
|
| /src/external/apache2/llvm/dist/clang/utils/hmaptool/ |
| hmaptool | 13 k_header_magic_BE = 'hmap' 129 hmap = HeaderMap.frompath(path) 135 print (' num entries: %d' % (hmap.num_entries,)) 136 print (' num buckets: %d' % (len(hmap.buckets),)) 137 print (' string table size: %d' % (len(hmap.strtable),)) 138 for i,bucket in enumerate(hmap.buckets): 145 key = hmap.get_string(key_idx) 146 prefix = hmap.get_string(prefix_idx) 147 suffix = hmap.get_string(suffix_idx) 150 i, key, prefix, suffix, (hmap_hash(key) & (len(hmap.buckets) - 1))) [all...] |
| /src/sys/dev/nvmm/ |
| nvmm_internal.h | 94 struct nvmm_hmapping hmap[NVMM_MAX_HMAPPINGS]; member in struct:nvmm_machine
|
| nvmm.c | 291 if (!mach->hmap[j].present) 293 uao_detach(mach->hmap[j].uobj); 333 memset(&mach->hmap, 0, sizeof(mach->hmap)); 382 if (!mach->hmap[i].present) 384 uao_detach(mach->hmap[i].uobj); 690 hmapping = &mach->hmap[i]; 731 hmapping = &mach->hmap[i]; 758 hmapping = &mach->hmap[i]; 776 hmapping = &mach->hmap[i] [all...] |
| /src/external/mit/isl/lib/libisl/ |
| Makefile | 23 hmap.h \
|