tmpchars 664 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int tmpchars; tmpchars 669 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c tmpchars = chars % (HWLOC_BITS_PER_LONG/4); tmpchars 670 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (!tmpchars) tmpchars 671 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c tmpchars = (HWLOC_BITS_PER_LONG/4); tmpchars 673 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c memcpy(ustr, current, tmpchars); tmpchars 674 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c ustr[tmpchars] = '\0'; tmpchars 681 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c current += tmpchars; tmpchars 682 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c chars -= tmpchars;