Searched refs:BITMAP_SET_BIT (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dbloomfilter.c25 #define BITMAP_SET_BIT(map, idx) ((map)[((idx)/CHAR_BIT)] |= (0x1<<((idx)%CHAR_BIT))) macro
140 BITMAP_SET_BIT(bf->bitmap, result);

Completed in 9 milliseconds