current            97 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c     mca_sharedfp_individual_metadata_node *current = NULL;
current           108 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c     current = headnode->next;
current           109 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c     while (current != NULL)  {
current           112 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         buff.recordid = current->recordid;
current           113 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         buff.timestamp = current->timestamp;
current           114 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         buff.localposition = current->localposition;
current           115 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         buff.recordlength = current->recordlength;
current           130 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         headnode->next = current->next;
current           131 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         free(current);
current           132 ompi/mca/sharedfp/individual/sharedfp_individual_insert_metadata.c         current = (headnode)->next;
current           635 opal/mca/base/mca_base_var_enum.c     int count, ret, current;
current           643 opal/mca/base/mca_base_var_enum.c     current = value;
current           645 opal/mca/base/mca_base_var_enum.c         if (!(flag_enum->enum_flags[i].flag & current)) {
current           663 opal/mca/base/mca_base_var_enum.c         current &= ~flag_enum->enum_flags[i].flag;
current           666 opal/mca/base/mca_base_var_enum.c     if (current) {
current           363 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   const char * current = string;
current           370 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   while ((current = strchr(current+1, ',')) != NULL)
current           373 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   current = string;
current           374 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (!strncmp("0xf...f", current, 7)) {
current           375 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     current += 7;
current           376 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (*current != ',') {
current           381 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     current++;
current           390 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   while (*current != '\0') {
current           393 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     val = strtoul(current, &next, 16);
current           410 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     current = (const char*) next+1;
current           489 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   const char * current = string;
current           495 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   while (*current != '\0') {
current           498 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     while (*current == ',' || *current == ' ')
current           499 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       current++;
current           501 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     val = strtoul(current, &next, 0);
current           503 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (next == current)
current           529 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     current = next+1;
current           630 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   const char * current = string;
current           635 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (!strncmp("0xf...f", current, 7)) {
current           638 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     current += 7;
current           639 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (*current == '\0') {
current           646 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (!strncmp("0x", current, 2))
current           647 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       current += 2;
current           648 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (*current == '\0') {
current           656 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   chars = (int)strlen(current);
current           663 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   while (*current != '\0') {
current           673 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     memcpy(ustr, current, tmpchars);
current           681 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     current += tmpchars;
current            20 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c   int current, age, revision;
current            33 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c   if (sscanf(version, "%d:%d:%d", &current, &revision, &age) != 3)
current            36 opal/mca/hwloc/hwloc201/hwloc/hwloc/dolib.c   _snprintf(name, sizeof(name), "libhwloc-%d", current - age);
current            32 opal/mca/hwloc/hwloc201/hwloc/hwloc/shmem.c   void *current = tma->data;
current            34 opal/mca/hwloc/hwloc201/hwloc/hwloc/shmem.c   return current;
current           748 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   char *buffer, *current, *comma, *tmp;
current           754 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   current = buffer;
current           759 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     comma = strchr(current, ',');
current           764 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     nextfirst = strtoul(current, &tmp, 0);
current           776 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     current = comma+1;
current          1636 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t *current;
current          1640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     for (current = &parent->misc_first_child; *current; current = &(*current)->next_sibling);
current          1643 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     for (current = &parent->io_first_child; *current; current = &(*current)->next_sibling);
current          1646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     for (current = &parent->memory_first_child; *current; current = &(*current)->next_sibling);
current          1660 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     for (current = &parent->first_child; *current; current = &(*current)->next_sibling);
current          1669 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   *current = obj;
current          1807 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   hwloc_obj_t current = hwloc_get_root_obj(topology);
current          1810 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (hwloc_bitmap_isequal(set, current->complete_cpuset))
current          1812 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     return current;
current          1816 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for_each_child(child, current) {
current          1825 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     current = child;
current          1830 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   return current;
current           178 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c hwloc__get_largest_objs_inside_cpuset (struct hwloc_obj *current, hwloc_const_bitmap_t set,
current           188 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (hwloc_bitmap_isequal(current->cpuset, set)) {
current           189 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     **res = current;
current           195 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   for (i=0; i<current->arity; i++) {
current           200 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     if (!hwloc_bitmap_intersects(set,current->children[i]->cpuset))
current           204 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     hwloc_bitmap_and(subset, subset, current->children[i]->cpuset);
current           205 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c     ret = hwloc__get_largest_objs_inside_cpuset (current->children[i], subset, res, max);
current           221 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   struct hwloc_obj *current = topology->levels[0][0];
current           223 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   if (!hwloc_bitmap_isincluded(set, current->cpuset))
current           229 opal/mca/hwloc/hwloc201/hwloc/hwloc/traversal.c   return hwloc__get_largest_objs_inside_cpuset (current, set, &objs, &max);
current           299 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   struct hwloc_obj *current = hwloc_get_root_obj(topology);
current           300 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (hwloc_bitmap_iszero(set) || !hwloc_bitmap_isincluded(set, current->cpuset))
current           303 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     hwloc_obj_t child = hwloc_get_child_covering_cpuset(topology, set, current);
current           305 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       return current;
current           306 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     current = child;
current           614 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t current = hwloc_get_obj_covering_cpuset(topology, set);
current           615 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   while (current) {
current           616 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     if (hwloc_obj_type_is_dcache(current->type))
current           617 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       return current;
current           618 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     current = current->parent;
current           632 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t current = obj->parent;
current           635 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   while (current) {
current           636 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     if (!hwloc_bitmap_isequal(current->cpuset, obj->cpuset)
current           637 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h         && hwloc_obj_type_is_dcache(current->type))
current           638 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       return current;
current           639 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     current = current->parent;
current           527 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int count, ret, current;
current           535 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     current = value;
current           537 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c         if (!(flag_enum->enum_flags[i].flag & current)) {
current           555 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c         current &= ~flag_enum->enum_flags[i].flag;
current           558 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     if (current) {
current            52 opal/mca/rcache/base/rcache_base_mem_cb.c     mca_rcache_base_selected_module_t* current;
current            61 opal/mca/rcache/base/rcache_base_mem_cb.c     OPAL_LIST_FOREACH(current, &mca_rcache_base_modules, mca_rcache_base_selected_module_t) {
current            62 opal/mca/rcache/base/rcache_base_mem_cb.c         if (current->rcache_module->rcache_invalidate_range != NULL) {
current            63 opal/mca/rcache/base/rcache_base_mem_cb.c             rc = current->rcache_module->rcache_invalidate_range (current->rcache_module,
current            77 opal/mca/rcache/base/rcache_base_mem_cb.c                                    current->rcache_component->rcache_version.mca_component_name,
current           923 orte/mca/ess/hnp/ess_hnp_module.c static struct timeval current, last={0,0};
current           940 orte/mca/ess/hnp/ess_hnp_module.c         gettimeofday(&current, NULL);
current           943 orte/mca/ess/hnp/ess_hnp_module.c         gettimeofday(&current, NULL);
current           948 orte/mca/ess/hnp/ess_hnp_module.c         if ((current.tv_sec - last.tv_sec) < 5) {
current           954 orte/mca/ess/hnp/ess_hnp_module.c     last.tv_sec = current.tv_sec;