HomeSort by relevance Sort by last modified time
    Searched defs:PNG_ALLOCATED (Results 1 - 4 of 4) sorted by null

  /external/libpng/
pngconf.h 350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
351 # define PNG_ALLOCATED __attribute__((__malloc__))
376 # ifndef PNG_ALLOCATED
377 # define PNG_ALLOCATED __attribute__((__malloc__))
405 # ifndef PNG_ALLOCATED
407 # define PNG_ALLOCATED __declspec(restrict)
438 #ifndef PNG_ALLOCATED
439 # define PNG_ALLOCATED /* The result of the function is new memory */
  /external/opencv3/3rdparty/libpng/
pngconf.h 347 # ifndef PNG_ALLOCATED
348 # define PNG_ALLOCATED __attribute__((__malloc__))
371 # ifndef PNG_ALLOCATED
373 # define PNG_ALLOCATED __declspec(restrict)
394 #ifndef PNG_ALLOCATED
395 # define PNG_ALLOCATED /* The result of the function is new memory */
  /external/pdfium/third_party/lpng_v163/
pngconf.h 372 # ifndef PNG_ALLOCATED
373 # define PNG_ALLOCATED __attribute__((__malloc__))
401 # ifndef PNG_ALLOCATED
403 # define PNG_ALLOCATED __declspec(restrict)
434 #ifndef PNG_ALLOCATED
435 # define PNG_ALLOCATED /* The result of the function is new memory */
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 348 # ifndef PNG_ALLOCATED
349 # define PNG_ALLOCATED __attribute__((__malloc__))
373 # ifndef PNG_ALLOCATED
375 # define PNG_ALLOCATED __declspec(restrict)
396 #ifndef PNG_ALLOCATED
397 # define PNG_ALLOCATED /* The result of the function is new memory */

Completed in 172 milliseconds