OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN64
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/crypto/bn/
rsaz_exp.c
62
# define
ALIGN64
__attribute__((aligned(64)))
64
# define
ALIGN64
__declspec(align(64))
66
# define
ALIGN64
69
# define
ALIGN64
/* not fatal, might hurt performance a little */
72
ALIGN64
static const BN_ULONG one[40] =
74
ALIGN64
static const BN_ULONG two80[40] =
/external/libmpeg2/common/
icv_macros.h
61
#define
ALIGN64
(x) ((((x) + 63) >> 6) << 6)
impeg2_macros.h
47
#define
ALIGN64
(x) ((((x) + 63) >> 6) << 6)
/external/libavc/common/
ih264_macros.h
46
#define
ALIGN64
(x) ((((x) + 63) >> 6) << 6)
/external/libhevc/common/
ihevc_macros.h
48
#define
ALIGN64
(x) ((((x) + 63) >> 6) << 6)
Completed in 3241 milliseconds