entries 219 ompi/debuggers/ompi_msgq_dll.c ((unsigned int)index) >= ((unsigned int) this->entries)) entries 331 ompi/debuggers/ompi_msgq_dll.c group->entries = np; entries 687 ompi/debuggers/ompi_msgq_dll.c old->comm_info.size = old->group->entries; entries 808 ompi/debuggers/ompi_msgq_dll.c for (i=0; i<g->entries; i++) entries 59 ompi/debuggers/ompi_msgq_dll_defs.h int entries; /* How many entries */ entries 127 opal/mca/event/libevent2022/libevent/event-internal.h void **entries; entries 305 opal/mca/event/libevent2022/libevent/event-internal.h TAILQ_HEAD(event_configq, event_config_entry) entries; entries 468 opal/mca/event/libevent2022/libevent/event.c TAILQ_FOREACH(entry, &cfg->entries, next) { entries 932 opal/mca/event/libevent2022/libevent/event.c TAILQ_INIT(&cfg->entries); entries 950 opal/mca/event/libevent2022/libevent/event.c while ((entry = TAILQ_FIRST(&cfg->entries)) != NULL) { entries 951 opal/mca/event/libevent2022/libevent/event.c TAILQ_REMOVE(&cfg->entries, entry, next); entries 978 opal/mca/event/libevent2022/libevent/event.c TAILQ_INSERT_TAIL(&cfg->entries, entry, next); entries 160 opal/mca/event/libevent2022/libevent/evmap.c (x) = (struct type *)((map)->entries[slot]) entries 168 opal/mca/event/libevent2022/libevent/evmap.c if ((map)->entries[slot] == NULL) { \ entries 169 opal/mca/event/libevent2022/libevent/evmap.c (map)->entries[slot] = \ entries 171 opal/mca/event/libevent2022/libevent/evmap.c if (EVUTIL_UNLIKELY((map)->entries[slot] == NULL)) \ entries 173 opal/mca/event/libevent2022/libevent/evmap.c (ctor)((struct type *)(map)->entries[slot]); \ entries 175 opal/mca/event/libevent2022/libevent/evmap.c (x) = (struct type *)((map)->entries[slot]); \ entries 211 opal/mca/event/libevent2022/libevent/evmap.c tmp = (void **)mm_realloc(map->entries, nentries * msize); entries 219 opal/mca/event/libevent2022/libevent/evmap.c map->entries = tmp; entries 229 opal/mca/event/libevent2022/libevent/evmap.c ctx->entries = NULL; entries 235 opal/mca/event/libevent2022/libevent/evmap.c if (ctx->entries != NULL) { entries 238 opal/mca/event/libevent2022/libevent/evmap.c if (ctx->entries[i] != NULL) entries 239 opal/mca/event/libevent2022/libevent/evmap.c mm_free(ctx->entries[i]); entries 241 opal/mca/event/libevent2022/libevent/evmap.c mm_free(ctx->entries); entries 242 opal/mca/event/libevent2022/libevent/evmap.c ctx->entries = NULL; entries 543 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *io = base->io.entries[i]; entries 756 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_io *ctx = io->entries[i]; entries 771 opal/mca/event/libevent2022/libevent/evmap.c struct evmap_signal *ctx = sigmap->entries[i]; entries 57 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c } *entries; entries 64 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c free(cpuiddump->entries); entries 97 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cpuiddump->entries = malloc(nr * sizeof(struct cpuiddump_entry)); entries 98 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (!cpuiddump->entries) { entries 104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cur = &cpuiddump->entries[0]; entries 136 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c struct cpuiddump_entry *entry = &cpuiddump->entries[i];