HomeSort by: relevance | last modified time | path
    Searched refs:STRICT_ALIGNMENT (Results 1 - 25 of 220) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/crypto/external/apache2/openssl/dist/crypto/modes/
cbc128.c 14 #if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
15 #define STRICT_ALIGNMENT 0
18 #if defined(__GNUC__) && !STRICT_ALIGNMENT
35 if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
91 if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
118 if (STRICT_ALIGNMENT && ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
ofb128.c 14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
47 #if defined(STRICT_ALIGNMENT)
xts128.c 15 #ifndef STRICT_ALIGNMENT
47 #if defined(STRICT_ALIGNMENT)
56 #if defined(STRICT_ALIGNMENT)
130 #if defined(STRICT_ALIGNMENT)
150 #if defined(STRICT_ALIGNMENT)
xts128gb.c 15 #ifndef STRICT_ALIGNMENT
47 #if defined(STRICT_ALIGNMENT)
56 #if defined(STRICT_ALIGNMENT)
168 #if defined(STRICT_ALIGNMENT)
188 #if defined(STRICT_ALIGNMENT)
ctr128.c 15 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
93 #if defined(STRICT_ALIGNMENT)
cfb128.c 14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
49 #if defined(STRICT_ALIGNMENT)
97 #if defined(STRICT_ALIGNMENT)
  /src/crypto/external/bsd/openssl/dist/crypto/modes/
cbc128.c 14 #if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
15 # define STRICT_ALIGNMENT 0
18 #if defined(__GNUC__) && !STRICT_ALIGNMENT
35 if (STRICT_ALIGNMENT &&
93 if (STRICT_ALIGNMENT &&
121 if (STRICT_ALIGNMENT &&
ofb128.c 14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
47 # if defined(STRICT_ALIGNMENT)
xts128.c 15 #ifndef STRICT_ALIGNMENT
47 #if defined(STRICT_ALIGNMENT)
56 #if defined(STRICT_ALIGNMENT)
130 #if defined(STRICT_ALIGNMENT)
150 #if defined(STRICT_ALIGNMENT)
ctr128.c 15 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
93 # if defined(STRICT_ALIGNMENT)
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/
cbc128.c 14 #if !defined(STRICT_ALIGNMENT) && !defined(PEDANTIC)
15 # define STRICT_ALIGNMENT 0
18 #if defined(__GNUC__) && !STRICT_ALIGNMENT
35 if (STRICT_ALIGNMENT &&
93 if (STRICT_ALIGNMENT &&
121 if (STRICT_ALIGNMENT &&
ofb128.c 14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
42 # if defined(STRICT_ALIGNMENT)
modes_local.h 29 #define STRICT_ALIGNMENT 1
36 # undef STRICT_ALIGNMENT
40 #ifndef STRICT_ALIGNMENT
75 # elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
99 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
171 # if STRICT_ALIGNMENT
xts128.c 14 #ifndef STRICT_ALIGNMENT
51 #if defined(STRICT_ALIGNMENT)
60 #if defined(STRICT_ALIGNMENT)
134 #if defined(STRICT_ALIGNMENT)
154 #if defined(STRICT_ALIGNMENT)
ctr128.c 14 #if defined(__GNUC__) && !defined(STRICT_ALIGNMENT)
97 # if defined(STRICT_ALIGNMENT)
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
linux.h 30 #undef STRICT_ALIGNMENT
31 #define STRICT_ALIGNMENT 0
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
linux.h 30 #undef STRICT_ALIGNMENT
31 #define STRICT_ALIGNMENT 0
  /src/crypto/external/apache2/openssl/dist/include/crypto/
modes.h 30 #define STRICT_ALIGNMENT 1
33 #undef STRICT_ALIGNMENT
63 #elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
94 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
178 #if STRICT_ALIGNMENT
  /src/crypto/external/bsd/openssl/dist/include/crypto/
modes.h 30 #define STRICT_ALIGNMENT 1
37 # undef STRICT_ALIGNMENT
68 # elif (defined(__arm__) || defined(__arm)) && !defined(STRICT_ALIGNMENT)
92 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
170 # if STRICT_ALIGNMENT
  /src/external/gpl3/gdb/dist/sim/ppc/
vm_n.h 54 case STRICT_ALIGNMENT:
102 case STRICT_ALIGNMENT:
  /src/external/gpl3/gdb.old/dist/sim/ppc/
vm_n.h 54 case STRICT_ALIGNMENT:
102 case STRICT_ALIGNMENT:
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.h 197 (STRICT_ALIGNMENT); big and little endian models handle misaligned
208 STRICT_ALIGNMENT,
sim-config.c 103 case STRICT_ALIGNMENT:
104 return "STRICT_ALIGNMENT";
250 ? STRICT_ALIGNMENT
  /src/external/gpl3/gdb/dist/sim/common/
sim-config.h 197 (STRICT_ALIGNMENT); big and little endian models handle misaligned
208 STRICT_ALIGNMENT,
sim-config.c 103 case STRICT_ALIGNMENT:
104 return "STRICT_ALIGNMENT";
250 ? STRICT_ALIGNMENT

Completed in 64 milliseconds

1 2 3 4 5 6 7 8 9