Searched defs:setbit (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/games/adventure/ |
| H A D | init.c | 47 int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, variable
|
| /openbsd-src/sys/sys/ |
| H A D | param.h | 179 #define setbit(a,i) ((a)[(i)>>3] |= 1<<((i)&(NBBY-1))) macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/ |
| H A D | lib1funcs.asm | 300 setbit: inc A0L ; do insert bit label
|
| /openbsd-src/gnu/gcc/gcc/config/h8300/ |
| H A D | lib1funcs.asm | 300 setbit: inc A0L ; do insert bit label
|