length_left       368 ompi/mca/pml/ob1/pml_ob1.h     size_t length_left;
length_left       381 ompi/mca/pml/ob1/pml_ob1.h     for(length_left = size, i = 0; i < num_btls; i++) {
length_left       384 ompi/mca/pml/ob1/pml_ob1.h         if( OPAL_UNLIKELY(0 != length_left) ) {
length_left       385 ompi/mca/pml/ob1/pml_ob1.h             length = (length_left > bml_btl->btl->btl_eager_limit)?
length_left       387 ompi/mca/pml/ob1/pml_ob1.h                 length_left;
length_left       389 ompi/mca/pml/ob1/pml_ob1.h             if(length > length_left)
length_left       390 ompi/mca/pml/ob1/pml_ob1.h                 length = length_left;
length_left       391 ompi/mca/pml/ob1/pml_ob1.h             length_left -= length;
length_left       397 ompi/mca/pml/ob1/pml_ob1.h     btls[0].length += length_left;