Home
last modified time | relevance | path

Searched refs:BROTLI_UNALIGNED_LOAD16LE (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/brotli/c/common/
H A Dplatform.h384 #define BROTLI_UNALIGNED_LOAD16LE BrotliUnalignedRead16 macro
393 static BROTLI_INLINE uint16_t BROTLI_UNALIGNED_LOAD16LE(const void* p) { in BROTLI_UNALIGNED_LOAD16LE() function
419 static BROTLI_INLINE uint16_t BROTLI_UNALIGNED_LOAD16LE(const void* p) { in BROTLI_UNALIGNED_LOAD16LE() function
570 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD16LE); in BrotliSuppressUnusedFunctions()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h384 #define BROTLI_UNALIGNED_LOAD16LE BrotliUnalignedRead16 macro
393 static BROTLI_INLINE uint16_t BROTLI_UNALIGNED_LOAD16LE(const void* p) { in BROTLI_UNALIGNED_LOAD16LE() function
419 static BROTLI_INLINE uint16_t BROTLI_UNALIGNED_LOAD16LE(const void* p) { in BROTLI_UNALIGNED_LOAD16LE() function
570 BROTLI_UNUSED(&BROTLI_UNALIGNED_LOAD16LE); in BrotliSuppressUnusedFunctions()
/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.h149 br->val_ |= ((uint32_t)BROTLI_UNALIGNED_LOAD16LE(br->next_in)) << 16; in BrotliFillBitWindow()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dbit_reader.h149 br->val_ |= ((uint32_t)BROTLI_UNALIGNED_LOAD16LE(br->next_in)) << 16; in BrotliFillBitWindow()

Completed in 7 milliseconds