Searched refs:bitmap_shift (Results 1 – 3 of 3) sorted by relevance
48 #define bitmap_shift 6 // ln(bitmap_bits)/ln(2) macro50 #define map(n) (((wget_bitmap *)b)->map[(n) >> bitmap_shift])
249 …bitmap (GLOBAL_AS const u32 *bitmap, const u32 bitmap_mask, const u32 bitmap_shift, const u32 dige…
2672 …bitmap (GLOBAL_AS const u32 *bitmap, const u32 bitmap_mask, const u32 bitmap_shift, const u32 dige…2674 return (bitmap[(digest >> bitmap_shift) & bitmap_mask] & (1 << (digest & 0x1f)));