Searched refs:lp (Results 1 – 2 of 2) sorted by relevance
566 void bitmap_64_to_byte(uint8_t *bp, const uint64_t *lp, int nbits) in bitmap_64_to_byte() argument572 l = lp[i]; in bitmap_64_to_byte()581 void bitmap_byte_to_64(uint64_t *lp, const uint8_t *bp, int nbits) in bitmap_byte_to_64() argument592 lp[i] = l; in bitmap_byte_to_64()
365 void bitmap_64_to_byte(uint8_t *bp, const uint64_t *lp, int nbits);366 void bitmap_byte_to_64(uint64_t *lp, const uint8_t *bp, int nbits);
Completed in 5 milliseconds