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

  /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 */
  /external/libpng/
pngconf.h     [all...]

Completed in 24 milliseconds