Home
last modified time | relevance | path

Searched defs:NGTCP2_ALIGN (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h97 # define NGTCP2_ALIGN(N) __declspec(align(N)) macro
99 # define NGTCP2_ALIGN(N) __attribute__((aligned(N))) macro