mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Run clang-format on most sources
This commit is contained in:
parent
614229e3f4
commit
369f9740de
228 changed files with 4844 additions and 4637 deletions
|
@ -15,8 +15,10 @@ uint32_t gray(uint32_t) pureconst;
|
|||
uint32_t ungray(uint32_t) pureconst;
|
||||
int _bitreverse8(int) libcesque pureconst;
|
||||
int _bitreverse16(int) libcesque pureconst;
|
||||
uint32_t _bitreverse32(uint32_t) libcesque pureconst;
|
||||
uint64_t _bitreverse64(uint64_t) libcesque pureconst;
|
||||
uint32_t _bitreverse32(uint32_t)
|
||||
libcesque pureconst;
|
||||
uint64_t _bitreverse64(uint64_t)
|
||||
libcesque pureconst;
|
||||
unsigned long _roundup2pow(unsigned long) libcesque pureconst;
|
||||
unsigned long _roundup2log(unsigned long) libcesque pureconst;
|
||||
unsigned long _rounddown2pow(unsigned long) libcesque pureconst;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue