Searched defs:BLAKE2_PACKED (Results 1 – 1 of 1) sorted by relevance
23 #define BLAKE2_PACKED(x) __pragma(pack(push, 1)) x __pragma(pack(pop)) macro25 #define BLAKE2_PACKED(x) x __attribute__((packed)) macro27 #define BLAKE2_PACKED(x) _Pragma("pack 1") x _Pragma("pack 0") macro