Home
last modified time | relevance | path

Searched refs:BrotliUnalignedRead16 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/brotli/c/common/
H A Dplatform.h294 static BROTLI_INLINE uint16_t BrotliUnalignedRead16(const void* p) { in BrotliUnalignedRead16() function
335 #define BrotliUnalignedRead16 __sanitizer_unaligned_load16 macro
340 static BROTLI_INLINE uint16_t BrotliUnalignedRead16(const void* p) { in BrotliUnalignedRead16() function
384 #define BROTLI_UNALIGNED_LOAD16LE BrotliUnalignedRead16
394 uint16_t value = BrotliUnalignedRead16(p); in BROTLI_UNALIGNED_LOAD16LE()
566 BROTLI_UNUSED(&BrotliUnalignedRead16); in BrotliSuppressUnusedFunctions()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h294 static BROTLI_INLINE uint16_t BrotliUnalignedRead16(const void* p) { in BrotliUnalignedRead16() function
335 #define BrotliUnalignedRead16 __sanitizer_unaligned_load16 macro
340 static BROTLI_INLINE uint16_t BrotliUnalignedRead16(const void* p) { in BrotliUnalignedRead16() function
384 #define BROTLI_UNALIGNED_LOAD16LE BrotliUnalignedRead16
394 uint16_t value = BrotliUnalignedRead16(p); in BROTLI_UNALIGNED_LOAD16LE()
566 BROTLI_UNUSED(&BrotliUnalignedRead16); in BrotliSuppressUnusedFunctions()

Completed in 2 milliseconds