Searched defs:setbit (Results 1 – 2 of 2) sorted by relevance
37 #define setbit(a, i) (((u8 *)a)[(i)/NBBY] |= 1<<((i)%NBBY)) macro
791 int setbit = 0; in get_bootparam_options() local