Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:continuous

434     // continuous we may want to discard this write.
447 // not aligned nor continuous. This is to enable witting to the middle
479 // Counts the number of continuous bytes.
480 int continuous = 0;
482 // This loop scan for continuous bytes.
486 ToChildOffset(*start + continuous);
490 // We have found more continuous bytes so increment the count. Also
492 continuous += data_size;
496 if (FindNextChild(*start + continuous, len, &current_child))
499 return continuous;