Home
last modified time | relevance | path

Searched refs:rawbuf (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/gregbook/
Dreadpng2.h114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
Dreadpng2.c190 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) in readpng2_decode_data() argument
209 png_process_data(png_ptr, info_ptr, rawbuf, length); in readpng2_decode_data()
/external/flatbuffers/tests/
Dtest.cpp3352 std::string rawbuf; in FlatBufferTests() local
3353 auto flatbuf1 = CreateFlatBufferTest(rawbuf); in FlatBufferTests()
3362 AccessFlatBufferTest(reinterpret_cast<const uint8_t *>(rawbuf.c_str()), in FlatBufferTests()
3363 rawbuf.length()); in FlatBufferTests()