BitUtil: delta, zigzag, bitsnum,...
This commit is contained in:
@ -115,6 +115,11 @@ void bitundx32(unsigned *p, unsigned n, unsigned x, unsigned inc);
|
|||||||
void bitundx64( uint64_t *p, unsigned n, uint64_t x, unsigned inc);
|
void bitundx64( uint64_t *p, unsigned n, uint64_t x, unsigned inc);
|
||||||
|
|
||||||
void bitund132( unsigned *p, unsigned n, unsigned x);
|
void bitund132( unsigned *p, unsigned n, unsigned x);
|
||||||
|
|
||||||
|
// for
|
||||||
|
unsigned bitf32( unsigned *in, unsigned n, unsigned start);
|
||||||
|
unsigned bitf132( unsigned *in, unsigned n, unsigned start);
|
||||||
|
unsigned bitfm32( unsigned *in, unsigned n, unsigned *pmin);
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user