Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Dreadpng2.c189 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length) in readpng2_decode_data() argument
208 png_process_data(png_ptr, info_ptr, rawbuf, length); in readpng2_decode_data()
Dreadpng2.h114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
/external/flatbuffers/tests/
Dtest.cpp1426 std::string rawbuf; in main() local
1427 auto flatbuf = CreateFlatBufferTest(rawbuf); in main()
1428 AccessFlatBufferTest(reinterpret_cast<const uint8_t *>(rawbuf.c_str()), in main()
1429 rawbuf.length()); in main()
1430 AccessFlatBufferTest(flatbuf.get(), rawbuf.length()); in main()
1432 MutateFlatBuffersTest(flatbuf.get(), rawbuf.length()); in main()
1440 ReflectionTest(flatbuf.get(), rawbuf.length()); in main()