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

  /src/sys/sys/
param.h 425 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro
  /src/tools/compat/
compat_defs.h 1282 #undef clrbit
1286 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) macro

Completed in 15 milliseconds