Test results for armeabi, berry0, crypto_aead/deoxysi256v141

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/deoxysi256v141
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: deoxysi256v141
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
85693041361 0 54756668 384 1376T:tableclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
85866041077 0 55255183 356 1368T:tablegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
86048641505 0 54758800 384 1368T:tableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
86323337313 0 54752694 380 1360T:tableclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
86739139449 0 55251903 356 1368T:tablegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
89366041493 0 54756832 384 1376T:tableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
92648036749 0 54848351 348 1360T:tablegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
111387837921 0 55250327 356 1368T:tablegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
114968836545 0 54751930 380 1360T:tableclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
331468329928 0 045216 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
400025431164 0 048440 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
401595229768 0 045088 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
423910431753 0 045855 356 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
792317428517 0 040967 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
859923125412 0 040782 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1242196626552 0 038151 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1266869324180 0 039570 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1290621327097 0 039499 356 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909

Compiler output


deoxys.c: In file included from deoxys.c:27:
deoxys.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesniclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxys.c: deoxys.c:27:10: fatal error: xmmintrin.h: No such file or directory
deoxys.c:    27 | #include <xmmintrin.h>              /* SSE instructions and _mm_malloc */
deoxys.c:       |          ^~~~~~~~~~~~~
deoxys.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:aesnigcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:aesnigcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:aesnigcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:aesnigcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


deoxys.c: In file included from deoxys.c:26:
deoxys.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesnisclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesnisclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxys.c: deoxys.c:26:10: fatal error: xmmintrin.h: No such file or directory
deoxys.c:    26 | #include <xmmintrin.h>              /* SSE instructions and _mm_malloc */
deoxys.c:       |          ^~~~~~~~~~~~~
deoxys.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:aesnisgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:aesnisgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:aesnisgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:aesnisgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


deoxys256.c: In file included from deoxys256.c:29:
deoxys256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/tmmintrin.h:13:
deoxys256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/pmmintrin.h:13:
deoxys256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/emmintrin.h:13:
deoxys256.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys256.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys256.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys256.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys256.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:bitsliceclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:bitsliceclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxys256.c: deoxys256.c:29:10: fatal error: tmmintrin.h: No such file or directory
deoxys256.c:    29 | #include <tmmintrin.h>
deoxys256.c:       |          ^~~~~~~~~~~~~
deoxys256.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:bitslicegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:bitslicegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:bitslicegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:bitslicegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


