Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_common_header.h40 #define TYPE_BITS_NUM(_type) (sizeof(_type) * BYTE_BITS_NUM) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_dev.c46 if (TYPE_BITS_NUM(char *) == DEVICE_32_BITS) { in DFileGetDeviceBits()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c456 int bitMov = TYPE_BITS_NUM(x) >> 1; in RearZeroBitNum()
476 int bitMov = TYPE_BITS_NUM(x) >> 1; in PreZeroBitNum()
489 n = n - (x >> (TYPE_BITS_NUM(x) - 1)); in PreZeroBitNum()
594 fd = i * BYTE_BITS_NUM + (TYPE_BITS_NUM(unsigned long) - 1 - bitIdx) + LWIP_SOCKET_OFFSET;
596 fd = i * NFDBITS + (TYPE_BITS_NUM(unsigned long) - 1 - bitIdx);
599 fd = i * __NFDBITS + (TYPE_BITS_NUM(unsigned long) - 1 - bitIdx);