Home
last modified time | relevance | path

Searched refs:dat (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp51 static unsigned char dat[] = {0x63, 0, 2, 0}; in pull() local
57 return next < sizeof(dat) ? (*buf = dat + next++, 1) : 0; in pull()
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp977 static unsigned char dat[] = {0x63, 0, 2, 0}; in pull() local
983 return next < sizeof(dat) ? (*buf = dat + next++, VALUE_ONE) : 0; in pull()

Completed in 7 milliseconds