Searched defs:CLR (Results 1 – 10 of 10) sorted by relevance
84 struct CLR { struct85 RecHeader Prefix;86 uint32_t Pid;87 uint32_t Tid;88 uint64_t Vma;89 uint64_t CodeAddr;90 uint64_t CodeSize;91 uint64_t CodeIndex;
65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
227 #define CLR(t, f) (t) &= ~(f) macro
64 #define CLR( global() macro
77 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
66 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
206 #define CLR(_bas, _r, _b) \ macro
108 #define CLR(bit) (A(bit) &= (~B(bit))) macro
155 #define CLR(bit) (A(bit) &= (~B(bit))) macro
89 #define CLR(t, f) ((t) &= ~(f)) macro