Home
last modified time | relevance | path

Searched refs:notDone (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/conformance/
Dconformance_objc.m169 BOOL notDone = YES;
170 while (notDone) {
172 notDone = DoTestIo(input, output);
/external/lz4/lib/
Dlz4frame.c789 typedef enum { notDone, fromTmpBuffer, fromSrcBuffer } LZ4F_lastBlockStatus; enumerator
809 LZ4F_lastBlockStatus lastBlockCompressed = notDone; in LZ4F_compressUpdate()