Home
last modified time | relevance | path

Searched refs:SOFTBUS_BITSGET (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_bitmap.h32 #define SOFTBUS_BITSGET(x, high, low) ((x) & (((DATA_ONE(x) << ((high) + 1)) - 1) & ~((DATA_ONE(x) << (low)) - 1))) macro

Completed in 1 milliseconds