Searched refs:ALIGN32 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dwanxl.h73 #define ALIGN32(x) (((x) + 3) & 0xFFFFFFFC) macro
74 #define BUFFER_LENGTH ALIGN32(HDLC_MAX_MRU + 4) /* 4 bytes for 32-bit CRC */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c45 # define ALIGN32 __attribute((aligned(32))) macro
47 # define ALIGN32 __declspec(align(32)) macro
49 # define ALIGN32 macro
586 ALIGN32 P256_POINT h;
905 !(defined(__GNUC__) || defined(_MSC_VER)) /* this is for ALIGN32 */
959 ALIGN32 BN_ULONG aX4[4 * 9 * 3] = { 0 };
960 ALIGN32 BN_ULONG bX4[4 * 9 * 2] = { 0 };
961 ALIGN32 P256_POINT_AFFINE point_arr[P256_LIMBS];
962 ALIGN32 P256_POINT res_point_arr[P256_LIMBS];
1141 ALIGN32 unio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c45 # define ALIGN32 __attribute((aligned(32))) macro
47 # define ALIGN32 __declspec(align(32)) macro
49 # define ALIGN32 macro
586 ALIGN32 P256_POINT h;
905 !(defined(__GNUC__) || defined(_MSC_VER)) /* this is for ALIGN32 */
959 ALIGN32 BN_ULONG aX4[4 * 9 * 3] = { 0 };
960 ALIGN32 BN_ULONG bX4[4 * 9 * 2] = { 0 };
961 ALIGN32 P256_POINT_AFFINE point_arr[P256_LIMBS];
962 ALIGN32 P256_POINT res_point_arr[P256_LIMBS];
1141 ALIGN32 unio
[all...]

Completed in 199 milliseconds