/third_party/skia/third_party/externals/libpng/contrib/arm-neon/ |
D | linux-auxv.c | 39 safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes) in safe_read() function 109 while (safe_read(png_ptr, fd, &aux, sizeof aux) == sizeof aux) in png_have_neon()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/arm-neon/ |
D | linux-auxv.c | 39 safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes) in safe_read() function 109 while (safe_read(png_ptr, fd, &aux, sizeof aux) == sizeof aux) in png_have_neon()
|
/third_party/libpng/contrib/arm-neon/ |
D | linux-auxv.c | 39 safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes) in safe_read() function 109 while (safe_read(png_ptr, fd, &aux, sizeof aux) == sizeof aux) in png_have_neon()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | html-styled-ostream.oo.c | 170 size_t n_read = safe_read (fd, buf, sizeof (buf)); in html_styled_ostream_create()
|
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 67 rval = safe_read(file, lineno, NULL, 0, fd, buf, nbyte - 1); in safe_file_readat()
|
D | safe_macros.c | 285 ssize_t safe_read(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_read() function
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 932 static ssize_t safe_read(int fd, void *buf, size_t count) in safe_read() function 974 if ((size_t)safe_read(fd, buffer + *size, reqsize - *size) != reqsize - *size) { in test_wavefile_read() 1222 …if ((size_t)safe_read(fd, (char *)buffer + sizeof(AuHeader), BE_INT(ap->hdr_size) - sizeof(AuHeade… in test_au() 2375 if ((size_t)safe_read(fd, buf, chunk_bytes) != chunk_bytes) { in voc_play() 2382 if (safe_read(fd, buf, ofs) != ofs) { in voc_play() 2400 if ((l = safe_read(fd, buf + in_buffer, chunk_bytes - in_buffer)) > 0) in voc_play() 2866 r = safe_read(fd, audiobuf + l, c); in playback_go() 2910 ret = safe_read(fd, audiobuf + *loaded, header_size); in read_header() 3342 r = safe_read(fds[0], bufs[0], expected); in playbackv_go() 3348 if (safe_read(fds[channel], bufs[channel], r) != r) { in playbackv_go()
|
/third_party/ltp/include/ |
D | safe_macros_fn.h | 70 ssize_t safe_read(const char *file, const int lineno,
|
D | tst_safe_macros.h | 97 safe_read(__FILE__, __LINE__, NULL, (len_strict), (fildes), (buf), (nbyte))
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 70 safe_read(__FILE__, __LINE__, cleanup_fn, (len_strict), (fildes), \
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create_common.c | 305 safe_read(filename, lineno, NULL, 1, fd, buf, sizeof(buf)); in check_mfd_readable()
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 195 * safe-read.h (safe_read): Likewise. 196 * safe-read.c (safe_read): Likewise.
|
D | ChangeLog.1 | 1789 (copy_file): Simplify code by using safe_read() instead of read().
|