Searched defs:BROTLI_IS_NULL (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmemory.h66 #define BROTLI_IS_NULL(A) ((A) == nullptr) macro
68 #define BROTLI_IS_NULL(A) (!!0) macro

Completed in 2 milliseconds