mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(big): style and warning fixes
This commit is contained in:
parent
c616d351a9
commit
8e96181679
7 changed files with 26 additions and 26 deletions
|
|
@ -33,13 +33,13 @@ uint32_t HighBitPos(const BigBuffer& buffer);
|
|||
|
||||
void InsertLowPart(uint64_t& value, uint32_t low);
|
||||
|
||||
int32_t IsEven(const BigBuffer &num);
|
||||
int32_t IsEven(const BigBuffer& num);
|
||||
|
||||
int32_t IsOdd(const BigBuffer &num);
|
||||
int32_t IsOdd(const BigBuffer& num);
|
||||
|
||||
int32_t IsOne(const BigBuffer &num);
|
||||
int32_t IsOne(const BigBuffer& num);
|
||||
|
||||
int32_t IsZero(const BigBuffer &num);
|
||||
int32_t IsZero(const BigBuffer& num);
|
||||
|
||||
uint64_t MakeLarge(uint32_t low, uint32_t high);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue