Searched defs:CLR (Results 1 – 8 of 8) sorted by relevance
166 #define CLR(t, f) (t) &= ~(f) macro
86 #define CLR(t, f) ((t) &= ~(f)) macro
174 #define CLR(t, f) ((t) &= ~(f)) macro
59 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
321 #define CLR MUL +7 macro
136 #define CLR(bit) (A(bit) &= (~B(bit))) macro
320 #define CLR MUL +7 macro
41 #define CLR(_v, _m) ((_v) &= ~(_m)) macro