Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h620 Bitmap bmap(bitmap); in GetMapList()
622 bmap.Or(segBitmap.bitmap); in GetMapList()
623 AddSegBitmap(segBitmap.start, end, bmap, list); in GetMapList()
628 bmap.Or(segBitmap.bitmap); in GetMapList()
629 AddSegBitmap(segBitmap.start, segBitmap.end, bmap, list); in GetMapList()
636 Bitmap bmap(bitmap); in GetMapList()
638 bmap.Or(segBitmap.bitmap); in GetMapList()
639 AddSegBitmap(tmpStart, end, bmap, list); in GetMapList()
644 bmap.Or(segBitmap.bitmap); in GetMapList()
645 AddSegBitmap(tmpStart, segBitmap.end, bmap, list); in GetMapList()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c747 static int32_t AudioUsbCheckMatrixBitmap(const uint8_t *bmap, int32_t itemChannels, in AudioUsbCheckMatrixBitmap() argument
753 return bmap[bit] & (S8_CAMPARE_VAL >> map); in AudioUsbCheckMatrixBitmap()