Lines Matching refs:lengths
52 ret += lengths[i]-2;109 temp[i] = lengths[i];113 free(lengths);115 lengths = temp;119 lengths[index_lengths] = counter;136 for(j=0; j<lengths[i]; j++)147 lengths = (Int*)malloc (sizeof(Int) * sizeLengths);148 assert(lengths);165 free(lengths);185 for(j=0; j<lengths[i]; j++){