Home | History | Annotate | Download | only in memory

Lines Matching refs:continuous

443     // continuous we may want to discard this write.
456 // not aligned nor continuous. This is to enable witting to the middle
488 // Counts the number of continuous bytes.
489 int continuous = 0;
491 // This loop scan for continuous bytes.
495 ToChildOffset(*start + continuous);
499 // We have found more continuous bytes so increment the count. Also
501 continuous += data_size;
505 if (FindNextChild(*start + continuous, len, &current_child))
508 return continuous;