HomeSort by relevance Sort by last modified time
    Searched full:storage2 (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
StreamTest.cpp 19 char* storage2 = storage + MAX_SIZE; local
36 int ss = bstream.read(storage2, s);
40 memcmp(storage + bytesRead, storage2, ss) == 0);

Completed in 83 milliseconds