HomeSort by relevance Sort by last modified time
    Searched refs:dbcnt (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
dd.c 358 in.dbcnt += in.dbrcnt = in.dbsz;
363 in.dbcnt += in.dbrcnt = n;
370 in.dbcnt += in.dbrcnt = in.dbsz;
372 in.dbcnt += in.dbrcnt = n;
382 out.dbcnt = in.dbcnt;
384 in.dbcnt = 0;
415 if (ddflags & C_OSYNC && out.dbcnt < out.dbsz) {
416 (void)memset(out.dbp, 0, out.dbsz - out.dbcnt);
417 out.dbcnt = out.dbsz
    [all...]
dd.h 44 uint64_t dbcnt; /* current buffer byte count */ member in struct:__anon44023

Completed in 46 milliseconds