Lines Matching refs:cv_hp
258 cb->cv_hp = cb->cwndvector;
674 t = cb->cv_hp + (gap/8);
705 t = cb->cv_hp + (gap/8);
744 t = cb->cv_hp + (gap/8);
763 dc = (cb->cwndvector + (cb->cv_size/8)) - cb->cv_hp;
764 memcpy (n,cb->cv_hp, dc); /* tail to end */
765 memcpy (n+dc,cb->cwndvector,cb->cv_hp - cb->cwndvector); /* start to tail */
768 cb->cv_hp = cb->cwndvector = n;
801 t = cb->cv_hp + (gap/8);
830 t = cb->cv_hp + bytegap;
833 cb->cv_hp = t;