Home
last modified time | relevance | path

Searched refs:bitclr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c169 bitclr(const char *fn, in bitclr() function
276 { "nouser0", bitclr, 0,
278 { "nouser1", bitclr, 1,
286 { "noedge0", bitclr, 0,
288 { "noedge1", bitclr, 1,
325 { "nouser0", bitclr, 0,
327 { "nouser1", bitclr, 0,
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c120 bitclr(const char *fn, in bitclr() function
165 { "nouser", bitclr,
176 { "nouser", bitclr,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h175 #define bitclr(p,c) ((p)[((c)>>3)&037]&=(~(1<<((c)&07)))) macro
180 #define setclr(p,c) bitclr((p)->bits,c)