Searched refs:ALIGNMTO (Results 1 – 2 of 2) sorted by relevance
192 #define ALIGNMTO(_bound) _Pragma( STRINGIFY(data_alignment=_bound)) macro200 #define ALIGNMTO(_bound) __attribute__ ((aligned (_bound))) macro
29 ALIGNMTO(32) static u8 ipsec_padding[64] = { 0x0 };31 extern HAL_CRYPTO_ADAPTER crypto_engine ALIGNMTO(32);
Completed in 5 milliseconds