begin 160 opal/class/opal_list.c opal_list_transfer(opal_list_item_t *pos, opal_list_item_t *begin, begin 168 opal/class/opal_list.c begin->opal_list_prev->opal_list_next = end; begin 169 opal/class/opal_list.c pos->opal_list_prev->opal_list_next = begin; begin 174 opal/class/opal_list.c end->opal_list_prev = begin->opal_list_prev; begin 175 opal/class/opal_list.c begin->opal_list_prev = tmp; begin 178 opal/class/opal_list.c volatile opal_list_item_t* item = begin; begin 82 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c #define HWLOC_SUBBITMAP_ULBIT_FROMTO(begin,end) (HWLOC_SUBBITMAP_ULBIT_TO(end) & HWLOC_SUBBITMAP_ULBIT_FROM(begin)) begin 438 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c int begin, end; begin 440 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c begin = hwloc_bitmap_next(set, prev); begin 441 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (begin == -1) begin 443 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c end = hwloc_bitmap_next_unset(set, begin); begin 445 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (end == begin+1) { begin 446 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",%d" : "%d", begin); begin 448 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",%d-" : "%d-", begin); begin 450 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c res = hwloc_snprintf(tmp, size, needcomma ? ",%d-%d" : "%d-%d", begin, end-1); begin 491 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c long begin = -1, val; begin 506 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c if (begin != -1) { begin 508 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c hwloc_bitmap_set_range(set, begin, val); begin 509 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c begin = -1; begin 519 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c begin = val; begin 201 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_set_range(hwloc_bitmap_t bitmap, unsigned begin, int end); begin 213 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/bitmap.h HWLOC_DECLSPEC int hwloc_bitmap_clr_range(hwloc_bitmap_t bitmap, unsigned begin, int end); begin 161 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c pmix_list_transfer(pmix_list_item_t *pos, pmix_list_item_t *begin, begin 169 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c begin->pmix_list_prev->pmix_list_next = end; begin 170 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c pos->pmix_list_prev->pmix_list_next = begin; begin 175 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c end->pmix_list_prev = begin->pmix_list_prev; begin 176 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c begin->pmix_list_prev = tmp; begin 179 opal/mca/pmix/pmix4x/pmix/src/class/pmix_list.c volatile pmix_list_item_t* item = begin; begin 634 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c unsigned long begin=0, end=0; begin 637 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (!parse_map_line(line, &begin, &end, &mkind)) { begin 641 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c return use_hole(0, begin, addrp, size); begin 649 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c return use_hole(prevend, begin-prevend, addrp, size); begin 656 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c return use_hole(prevend, begin-prevend, addrp, size); begin 676 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c if (begin-prevend > biggestsize) { begin 678 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c biggestsize = begin-prevend; begin 595 orte/mca/rtc/hwloc/rtc_hwloc.c unsigned long begin=0, end=0; begin 598 orte/mca/rtc/hwloc/rtc_hwloc.c if (!parse_map_line(line, &begin, &end, &mkind)) { begin 606 orte/mca/rtc/hwloc/rtc_hwloc.c begin, end); begin 611 orte/mca/rtc/hwloc/rtc_hwloc.c return use_hole(0, begin, addrp, size); begin 619 orte/mca/rtc/hwloc/rtc_hwloc.c return use_hole(prevend, begin-prevend, addrp, size); begin 626 orte/mca/rtc/hwloc/rtc_hwloc.c return use_hole(prevend, begin-prevend, addrp, size); begin 646 orte/mca/rtc/hwloc/rtc_hwloc.c if (begin-prevend > biggestsize) { begin 649 orte/mca/rtc/hwloc/rtc_hwloc.c prevend, begin, begin-prevend, (begin-prevend)>>20); begin 651 orte/mca/rtc/hwloc/rtc_hwloc.c biggestsize = begin-prevend;