needcomma 256 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int needcomma = 0; needcomma 274 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c needcomma = 1; needcomma 305 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",0x" HWLOC_PRIxSUBBITMAP : "0x" HWLOC_PRIxSUBBITMAP, needcomma 307 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c needcomma = 1; needcomma 310 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",0x0" : "0x0"); needcomma 311 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c } else if (needcomma) { needcomma 429 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int needcomma = 0; needcomma 446 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); needcomma 448 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); needcomma 450 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); needcomma 461 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c needcomma = 1;