Searched defs:setbit (Results 1 - 4 of 4) sorted by relevance

/src/games/adventure/
H A Dinit.c62 int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, variable in typeref:typename:int[16]
/src/sys/sys/
H A Dparam.h424 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) macro
/src/games/battlestar/
H A Dextern.h51 #define setbit(array, index) (array[index/BITS] |= (1U << (index % BITS))) macro
/src/tools/compat/
H A Dcompat_defs.h1285 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) macro

Completed in 7 milliseconds