Searched defs:CLR (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_process.c103 #define CLR(t, f) (t) &= ~(f) macro
H A Dtty.c228 #define CLR(t, f) (t) &= ~(f) macro
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dbuf.h1226 #define CLR(t, f) (t) &= ~(f) macro
H A Dkernel_types.h39 #define CLR(t, f) (t) &= ~(f) macro
/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c264 #define CLR(t, f) (t) &= ~(f) macro
[all...]
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp99 #define CLR(t, f) (t) &= ~(f) macro
[all...]
/macosx-10.10/sudo-73/src/
H A Dconfig.h921 #define CLR(t, f) ((t) &= ~(f)) macro
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dm88k.h321 #define CLR MUL +7 macro
/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c133 #define CLR(bit) (A(bit) &= (~B(bit))) macro
/macosx-10.10/network_cmds-457/ping6.tproj/
H A Dping6.c183 #define CLR(bit) (A(bit) &= (~B(bit))) macro

Completed in 241 milliseconds