Home
last modified time | relevance | path

Searched defs:bwdata (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/toybox/toys/other/
H A Dbzcat.c73 struct bwdata { struct
74 unsigned int origPtr;
75 int byteCount[256];
77 int writePos, writeRun, writeCount, writeCurrent;
78 unsigned int dataCRC, headerCRC;
79 unsigned int *dbuf;
107 struct bwdata bwdata[THREADS]; member