deoxys.o N 0
deoxys.o N 114
deoxys.o N 11c
deoxys.o N 126
deoxys.o N 12e
deoxys.o N 134
deoxys.o N 13f
deoxys.o N 142
deoxys.o N 145
deoxys.o N 147
deoxys.o N 14b
deoxys.o N 165
deoxys.o N 16e
deoxys.o N 185
deoxys.o N 190
deoxys.o N 199
deoxys.o N 1ac
deoxys.o N 1b2
deoxys.o N 1c5
deoxys.o N 1cb
deoxys.o N 1db
deoxys.o N 1e8
deoxys.o N 1f5
deoxys.o N 1f7
deoxys.o N 1f9
deoxys.o N 1fe
deoxys.o N 205
deoxys.o N 20c
deoxys.o N 20f
deoxys.o N 212
deoxys.o N 222
deoxys.o N 236
deoxys.o N 24a
deoxys.o N 25
deoxys.o N 25e
deoxys.o N 263
deoxys.o N 26e
deoxys.o N 277
deoxys.o N 27d
deoxys.o N 288
deoxys.o N 28c
deoxys.o N 291
deoxys.o N 29a
deoxys.o N 2a7
deoxys.o N 2af
deoxys.o N 2b5
deoxys.o N 2bb
deoxys.o N 2c6
deoxys.o N 2ca
deoxys.o N 2cc
deoxys.o N 2e
deoxys.o N f1
deoxys.o N ff
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 106
encrypt.o N 11a
encrypt.o N 128
encrypt.o N 13c
encrypt.o N 140
encrypt.o N 173
encrypt.o N 1a6
encrypt.o N 1a8
encrypt.o N 1ad
encrypt.o N 1c4
encrypt.o N 1c6
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d4
encrypt.o N 1d9
encrypt.o N 1df
encrypt.o N 1e2
encrypt.o N 1e7
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f2
encrypt.o N ff
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10a
tweakableBC.o N 114
tweakableBC.o N 11c
tweakableBC.o N 130
tweakableBC.o N 136
tweakableBC.o N 13b
tweakableBC.o N 140
tweakableBC.o N 144
tweakableBC.o N 151
tweakableBC.o N 15c
tweakableBC.o N 165
tweakableBC.o N 169
tweakableBC.o N 16d
tweakableBC.o N 171
tweakableBC.o N 175
tweakableBC.o N 179
tweakableBC.o N 17d
tweakableBC.o N 181
tweakableBC.o N 185
tweakableBC.o N 189
tweakableBC.o N 195
tweakableBC.o N 197
tweakableBC.o N 19d
tweakableBC.o N 19f
tweakableBC.o N 1a7
tweakableBC.o N 1ab
tweakableBC.o N 1ad
tweakableBC.o N 1b1
tweakableBC.o N 1b3
tweakableBC.o N 1c8
tweakableBC.o N 1dd
tweakableBC.o N 1ed
tweakableBC.o N 1fd
tweakableBC.o N 206
tweakableBC.o N 20f
tweakableBC.o N 21b
tweakableBC.o N 225
tweakableBC.o N 228
tweakableBC.o N 22a
tweakableBC.o N 22c
tweakableBC.o N 231
tweakableBC.o N 234
tweakableBC.o N 241
tweakableBC.o N 244
tweakableBC.o N 248
tweakableBC.o N 24b
tweakableBC.o N 24e
tweakableBC.o N 25
tweakableBC.o N 251
tweakableBC.o N 254
tweakableBC.o N 257
tweakableBC.o N 25a
tweakableBC.o N 25d
tweakableBC.o N 260
tweakableBC.o N 33
tweakableBC.o N f6
tweakableBC.o N fc
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 10e
deoxys.o N 11b
deoxys.o N 12b
deoxys.o N 13f
deoxys.o N 152
deoxys.o N 16c
deoxys.o N 181
deoxys.o N 18c
deoxys.o N 19f
deoxys.o N 1b3
deoxys.o N 1b7
deoxys.o N 1c4
deoxys.o N 1ca
deoxys.o N 1d4
deoxys.o N 1dc
deoxys.o N 1f0
deoxys.o N 1f8
deoxys.o N 1fd
deoxys.o N 208
deoxys.o N 211
deoxys.o N 217
deoxys.o N 222
deoxys.o N 226
deoxys.o N 22b
deoxys.o N 234
deoxys.o N 241
deoxys.o N 248
deoxys.o N 25
deoxys.o N 250
deoxys.o N 256
deoxys.o N 25c
deoxys.o N 267
deoxys.o N 26d
deoxys.o N 271
deoxys.o N 273
deoxys.o N 28a
deoxys.o N 295
deoxys.o N 29e
deoxys.o N 2a0
deoxys.o N 2a6
deoxys.o N 2af
deoxys.o N 2b2
deoxys.o N 2b5
deoxys.o N 2b9
deoxys.o N 2bb
deoxys.o N 2bd
deoxys.o N 2c0
deoxys.o N 2c3
deoxys.o N 2ca
deoxys.o N 2e
deoxys.o N f0
deoxys.o N fe
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 105
encrypt.o N 119
encrypt.o N 127
encrypt.o N 13b
encrypt.o N 13f
encrypt.o N 172
encrypt.o N 1a5
encrypt.o N 1a7
encrypt.o N 1ac
encrypt.o N 1c3
encrypt.o N 1c5
encrypt.o N 1cc
encrypt.o N 1ce
encrypt.o N 1d3
encrypt.o N 1d8
encrypt.o N 1de
encrypt.o N 1e1
encrypt.o N 1e6
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f1
encrypt.o N fe
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 109
tweakableBC.o N 113
tweakableBC.o N 11b
tweakableBC.o N 12f
tweakableBC.o N 135
tweakableBC.o N 13a
tweakableBC.o N 13f
tweakableBC.o N 143
tweakableBC.o N 150
tweakableBC.o N 15b
tweakableBC.o N 164
tweakableBC.o N 168
tweakableBC.o N 16c
tweakableBC.o N 170
tweakableBC.o N 174
tweakableBC.o N 178
tweakableBC.o N 17c
tweakableBC.o N 180
tweakableBC.o N 184
tweakableBC.o N 188
tweakableBC.o N 194
tweakableBC.o N 196
tweakableBC.o N 198
tweakableBC.o N 1ad
tweakableBC.o N 1b1
tweakableBC.o N 1c6
tweakableBC.o N 1d6
tweakableBC.o N 1e6
tweakableBC.o N 1e8
tweakableBC.o N 1ee
tweakableBC.o N 1f6
tweakableBC.o N 1f8
tweakableBC.o N 1fc
tweakableBC.o N 205
tweakableBC.o N 20e
tweakableBC.o N 21a
tweakableBC.o N 224
tweakableBC.o N 227
tweakableBC.o N 229
tweakableBC.o N 22b
tweakableBC.o N 230
tweakableBC.o N 233
tweakableBC.o N 240
tweakableBC.o N 243
tweakableBC.o N 247
tweakableBC.o N 24a
tweakableBC.o N 24d
tweakableBC.o N 25
tweakableBC.o N 250
tweakableBC.o N 253
tweakableBC.o N 256
tweakableBC.o N 259
tweakableBC.o N 25c
tweakableBC.o N 25f
tweakableBC.o N 33
tweakableBC.o N f5
tweakableBC.o N fb
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 112
deoxys.o N 118
deoxys.o N 122
deoxys.o N 12a
deoxys.o N 130
deoxys.o N 145
deoxys.o N 14d
deoxys.o N 167
deoxys.o N 170
deoxys.o N 187
deoxys.o N 192
deoxys.o N 19b
deoxys.o N 1a6
deoxys.o N 1a9
deoxys.o N 1ac
deoxys.o N 1ae
deoxys.o N 1b2
deoxys.o N 1c2
deoxys.o N 1cf
deoxys.o N 1dc
deoxys.o N 1de
deoxys.o N 1e0
deoxys.o N 1e5
deoxys.o N 1ec
deoxys.o N 1f3
deoxys.o N 1f6
deoxys.o N 1f9
deoxys.o N 209
deoxys.o N 21d
deoxys.o N 230
deoxys.o N 244
deoxys.o N 25
deoxys.o N 258
deoxys.o N 25d
deoxys.o N 268
deoxys.o N 271
deoxys.o N 277
deoxys.o N 282
deoxys.o N 286
deoxys.o N 28b
deoxys.o N 294
deoxys.o N 2a1
deoxys.o N 2a9
deoxys.o N 2af
deoxys.o N 2b5
deoxys.o N 2c0
deoxys.o N 2c6
deoxys.o N 2ca
deoxys.o N 2cc
deoxys.o N 2e
deoxys.o N f1
deoxys.o N ff
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 106
encrypt.o N 11a
encrypt.o N 128
encrypt.o N 13c
encrypt.o N 140
encrypt.o N 173
encrypt.o N 1a6
encrypt.o N 1a8
encrypt.o N 1ad
encrypt.o N 1c4
encrypt.o N 1c6
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d4
encrypt.o N 1d9
encrypt.o N 1df
encrypt.o N 1e2
encrypt.o N 1e7
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f2
encrypt.o N ff
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10a
tweakableBC.o N 114
tweakableBC.o N 11c
tweakableBC.o N 130
tweakableBC.o N 136
tweakableBC.o N 13b
tweakableBC.o N 140
tweakableBC.o N 144
tweakableBC.o N 151
tweakableBC.o N 15c
tweakableBC.o N 165
tweakableBC.o N 169
tweakableBC.o N 16d
tweakableBC.o N 171
tweakableBC.o N 175
tweakableBC.o N 179
tweakableBC.o N 17d
tweakableBC.o N 181
tweakableBC.o N 185
tweakableBC.o N 189
tweakableBC.o N 18b
tweakableBC.o N 193
tweakableBC.o N 197
tweakableBC.o N 199
tweakableBC.o N 19d
tweakableBC.o N 19f
tweakableBC.o N 1a5
tweakableBC.o N 1b1
tweakableBC.o N 1c6
tweakableBC.o N 1db
tweakableBC.o N 1eb
tweakableBC.o N 1fb
tweakableBC.o N 1fd
tweakableBC.o N 206
tweakableBC.o N 20f
tweakableBC.o N 21b
tweakableBC.o N 225
tweakableBC.o N 228
tweakableBC.o N 22a
tweakableBC.o N 22c
tweakableBC.o N 231
tweakableBC.o N 234
tweakableBC.o N 241
tweakableBC.o N 244
tweakableBC.o N 248
tweakableBC.o N 24b
tweakableBC.o N 24e
tweakableBC.o N 25
tweakableBC.o N 251
tweakableBC.o N 254
tweakableBC.o N 257
tweakableBC.o N 25a
tweakableBC.o N 25d
tweakableBC.o N 260
tweakableBC.o N 33
tweakableBC.o N f6
tweakableBC.o N fc
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 113
deoxys.o N 11b
deoxys.o N 125
deoxys.o N 12d
deoxys.o N 133
deoxys.o N 13e
deoxys.o N 141
deoxys.o N 144
deoxys.o N 146
deoxys.o N 14a
deoxys.o N 164
deoxys.o N 16d
deoxys.o N 184
deoxys.o N 18f
deoxys.o N 198
deoxys.o N 1ab
deoxys.o N 1b1
deoxys.o N 1c4
deoxys.o N 1ca
deoxys.o N 1da
deoxys.o N 1e7
deoxys.o N 1f4
deoxys.o N 1f6
deoxys.o N 1f8
deoxys.o N 1fd
deoxys.o N 204
deoxys.o N 20b
deoxys.o N 20e
deoxys.o N 211
deoxys.o N 221
deoxys.o N 235
deoxys.o N 249
deoxys.o N 25
deoxys.o N 25d
deoxys.o N 262
deoxys.o N 26d
deoxys.o N 276
deoxys.o N 27c
deoxys.o N 287
deoxys.o N 28b
deoxys.o N 290
deoxys.o N 299
deoxys.o N 2a6
deoxys.o N 2ae
deoxys.o N 2b4
deoxys.o N 2ba
deoxys.o N 2c5
deoxys.o N 2c9
deoxys.o N 2cb
deoxys.o N 2e
deoxys.o N f0
deoxys.o N fe
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 105
encrypt.o N 119
encrypt.o N 127
encrypt.o N 13b
encrypt.o N 13f
encrypt.o N 172
encrypt.o N 1a5
encrypt.o N 1a7
encrypt.o N 1ac
encrypt.o N 1c3
encrypt.o N 1c5
encrypt.o N 1cc
encrypt.o N 1ce
encrypt.o N 1d3
encrypt.o N 1d8
encrypt.o N 1de
encrypt.o N 1e1
encrypt.o N 1e6
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f1
encrypt.o N fe
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 109
tweakableBC.o N 113
tweakableBC.o N 11b
tweakableBC.o N 12f
tweakableBC.o N 135
tweakableBC.o N 13a
tweakableBC.o N 13f
tweakableBC.o N 143
tweakableBC.o N 150
tweakableBC.o N 15b
tweakableBC.o N 164
tweakableBC.o N 168
tweakableBC.o N 16c
tweakableBC.o N 170
tweakableBC.o N 174
tweakableBC.o N 178
tweakableBC.o N 17c
tweakableBC.o N 180
tweakableBC.o N 184
tweakableBC.o N 188
tweakableBC.o N 194
tweakableBC.o N 196
tweakableBC.o N 19c
tweakableBC.o N 19e
tweakableBC.o N 1a6
tweakableBC.o N 1aa
tweakableBC.o N 1ac
tweakableBC.o N 1b0
tweakableBC.o N 1b2
tweakableBC.o N 1c7
tweakableBC.o N 1dc
tweakableBC.o N 1ec
tweakableBC.o N 1fc
tweakableBC.o N 205
tweakableBC.o N 20e
tweakableBC.o N 21a
tweakableBC.o N 224
tweakableBC.o N 227
tweakableBC.o N 229
tweakableBC.o N 22b
tweakableBC.o N 230
tweakableBC.o N 233
tweakableBC.o N 240
tweakableBC.o N 243
tweakableBC.o N 247
tweakableBC.o N 24a
tweakableBC.o N 24d
tweakableBC.o N 25
tweakableBC.o N 250
tweakableBC.o N 253
tweakableBC.o N 256
tweakableBC.o N 259
tweakableBC.o N 25c
tweakableBC.o N 25f
tweakableBC.o N 33
tweakableBC.o N f5
tweakableBC.o N fb
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


