Searched refs:png_memcmp (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libpng/ |
D | pngpriv.h | 377 # define png_memcmp _fmemcmp /* SJT: added */ macro 385 # define png_memcmp memcmp macro 392 # define png_memcmp memcmp /* SJT: added */ macro
|
D | png.c | 65 return ((int)(png_memcmp(&sig[start], &png_signature[start], num_to_check))); in png_sig_cmp() 731 if (!png_memcmp(chunk_name, p, 4))
|
/external/libpng/ |
D | libpng-manual.txt | 4797 We moved the png_strlen(), png_memcpy(), png_memset(), and png_memcmp() 5051 The png_sizeof(), png_strlen(), png_memcpy(), png_memcmp(), and
|
D | CHANGES | 4205 png_strlen(), png_memset(), png_memcpy(), and png_memcmp() macros. 4207 png_memcmp() macros.
|