Home
last modified time | relevance | path

Searched defs:CLRBIT (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/db/hash/
H A Dhash.h151 #define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP))) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c219 #define CLRBIT(s, pos) s[(pos) >> 3] &= (UCHR) ~(0x01 << (7 - (pos) % 8)) macro