Lines Matching defs:BROTLI_UNUSED
511 #define BROTLI_UNUSED(X) (void)(X)
565 BROTLI_UNUSED(&BrotliSuppressUnusedFunctions);
566 BROTLI_UNUSED(&BrotliUnalignedRead16);
567 BROTLI_UNUSED(&BrotliUnalignedRead32);
568 BROTLI_UNUSED(&BrotliUnalignedRead64);
569 BROTLI_UNUSED(&BrotliUnalignedWrite64);
570 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD16LE);
571 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD32LE);
572 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD64LE);
573 BROTLI_UNUSED(&BROTLI_UNALIGNED_STORE64LE);
574 BROTLI_UNUSED(&BrotliRBit);
575 BROTLI_UNUSED(&brotli_min_double);
576 BROTLI_UNUSED(&brotli_max_double);
577 BROTLI_UNUSED(&brotli_min_float);
578 BROTLI_UNUSED(&brotli_max_float);
579 BROTLI_UNUSED(&brotli_min_int);
580 BROTLI_UNUSED(&brotli_max_int);
581 BROTLI_UNUSED(&brotli_min_size_t);
582 BROTLI_UNUSED(&brotli_max_size_t);
583 BROTLI_UNUSED(&brotli_min_uint32_t);
584 BROTLI_UNUSED(&brotli_max_uint32_t);
585 BROTLI_UNUSED(&brotli_min_uint8_t);
586 BROTLI_UNUSED(&brotli_max_uint8_t);
587 BROTLI_UNUSED(&BrotliDefaultAllocFunc);
588 BROTLI_UNUSED(&BrotliDefaultFreeFunc);
590 BROTLI_UNUSED(&BrotliDump);