Searched refs:CTL (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/src/ |
D | ctl.c | 212 #define CTL(c) 0, NULL, c##_ctl macro 221 {NAME("enabled"), CTL(thread_tcache_enabled)}, 222 {NAME("flush"), CTL(thread_tcache_flush)} 226 {NAME("name"), CTL(thread_prof_name)}, 227 {NAME("active"), CTL(thread_prof_active)} 231 {NAME("arena"), CTL(thread_arena)}, 232 {NAME("allocated"), CTL(thread_allocated)}, 233 {NAME("allocatedp"), CTL(thread_allocatedp)}, 234 {NAME("deallocated"), CTL(thread_deallocated)}, 235 {NAME("deallocatedp"), CTL(thread_deallocatedp)}, [all …]
|
/external/toybox/toys/pending/ |
D | getty.c | 46 #define CTL(x) ((x) ^ 0100) macro 163 TT.termios.c_cc[VINTR] = CTL('C'); in termios_init() 164 TT.termios.c_cc[VQUIT] = CTL('\\'); in termios_init() 165 TT.termios.c_cc[VEOF] = CTL('D'); in termios_init() 167 TT.termios.c_cc[VKILL] = CTL('U'); in termios_init()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7902 if (ConstantArrayTypeLoc CTL = TL.getAs<ConstantArrayTypeLoc>()) { in IsTailPaddedMemberArray() local 7903 const Expr *SizeExpr = dyn_cast<IntegerLiteral>(CTL.getSizeExpr()); in IsTailPaddedMemberArray()
|