Searched defs:write_ptr (Results 1 – 12 of 12) sorted by relevance
/external/libwebm/testing/ |
D | video_frame_tests.cc | 42 uint8_t* write_ptr = reinterpret_cast<uint8_t*>(frame.buffer().data.get()); in TEST() local
|
/external/adhd/cras/src/server/ |
D | test_iodev.c | 116 uint8_t *write_ptr; in get_buffer_fd_read() local 241 uint8_t *write_ptr; in test_iodev_add_samples() local
|
/external/perfetto/include/perfetto/protozero/ |
D | scattered_stream_writer.h | 107 uint8_t* write_ptr() const { return write_ptr_; } in write_ptr() function
|
/external/libpng/ |
D | pngtest.c | 754 write_sTER_chunk(png_structp write_ptr) in write_sTER_chunk() 765 write_vpAg_chunk(png_structp write_ptr) in write_vpAg_chunk() 784 write_chunks(png_structp write_ptr, int location) in write_chunks() 861 png_structp write_ptr; in test_one_file() local 868 png_structp write_ptr = NULL; in test_one_file() local
|
/external/speex/libspeexdsp/ |
D | buffer.c | 47 int write_ptr; member
|
/external/libchrome/mojo/core/ |
D | core_unittest.cc | 349 void* write_ptr = nullptr; in TEST_F() local
|
D | data_pipe_unittest.cc | 762 void* write_ptr = nullptr; in TEST_F() local 1432 void* write_ptr = nullptr; in TEST_F() local
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 84 FILE *write_ptr, FILE *read_ptr) in read_by_row()
|
/external/zstd/doc/educational_decoder/ |
D | zstd_decompress.c | 613 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local 626 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local 1275 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); in copy_literals() local 1335 u8 *write_ptr = IO_get_write_ptr(out, match_length); in execute_match_copy() local
|
/external/grpc-grpc/src/core/ext/filters/http/client/ |
D | http_client_filter.cc | 269 char* write_ptr = in update_path_for_get() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/client/ |
D | http_client_filter.cc | 319 char* write_ptr = in update_path_for_get() local
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 971 …cl_uchar *write_ptr = (cl_uchar *)clEnqueueMapBuffer(queue, write_mem, CL_TRUE, CL_MAP_WRITE, 0, w… in l_write_read_for_type() local 1125 …cl_uchar *write_ptr = (cl_uchar *)clEnqueueMapBuffer(queue, write_mem, CL_TRUE, CL_MAP_WRITE, 0, w… in l_init_write_read_for_type() local
|