HomeSort by: relevance | last modified time | path
    Searched defs:setbit (Results 1 - 4 of 4) sorted by relevancy

  /src/games/adventure/
init.c 62 int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, variable in typeref:typename:int[16]
  /src/sys/sys/
param.h 424 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) macro
  /src/games/battlestar/
extern.h 51 #define setbit(array, index) (array[index/BITS] |= (1U << (index % BITS))) macro
  /src/tools/compat/
compat_defs.h 1281 #undef setbit
1285 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) macro

Completed in 243 milliseconds