Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dctrl-headers.cc339 for (auto& bitmapLen : m_baType.m_bitmapLen) in GetSerializedSize() local
341 size += 2 /* AID TID Info */ + (bitmapLen > 0 ? 2 : 0) /* BA SSC */ + bitmapLen; in GetSerializedSize()
461 for (auto& bitmapLen : m_baType.m_bitmapLen) in SetType() local
465 .m_bitmap = std::vector<uint8_t> (bitmapLen, 0), in SetType()
789 uint8_t bitmapLen = 0; in SetStartingSequenceControl() local
792 bitmapLen = 8; in SetStartingSequenceControl()
796 bitmapLen = 16; in SetStartingSequenceControl()
800 bitmapLen = 32; in SetStartingSequenceControl()
804 bitmapLen = 4; in SetStartingSequenceControl()
810 m_baType.m_bitmapLen[index] = bitmapLen; in SetStartingSequenceControl()
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dbmpcodec.c1322 int bitmapLen; in gdip_save_bmp_image_to_file_stream() local
1333 bitmapLen = activebmp->stride * activebmp->height; in gdip_save_bmp_image_to_file_stream()
1335 bitmapLen = activebmp->width * 3; in gdip_save_bmp_image_to_file_stream()
1336 bitmapLen += 3; in gdip_save_bmp_image_to_file_stream()
1337 bitmapLen &= ~3; in gdip_save_bmp_image_to_file_stream()
1338 bitmapLen *= activebmp->height; in gdip_save_bmp_image_to_file_stream()
1348 bmfh.bfSize = (bmfh.bfOffBits + bitmapLen); in gdip_save_bmp_image_to_file_stream()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/internal/decoder/
H A Dstruct.go132 bitmapLen := maxKeyLen + 1
134 keyBitmap := make([][256]uint8, bitmapLen)
146 keyBitmap := make([][256]uint16, bitmapLen)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/internal/decoder/
H A Dstruct.go132 bitmapLen := maxKeyLen + 1
134 keyBitmap := make([][256]uint8, bitmapLen)
146 keyBitmap := make([][256]uint16, bitmapLen)
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/internal/decoder/
H A Dstruct.go132 bitmapLen := maxKeyLen + 1
134 keyBitmap := make([][256]uint8, bitmapLen)
146 keyBitmap := make([][256]uint16, bitmapLen)
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A DDNSMessage.c2283 int bitmapLen; in _DNSRecordDataAppendTypeBitMap() local
2292 bitmapLen = *ptr++; in _DNSRecordDataAppendTypeBitMap()
2293 require_action_quiet( ( bitmapLen >= 1 ) && ( bitmapLen <= 32 ) , exit, err = kMalformedErr ); in _DNSRecordDataAppendTypeBitMap()
2294 require_action_quiet( ( inEnd - ptr ) >= bitmapLen, exit, err = kMalformedErr ); in _DNSRecordDataAppendTypeBitMap()
2296 for( i = 0; i < BitArray_MaxBits( bitmapLen ); ++i ) in _DNSRecordDataAppendTypeBitMap()
2300 if( BitArray_GetBit( ptr, bitmapLen, i ) ) in _DNSRecordDataAppendTypeBitMap()
2317 ptr += bitmapLen; in _DNSRecordDataAppendTypeBitMap()
H A Ddnssdutil.c27859 unsigned int i, type, maxBit, currBlock, bitmapLen; in DEFINE_QSORT_NUMERIC_COMPARATOR() local
27896 bitmapLen = BitArray_MaxBytes( maxBit + 1 ); in DEFINE_QSORT_NUMERIC_COMPARATOR()
27898 fields[ 1 ] = (uint8_t) bitmapLen; in DEFINE_QSORT_NUMERIC_COMPARATOR()
27900 err = DataBuffer_Append( &rdataDB, fields, 2 + bitmapLen ); in DEFINE_QSORT_NUMERIC_COMPARATOR()
27905 memset( bitmap, 0, bitmapLen ); in DEFINE_QSORT_NUMERIC_COMPARATOR()
27916 bitmapLen = BitArray_MaxBytes( maxBit + 1 ); in DEFINE_QSORT_NUMERIC_COMPARATOR()
27918 fields[ 1 ] = (uint8_t) bitmapLen; in DEFINE_QSORT_NUMERIC_COMPARATOR()
27920 err = DataBuffer_Append( &rdataDB, fields, 2 + bitmapLen ); in DEFINE_QSORT_NUMERIC_COMPARATOR()