Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/common/
H A Dplatform.h187 #define BROTLI_ALIGNED(N) __attribute__((aligned(N))) macro
189 #define BROTLI_ALIGNED(N) macro
358 typedef BROTLI_ALIGNED(1) uint64_t brotli_unaligned_uint64_t;
/third_party/skia/third_party/externals/brotli/c/common/
H A Dplatform.h187 #define BROTLI_ALIGNED(N) __attribute__((aligned(N))) macro
189 #define BROTLI_ALIGNED(N) macro
358 typedef BROTLI_ALIGNED(1) uint64_t brotli_unaligned_uint64_t;
/third_party/node/deps/brotli/c/dec/
H A Dhuffman.h75 typedef BROTLI_ALIGNED(4) uint32_t HuffmanCode;
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.h75 typedef BROTLI_ALIGNED(4) uint32_t HuffmanCode;

Completed in 3 milliseconds