mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(big): align parameter name
This commit is contained in:
parent
2b8cc51ad8
commit
bc0dc12f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ void FromBinary(BigBuffer& buffer, const void* value, uint32_t bytes);
|
||||||
|
|
||||||
void FromUnsigned(BigBuffer& buffer, uint32_t value);
|
void FromUnsigned(BigBuffer& buffer, uint32_t value);
|
||||||
|
|
||||||
uint32_t HighBitPos(const BigBuffer& a);
|
uint32_t HighBitPos(const BigBuffer& buffer);
|
||||||
|
|
||||||
void InsertLowPart(uint64_t& value, uint32_t low);
|
void InsertLowPart(uint64_t& value, uint32_t low);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue