mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
make style
This commit is contained in:
parent
8a602ed99d
commit
4ed57c7c4d
57 changed files with 878 additions and 878 deletions
|
@ -68,7 +68,7 @@ uint8_t reflect8(uint8_t b) {
|
|||
}
|
||||
|
||||
|
||||
// Reverse the bits in a byte with 4 operations (64-bit multiply, no division):
|
||||
// Reverse the bits in a byte with 4 operations (64-bit multiply, no division):
|
||||
/*
|
||||
uint8_t reflect8(uint8_t b) {
|
||||
return ((b * 0x80200802ULL) & 0x0884422110ULL) * 0x0101010101ULL >> 32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue