Searched refs:read_ptr (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libpng/ |
H A D | pngtest.c | 128 #define png_convert_to_rfc1123_buffer(ts, t) tIME_to_str(read_ptr, ts, t) 858 png_structp read_ptr; in test_one_file() local 897 read_ptr = in test_one_file() 901 read_ptr = in test_one_file() 904 png_set_error_fn(read_ptr, &error_parameters, pngtest_error, in test_one_file() 920 read_info_ptr = png_create_info_struct(read_ptr); in test_one_file() 921 end_info_ptr = png_create_info_struct(read_ptr); in test_one_file() 929 png_set_read_user_chunk_fn(read_ptr, &user_chunk_data, in test_one_file() 935 if (setjmp(png_jmpbuf(read_ptr))) in test_one_file() 938 png_free(read_ptr, row_bu in test_one_file() [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | buffer.c | 46 int read_ptr; member 56 st->read_ptr = 0; in speex_buffer_init() 92 st->read_ptr = st->write_ptr; in speex_buffer_write() 124 st->read_ptr = st->write_ptr; in speex_buffer_writezeros() 141 end = st->read_ptr + len; in speex_buffer_read() 145 SPEEX_COPY(data, st->data + st->read_ptr, end1 - st->read_ptr); in speex_buffer_read() 150 SPEEX_COPY(data+end1 - st->read_ptr, st->data, end); in speex_buffer_read() 153 st->read_ptr += len; in speex_buffer_read() 154 if (st->read_ptr > s in speex_buffer_read() [all...] |
/third_party/ltp/testcases/kernel/mem/thp/ |
H A D | thp04.c | 34 static int *write_ptr, *read_ptr; variable 92 read_ptr = (int *)(read_thp + thp_size - sizeof(int)); in setup() 135 if (*read_ptr != 0) { in run()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 84 FILE *write_ptr, FILE *read_ptr) in read_by_row() 95 io_copy.input = read_ptr; in read_by_row() 83 read_by_row(png_structp png_ptr, png_infop info_ptr, FILE *write_ptr, FILE *read_ptr) read_by_row() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_schedule.c | 411 struct rc_list * read_ptr; in notify_sem_wait() local 413 for (read_ptr = pending->TexReaders; read_ptr; in notify_sem_wait() 414 read_ptr = read_ptr->Next) { in notify_sem_wait() 415 struct schedule_instruction * reader = read_ptr->Item; in notify_sem_wait()
|
/third_party/backends/backend/ |
H A D | hp-scl.c | 1333 process_data (PROCDATA_HANDLE *ph, unsigned char *read_ptr, int nread) in process_data() argument 1346 memcpy (ph->tmp_buf+ph->tmp_buf_len, read_ptr, nread); in process_data() 1350 memcpy (ph->tmp_buf+ph->tmp_buf_len, read_ptr, bytes_left); in process_data() 1351 read_ptr += bytes_left; in process_data() 1360 RETURN_IF_FAIL ( process_scanline (ph, read_ptr, ph->tmp_buf_size) ); in process_data() 1361 read_ptr += ph->tmp_buf_size; in process_data() 1366 memcpy (ph->tmp_buf, read_ptr, nread); in process_data()
|
Completed in 8 milliseconds