Searched defs:clrbit (Results 1 - 5 of 5) sorted by relevance
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| H A D | param.h | 23 #define clrbit(x,i) __bitop(x,i,&=~) macro
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| H A D | param.h | 23 #define clrbit(x,i) __bitop(x,i,&=~) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/sys/ |
| H A D | param.h | 26 #define clrbit(x,i) __bitop(x,i,&=~) macro
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| H A D | param.h | 23 #define clrbit(x,i) __bitop(x,i,&=~) macro
|
| /third_party/musl/include/sys/ |
| H A D | param.h | 23 #define clrbit(x,i) __bitop(x,i,&=~) macro
|
Completed in 3 milliseconds