OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRICT_ALIGNMENT
(Results
1 - 9
of
9
) sorted by null
/external/boringssl/src/crypto/modes/
cbc.c
55
#ifndef
STRICT_ALIGNMENT
56
# define
STRICT_ALIGNMENT
0
68
if (
STRICT_ALIGNMENT
&&
135
if (
STRICT_ALIGNMENT
&&
166
if (
STRICT_ALIGNMENT
&&
internal.h
61
#define
STRICT_ALIGNMENT
1
63
#undef
STRICT_ALIGNMENT
64
#define
STRICT_ALIGNMENT
0
108
#elif defined(OPENSSL_ARM) && !defined(
STRICT_ALIGNMENT
)
140
#if defined(BSWAP4) && !defined(
STRICT_ALIGNMENT
)
ofb.c
73
#if
STRICT_ALIGNMENT
cfb.c
75
#if
STRICT_ALIGNMENT
116
if (
STRICT_ALIGNMENT
&& ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
ctr.c
106
#if
STRICT_ALIGNMENT
gcm.c
66
#if defined(BSWAP4) &&
STRICT_ALIGNMENT
== 1
687
if (
STRICT_ALIGNMENT
&& ((size_t)in | (size_t)out) % sizeof(size_t) != 0) {
849
if (
STRICT_ALIGNMENT
&& ((size_t)in | (size_t)out) % sizeof(size_t) != 0) {
/external/boringssl/src/decrepit/xts/
xts.c
83
#if
STRICT_ALIGNMENT
92
#if
STRICT_ALIGNMENT
137
#if
STRICT_ALIGNMENT
157
#if
STRICT_ALIGNMENT
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h
[
all
...]
Completed in 577 milliseconds