Searched refs:rawbuf (Results 1 – 3 of 3) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | readpng2.c | 189 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()
|
D | readpng2.h | 114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
|
/external/flatbuffers/tests/ |
D | test.cpp | 1426 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()
|