Home
last modified time | relevance | path

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

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