Searched defs:ALIGN64 (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/bn/
H A Drsaz_exp.c62 # define ALIGN64 __attribute__((aligned(64))) macro
64 # define ALIGN64 __declspec(align(64)) macro
66 # define ALIGN64 macro
69 # define ALIGN64 /* not fatal, might hurt performance a little */ macro
72 ALIGN64 static const BN_ULONG one[40] =
74 ALIGN64 static const BN_ULONG two80[40] =
/external/libavc/common/
H A Dih264_macros.h46 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/external/libhevc/common/
H A Dihevc_macros.h48 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/external/libmpeg2/common/
H A Dimpeg2_macros.h47 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro

Completed in 101 milliseconds