deoxys.o N 0
deoxys.o N 101
deoxys.o N 116
deoxys.o N 11e
deoxys.o N 128
deoxys.o N 130
deoxys.o N 136
deoxys.o N 141
deoxys.o N 144
deoxys.o N 147
deoxys.o N 149
deoxys.o N 14d
deoxys.o N 167
deoxys.o N 170
deoxys.o N 187
deoxys.o N 192
deoxys.o N 19b
deoxys.o N 1ae
deoxys.o N 1b4
deoxys.o N 1c7
deoxys.o N 1cd
deoxys.o N 1dd
deoxys.o N 1ed
deoxys.o N 1fa
deoxys.o N 207
deoxys.o N 209
deoxys.o N 20b
deoxys.o N 210
deoxys.o N 217
deoxys.o N 21e
deoxys.o N 221
deoxys.o N 224
deoxys.o N 234
deoxys.o N 248
deoxys.o N 25
deoxys.o N 25c
deoxys.o N 270
deoxys.o N 275
deoxys.o N 280
deoxys.o N 289
deoxys.o N 28f
deoxys.o N 29a
deoxys.o N 29e
deoxys.o N 2a3
deoxys.o N 2ac
deoxys.o N 2b9
deoxys.o N 2c1
deoxys.o N 2c7
deoxys.o N 2cd
deoxys.o N 2d8
deoxys.o N 2dc
deoxys.o N 2de
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 101
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 13e
encrypt.o N 142
encrypt.o N 177
encrypt.o N 1ac
encrypt.o N 1ae
encrypt.o N 1b3
encrypt.o N 1ca
encrypt.o N 1cc
encrypt.o N 1d3
encrypt.o N 1d5
encrypt.o N 1da
encrypt.o N 1df
encrypt.o N 1e5
encrypt.o N 1e8
encrypt.o N 1ed
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f4
tweakableBC.o N 0
tweakableBC.o N 101
tweakableBC.o N 10e
tweakableBC.o N 119
tweakableBC.o N 122
tweakableBC.o N 125
tweakableBC.o N 139
tweakableBC.o N 13c
tweakableBC.o N 142
tweakableBC.o N 150
tweakableBC.o N 15a
tweakableBC.o N 162
tweakableBC.o N 168
tweakableBC.o N 16f
tweakableBC.o N 182
tweakableBC.o N 18d
tweakableBC.o N 19e
tweakableBC.o N 1b5
tweakableBC.o N 1b9
tweakableBC.o N 1bd
tweakableBC.o N 1c1
tweakableBC.o N 1c5
tweakableBC.o N 1c9
tweakableBC.o N 1cd
tweakableBC.o N 1d1
tweakableBC.o N 1d5
tweakableBC.o N 1d9
tweakableBC.o N 1dd
tweakableBC.o N 1e9
tweakableBC.o N 1eb
tweakableBC.o N 1f1
tweakableBC.o N 1f5
tweakableBC.o N 1f8
tweakableBC.o N 1fa
tweakableBC.o N 20f
tweakableBC.o N 213
tweakableBC.o N 21c
tweakableBC.o N 228
tweakableBC.o N 22b
tweakableBC.o N 22d
tweakableBC.o N 22f
tweakableBC.o N 234
tweakableBC.o N 244
tweakableBC.o N 24a
tweakableBC.o N 25
tweakableBC.o N 25a
tweakableBC.o N 26f
tweakableBC.o N 27f
tweakableBC.o N 28c
tweakableBC.o N 28f
tweakableBC.o N 293
tweakableBC.o N 296
tweakableBC.o N 299
tweakableBC.o N 29c
tweakableBC.o N 29f
tweakableBC.o N 2a2
tweakableBC.o N 2a5
tweakableBC.o N 2a8
tweakableBC.o N 2ab
tweakableBC.o N 2ae
tweakableBC.o N 2b2
tweakableBC.o N 33
tweakableBC.o N f8
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:tableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:tableclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 100
deoxys.o N 110
deoxys.o N 120
deoxys.o N 12d
deoxys.o N 13d
deoxys.o N 151
deoxys.o N 164
deoxys.o N 17e
deoxys.o N 193
deoxys.o N 19e
deoxys.o N 1b1
deoxys.o N 1c5
deoxys.o N 1c9
deoxys.o N 1d6
deoxys.o N 1dc
deoxys.o N 1e6
deoxys.o N 1ee
deoxys.o N 202
deoxys.o N 20a
deoxys.o N 20f
deoxys.o N 21a
deoxys.o N 223
deoxys.o N 229
deoxys.o N 234
deoxys.o N 238
deoxys.o N 23d
deoxys.o N 246
deoxys.o N 25
deoxys.o N 253
deoxys.o N 25a
deoxys.o N 262
deoxys.o N 268
deoxys.o N 26e
deoxys.o N 279
deoxys.o N 27f
deoxys.o N 283
deoxys.o N 285
deoxys.o N 29c
deoxys.o N 2a7
deoxys.o N 2b0
deoxys.o N 2b2
deoxys.o N 2b8
deoxys.o N 2c1
deoxys.o N 2c4
deoxys.o N 2c7
deoxys.o N 2cb
deoxys.o N 2cd
deoxys.o N 2cf
deoxys.o N 2d2
deoxys.o N 2d5
deoxys.o N 2dc
deoxys.o N 2e
deoxys.o N f2
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 100
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 129
encrypt.o N 13d
encrypt.o N 141
encrypt.o N 176
encrypt.o N 1ab
encrypt.o N 1ad
encrypt.o N 1b2
encrypt.o N 1c9
encrypt.o N 1cb
encrypt.o N 1d2
encrypt.o N 1d4
encrypt.o N 1d9
encrypt.o N 1de
encrypt.o N 1e4
encrypt.o N 1e7
encrypt.o N 1ec
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f3
tweakableBC.o N 0
tweakableBC.o N 100
tweakableBC.o N 10d
tweakableBC.o N 118
tweakableBC.o N 121
tweakableBC.o N 124
tweakableBC.o N 138
tweakableBC.o N 13b
tweakableBC.o N 141
tweakableBC.o N 14f
tweakableBC.o N 159
tweakableBC.o N 161
tweakableBC.o N 167
tweakableBC.o N 16e
tweakableBC.o N 181
tweakableBC.o N 18c
tweakableBC.o N 19d
tweakableBC.o N 1b4
tweakableBC.o N 1b8
tweakableBC.o N 1bc
tweakableBC.o N 1c0
tweakableBC.o N 1c4
tweakableBC.o N 1c8
tweakableBC.o N 1cc
tweakableBC.o N 1d0
tweakableBC.o N 1d4
tweakableBC.o N 1d8
tweakableBC.o N 1dc
tweakableBC.o N 1ec
tweakableBC.o N 1f2
tweakableBC.o N 202
tweakableBC.o N 217
tweakableBC.o N 21b
tweakableBC.o N 22b
tweakableBC.o N 240
tweakableBC.o N 24c
tweakableBC.o N 25
tweakableBC.o N 250
tweakableBC.o N 259
tweakableBC.o N 265
tweakableBC.o N 26b
tweakableBC.o N 26e
tweakableBC.o N 270
tweakableBC.o N 273
tweakableBC.o N 280
tweakableBC.o N 283
tweakableBC.o N 287
tweakableBC.o N 28a
tweakableBC.o N 28d
tweakableBC.o N 290
tweakableBC.o N 293
tweakableBC.o N 296
tweakableBC.o N 299
tweakableBC.o N 29c
tweakableBC.o N 29f
tweakableBC.o N 2a2
tweakableBC.o N 2a6
tweakableBC.o N 2b1
tweakableBC.o N 2b3
tweakableBC.o N 2b5
tweakableBC.o N 2ba
tweakableBC.o N 33
tweakableBC.o N f7
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 101
deoxys.o N 114
deoxys.o N 11a
deoxys.o N 124
deoxys.o N 12c
deoxys.o N 132
deoxys.o N 147
deoxys.o N 14f
deoxys.o N 169
deoxys.o N 172
deoxys.o N 189
deoxys.o N 194
deoxys.o N 19d
deoxys.o N 1a8
deoxys.o N 1ab
deoxys.o N 1ae
deoxys.o N 1b0
deoxys.o N 1b4
deoxys.o N 1c4
deoxys.o N 1d4
deoxys.o N 1e1
deoxys.o N 1ee
deoxys.o N 1f0
deoxys.o N 1f2
deoxys.o N 1f7
deoxys.o N 1fe
deoxys.o N 205
deoxys.o N 208
deoxys.o N 20b
deoxys.o N 21b
deoxys.o N 22f
deoxys.o N 242
deoxys.o N 25
deoxys.o N 256
deoxys.o N 26a
deoxys.o N 26f
deoxys.o N 27a
deoxys.o N 283
deoxys.o N 289
deoxys.o N 294
deoxys.o N 298
deoxys.o N 29d
deoxys.o N 2a6
deoxys.o N 2b3
deoxys.o N 2bb
deoxys.o N 2c1
deoxys.o N 2c7
deoxys.o N 2d2
deoxys.o N 2d8
deoxys.o N 2dc
deoxys.o N 2de
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 101
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 13e
encrypt.o N 142
encrypt.o N 177
encrypt.o N 1ac
encrypt.o N 1ae
encrypt.o N 1b3
encrypt.o N 1ca
encrypt.o N 1cc
encrypt.o N 1d3
encrypt.o N 1d5
encrypt.o N 1da
encrypt.o N 1df
encrypt.o N 1e5
encrypt.o N 1e8
encrypt.o N 1ed
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f4
tweakableBC.o N 0
tweakableBC.o N 101
tweakableBC.o N 10e
tweakableBC.o N 119
tweakableBC.o N 122
tweakableBC.o N 125
tweakableBC.o N 139
tweakableBC.o N 13c
tweakableBC.o N 142
tweakableBC.o N 150
tweakableBC.o N 15a
tweakableBC.o N 162
tweakableBC.o N 168
tweakableBC.o N 16f
tweakableBC.o N 182
tweakableBC.o N 18d
tweakableBC.o N 19e
tweakableBC.o N 1b5
tweakableBC.o N 1b9
tweakableBC.o N 1bd
tweakableBC.o N 1c1
tweakableBC.o N 1c5
tweakableBC.o N 1c9
tweakableBC.o N 1cd
tweakableBC.o N 1d1
tweakableBC.o N 1d5
tweakableBC.o N 1d9
tweakableBC.o N 1dd
tweakableBC.o N 1e9
tweakableBC.o N 1eb
tweakableBC.o N 1f1
tweakableBC.o N 206
tweakableBC.o N 20a
tweakableBC.o N 213
tweakableBC.o N 21f
tweakableBC.o N 222
tweakableBC.o N 224
tweakableBC.o N 226
tweakableBC.o N 22b
tweakableBC.o N 23b
tweakableBC.o N 241
tweakableBC.o N 25
tweakableBC.o N 251
tweakableBC.o N 266
tweakableBC.o N 276
tweakableBC.o N 27a
tweakableBC.o N 27c
tweakableBC.o N 27f
tweakableBC.o N 28c
tweakableBC.o N 28f
tweakableBC.o N 293
tweakableBC.o N 296
tweakableBC.o N 299
tweakableBC.o N 29c
tweakableBC.o N 29f
tweakableBC.o N 2a2
tweakableBC.o N 2a5
tweakableBC.o N 2a8
tweakableBC.o N 2ab
tweakableBC.o N 2ae
tweakableBC.o N 2b2
tweakableBC.o N 33
tweakableBC.o N f8
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 100
deoxys.o N 115
deoxys.o N 11d
deoxys.o N 127
deoxys.o N 12f
deoxys.o N 135
deoxys.o N 140
deoxys.o N 143
deoxys.o N 146
deoxys.o N 148
deoxys.o N 14c
deoxys.o N 166
deoxys.o N 16f
deoxys.o N 186
deoxys.o N 191
deoxys.o N 19a
deoxys.o N 1ad
deoxys.o N 1b3
deoxys.o N 1c6
deoxys.o N 1cc
deoxys.o N 1dc
deoxys.o N 1ec
deoxys.o N 1f9
deoxys.o N 206
deoxys.o N 208
deoxys.o N 20a
deoxys.o N 20f
deoxys.o N 216
deoxys.o N 21d
deoxys.o N 220
deoxys.o N 223
deoxys.o N 233
deoxys.o N 247
deoxys.o N 25
deoxys.o N 25b
deoxys.o N 26f
deoxys.o N 274
deoxys.o N 27f
deoxys.o N 288
deoxys.o N 28e
deoxys.o N 299
deoxys.o N 29d
deoxys.o N 2a2
deoxys.o N 2ab
deoxys.o N 2b8
deoxys.o N 2c0
deoxys.o N 2c6
deoxys.o N 2cc
deoxys.o N 2d7
deoxys.o N 2db
deoxys.o N 2dd
deoxys.o N 2e
deoxys.o N f2
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 100
encrypt.o N 107
encrypt.o N 11b
encrypt.o N 129
encrypt.o N 13d
encrypt.o N 141
encrypt.o N 176
encrypt.o N 1ab
encrypt.o N 1ad
encrypt.o N 1b2
encrypt.o N 1c9
encrypt.o N 1cb
encrypt.o N 1d2
encrypt.o N 1d4
encrypt.o N 1d9
encrypt.o N 1de
encrypt.o N 1e4
encrypt.o N 1e7
encrypt.o N 1ec
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f3
tweakableBC.o N 0
tweakableBC.o N 100
tweakableBC.o N 10d
tweakableBC.o N 118
tweakableBC.o N 121
tweakableBC.o N 124
tweakableBC.o N 138
tweakableBC.o N 13b
tweakableBC.o N 141
tweakableBC.o N 14f
tweakableBC.o N 159
tweakableBC.o N 161
tweakableBC.o N 167
tweakableBC.o N 16e
tweakableBC.o N 181
tweakableBC.o N 18c
tweakableBC.o N 19d
tweakableBC.o N 1b4
tweakableBC.o N 1b8
tweakableBC.o N 1bc
tweakableBC.o N 1c0
tweakableBC.o N 1c4
tweakableBC.o N 1c8
tweakableBC.o N 1cc
tweakableBC.o N 1d0
tweakableBC.o N 1d4
tweakableBC.o N 1d8
tweakableBC.o N 1dc
tweakableBC.o N 1e8
tweakableBC.o N 1ea
tweakableBC.o N 1f0
tweakableBC.o N 1f4
tweakableBC.o N 1f7
tweakableBC.o N 1f9
tweakableBC.o N 20e
tweakableBC.o N 212
tweakableBC.o N 21b
tweakableBC.o N 227
tweakableBC.o N 22a
tweakableBC.o N 22c
tweakableBC.o N 22e
tweakableBC.o N 233
tweakableBC.o N 243
tweakableBC.o N 249
tweakableBC.o N 25
tweakableBC.o N 259
tweakableBC.o N 26e
tweakableBC.o N 27e
tweakableBC.o N 28b
tweakableBC.o N 28e
tweakableBC.o N 292
tweakableBC.o N 295
tweakableBC.o N 298
tweakableBC.o N 29b
tweakableBC.o N 29e
tweakableBC.o N 2a1
tweakableBC.o N 2a4
tweakableBC.o N 2a7
tweakableBC.o N 2aa
tweakableBC.o N 2ad
tweakableBC.o N 2b1
tweakableBC.o N 33
tweakableBC.o N f7
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:tablegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:tablegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:tablegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:tablegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)