Home
last modified time | relevance | path

Searched refs:bitmap_shift (Results 1 – 3 of 3) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dbitmap.c48 #define bitmap_shift 6 // ln(bitmap_bits)/ln(2) macro
50 #define map(n) (((wget_bitmap *)b)->map[(n) >> bitmap_shift])
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_common.h249 …bitmap (GLOBAL_AS const u32 *bitmap, const u32 bitmap_mask, const u32 bitmap_shift, const u32 dige…
H A Dinc_common.cl2672 …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)));