Searched refs:SOFTBUS_BITISSET (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dsoftbus/core/common/include/ | ||
H A D | softbus_bitmap.h | 34 #define SOFTBUS_BITISSET (x, bit) (((x) & (DATA_ONE(x) << (bit))) ? 1 : 0) macro |
Completed in 0 milliseconds