Home
last modified time | relevance | path

Searched refs:read_ptr (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libpng/
Dpngtest.c128 #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_buf); in test_one_file()
[all …]
Dlibpng-manual.txt644 png_set_keep_unknown_chunks(read_ptr, 2, NULL, 0);
647 png_set_keep_unknown_chunks(read_ptr, 2, vpAg, 1);
650 png_set_keep_unknown_chunks(read_ptr, 1, unused_chunks,
2754 "read_ptr" and "write_ptr". Look at pngtest.c, for example.
3743 png_data_freer(read_ptr, read_info_ptr,
4246 png_set_read_fn(png_structp read_ptr,
4253 voidp read_io_ptr = png_get_io_ptr(read_ptr);
/third_party/flutter/skia/third_party/externals/libpng/
Dpngtest.c128 #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_buf); in test_one_file()
[all …]
Dlibpng-manual.txt644 png_set_keep_unknown_chunks(read_ptr, 2, NULL, 0);
647 png_set_keep_unknown_chunks(read_ptr, 2, vpAg, 1);
650 png_set_keep_unknown_chunks(read_ptr, 1, unused_chunks,
2754 "read_ptr" and "write_ptr". Look at pngtest.c, for example.
3743 png_data_freer(read_ptr, read_info_ptr,
4246 png_set_read_fn(png_structp read_ptr,
4253 voidp read_io_ptr = png_get_io_ptr(read_ptr);
/third_party/ltp/testcases/kernel/mem/thp/
Dthp04.c36 static int *write_ptr, *read_ptr; variable
94 read_ptr = (int *)(read_thp + thp_size - sizeof(int)); in setup()
137 if (*read_ptr != 0) { in run()
/third_party/cef/tests/ceftests/
Dstream_unittest.cc228 const char* read_ptr = "My data"; in TEST() local
229 size_t read_size = sizeof(read_ptr); in TEST()
232 static_cast<void*>(const_cast<char*>(read_ptr)), read_size, read_n); in TEST()
235 ASSERT_EQ(read_ptr, handler->read_ptr_); in TEST()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c411 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/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c84 FILE *write_ptr, FILE *read_ptr) in read_by_row() argument
95 io_copy.input = read_ptr; in read_by_row()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c84 FILE *write_ptr, FILE *read_ptr) in read_by_row() argument
95 io_copy.input = read_ptr; in read_by_row()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs48396 let read_ptr = ptr.add(gap.read); localVariable
48399 if same_bucket(&mut *read_ptr, &mut *prev_ptr) {
48401 ptr::drop_in_place(read_ptr);
48408 ptr::copy(read_ptr, write_ptr, 1);