Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dlib1funcs.S300 setbit: inc A0L ; do insert bit label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dlib1funcs.S300 setbit: inc A0L ; do insert bit label
/netbsd-src/games/adventure/
H A Dinit.c62 int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, variable
/netbsd-src/sys/sys/
H A Dparam.h424 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) macro
/netbsd-src/games/battlestar/
H A Dextern.h51 #define setbit(array, index) (array[index/BITS] |= (1U << (index % BITS))) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1263 #define setbit( global() macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.c230 setbit (unsigned b, charclass c) in setbit() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c204 setbit (unsigned b, charclass c) in setbit() function