-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from xianglin1998/master
add prng check.
- Loading branch information
Showing
1,167 changed files
with
7,529 additions
and
2,958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# ninja log v5 | ||
1 341 591194423 CMakeFiles/crapto1.dir/crapto1.c.o 2ae20ff9d3de30c2 | ||
4 356 591194423 CMakeFiles/crapto1.dir/crypto1.c.o 208a3418496fca92 | ||
6 485 591194424 CMakeFiles/crapto1.dir/main.c.o 1902701a56f595ff | ||
485 811 591194424 D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/build/intermediates/cmake/debug/obj/x86/libcrapto1.so ac668822d378730a |
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
crapto1/.cxx/cmake/debug/x86/android_gradle_build_crapto1_x86.command.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Executable : C:\Users\DXL\android-sdk\cmake\3.10.2.4988404\bin\ninja.exe | ||
arguments : | ||
-C | ||
D:\Developer\AndroidStudioProject\RFID-Tools\crapto1\.cxx\cmake\debug\x86 | ||
crapto1 | ||
jvmArgs : | ||
|
Empty file.
29 changes: 29 additions & 0 deletions
29
crapto1/.cxx/cmake/debug/x86/android_gradle_build_crapto1_x86.stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
ninja: Entering directory `D:\Developer\AndroidStudioProject\RFID-Tools\crapto1\.cxx\cmake\debug\x86' | ||
[1/4] Building C object CMakeFiles/crapto1.dir/crapto1.c.o | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:103:47: warning: '&' within '^' [-Wbitwise-op-parentheses] | ||
o_head[1] |= parity(*e_head ^ *o_head & LF_POLY_ODD); | ||
~ ~~~~~~~~^~~~~~~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:103:47: note: place parentheses around the '&' expression to silence this warning | ||
o_head[1] |= parity(*e_head ^ *o_head & LF_POLY_ODD); | ||
~~~~~~~~^~~~~~~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:119:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | ||
if (e = recover(o_tail--, o, oks, e_tail--, e, eks, rem)) | ||
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:119:19: note: place parentheses around the assignment to silence this warning | ||
if (e = recover(o_tail--, o, oks, e_tail--, e, eks, rem)) | ||
^ | ||
( ) | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:119:19: note: use '==' to turn this assignment into an equality comparison | ||
if (e = recover(o_tail--, o, oks, e_tail--, e, eks, rem)) | ||
^ | ||
== | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:213:41: warning: '&' within '^' [-Wbitwise-op-parentheses] | ||
cmb = cmb >> 1 ^ -(cmb & 1) & MAGIX2; | ||
~ ~~~~~~~~~~~^~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:213:41: note: place parentheses around the '&' expression to silence this warning | ||
cmb = cmb >> 1 ^ -(cmb & 1) & MAGIX2; | ||
~~~~~~~~~~~^~~~~~~~ | ||
3 warnings generated. | ||
[2/4] Building C object CMakeFiles/crapto1.dir/crypto1.c.o | ||
[3/4] Building C object CMakeFiles/crapto1.dir/main.c.o | ||
[4/4] Linking C shared library D:\Developer\AndroidStudioProject\RFID-Tools\crapto1\build\intermediates\cmake\debug\obj\x86\libcrapto1.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ninja log v5 | ||
6 929 590655335 CMakeFiles/crapto1.dir/main.c.o abf70ed363b89f4b | ||
4 1021 590655335 CMakeFiles/crapto1.dir/crypto1.c.o a9c0c0eff8c6d3e3 | ||
1 1117 590655336 CMakeFiles/crapto1.dir/crapto1.c.o 3210260d95a136fd | ||
1117 2065 590655336 D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/build/intermediates/cmake/release/obj/x86/libcrapto1.so 9a1b8bb9e21a38f4 | ||
2 482 591194925 CMakeFiles/crapto1.dir/crypto1.c.o a9c0c0eff8c6d3e3 | ||
3 518 591194925 CMakeFiles/crapto1.dir/main.c.o abf70ed363b89f4b | ||
0 522 591194925 CMakeFiles/crapto1.dir/crapto1.c.o 3210260d95a136fd | ||
522 1201 591194926 D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/build/intermediates/cmake/release/obj/x86/libcrapto1.so 9a1b8bb9e21a38f4 |
29 changes: 28 additions & 1 deletion
29
crapto1/.cxx/cmake/release/x86/android_gradle_build_crapto1_x86.stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
ninja: Entering directory `D:\Developer\AndroidStudioProject\RFID-Tools\crapto1\.cxx\cmake\release\x86' | ||
ninja: no work to do. | ||
[1/4] Building C object CMakeFiles/crapto1.dir/crypto1.c.o | ||
[2/4] Building C object CMakeFiles/crapto1.dir/main.c.o | ||
[3/4] Building C object CMakeFiles/crapto1.dir/crapto1.c.o | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:103:47: warning: '&' within '^' [-Wbitwise-op-parentheses] | ||
o_head[1] |= parity(*e_head ^ *o_head & LF_POLY_ODD); | ||
~ ~~~~~~~~^~~~~~~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:103:47: note: place parentheses around the '&' expression to silence this warning | ||
o_head[1] |= parity(*e_head ^ *o_head & LF_POLY_ODD); | ||
~~~~~~~~^~~~~~~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:119:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] | ||
if (e = recover(o_tail--, o, oks, e_tail--, e, eks, rem)) | ||
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:119:19: note: place parentheses around the assignment to silence this warning | ||
if (e = recover(o_tail--, o, oks, e_tail--, e, eks, rem)) | ||
^ | ||
( ) | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:119:19: note: use '==' to turn this assignment into an equality comparison | ||
if (e = recover(o_tail--, o, oks, e_tail--, e, eks, rem)) | ||
^ | ||
== | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:213:41: warning: '&' within '^' [-Wbitwise-op-parentheses] | ||
cmb = cmb >> 1 ^ -(cmb & 1) & MAGIX2; | ||
~ ~~~~~~~~~~~^~~~~~~~ | ||
D:/Developer/AndroidStudioProject/RFID-Tools/crapto1/src/main/cpp/crapto1.c:213:41: note: place parentheses around the '&' expression to silence this warning | ||
cmb = cmb >> 1 ^ -(cmb & 1) & MAGIX2; | ||
~~~~~~~~~~~^~~~~~~~ | ||
3 warnings generated. | ||
[4/4] Linking C shared library D:\Developer\AndroidStudioProject\RFID-Tools\crapto1\build\intermediates\cmake\release\obj\x86\libcrapto1.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# ninja log v5 | ||
23 351 591194423 CMakeFiles/freopen.dir/util.c.o b5921e070d32b3ad | ||
352 1024 591194424 D:/Developer/AndroidStudioProject/RFID-Tools/freo/build/intermediates/cmake/debug/obj/x86/libfreopen.so 99560bdd2f16bebd |
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
freo/.cxx/cmake/debug/x86/android_gradle_build_freopen_x86.command.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Executable : C:\Users\DXL\android-sdk\cmake\3.10.2.4988404\bin\ninja.exe | ||
arguments : | ||
-C | ||
D:\Developer\AndroidStudioProject\RFID-Tools\freo\.cxx\cmake\debug\x86 | ||
freopen | ||
jvmArgs : | ||
|
Empty file.
3 changes: 3 additions & 0 deletions
3
freo/.cxx/cmake/debug/x86/android_gradle_build_freopen_x86.stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ninja: Entering directory `D:\Developer\AndroidStudioProject\RFID-Tools\freo\.cxx\cmake\debug\x86' | ||
[1/2] Building C object CMakeFiles/freopen.dir/util.c.o | ||
[2/2] Linking C shared library D:\Developer\AndroidStudioProject\RFID-Tools\freo\build\intermediates\cmake\debug\obj\x86\libfreopen.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.