Home
last modified time | relevance | path

Searched refs:UINT32_BITNUM (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/bitmap/
H A Dsoftbus_bitmap.c19 #define UINT32_BITNUM 32 macro
23 if (bitmap == NULL || pos >= UINT32_BITNUM) { in SoftbusBitmapSet()
31 if (bitmap == NULL || pos >= UINT32_BITNUM) { in SoftbusBitmapClr()
39 if (bitmap == NULL || pos >= UINT32_BITNUM) { in SoftbusIsBitmapSet()